reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/DWARF/DWARFDie.h
  206   bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,

References

lib/DebugInfo/DWARF/DWARFDie.cpp
  309       if (Die.getLowAndHighPC(LowPC, HighPC, Index))
  478   if (getLowAndHighPC(LowPC, HighPC, Index))
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
  904   EXPECT_FALSE(SubprogramDieNoPC.getLowAndHighPC(LowPC, HighPC, SectionIndex));
  911   EXPECT_FALSE(SubprogramDieNoPC.getLowAndHighPC(LowPC, HighPC, SectionIndex));
  928   EXPECT_FALSE(SubprogramDieLowPC.getLowAndHighPC(LowPC, HighPC, SectionIndex));
  962   EXPECT_TRUE(SubprogramDieLowHighPC.getLowAndHighPC(LowPC, HighPC, SectionIndex));