Home
last modified time | relevance | path

Searched refs:getLowAndHighPC (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp175 if (Die.getLowAndHighPC(LowPC, HighPC, Index)) in dumpAttribute()
365 bool DWARFDie::getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC, in getLowAndHighPC() function in DWARFDie
385 if (getLowAndHighPC(LowPC, HighPC, Index)) in getAddressRanges()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h210 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp950 EXPECT_FALSE(SubprogramDieNoPC.getLowAndHighPC(LowPC, HighPC, SectionIndex));
957 EXPECT_FALSE(SubprogramDieNoPC.getLowAndHighPC(LowPC, HighPC, SectionIndex));
974 EXPECT_FALSE(SubprogramDieLowPC.getLowAndHighPC(LowPC, HighPC, SectionIndex));
1008 EXPECT_TRUE(SubprogramDieLowHighPC.getLowAndHighPC(LowPC, HighPC, SectionIndex));
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp50 FuncDie.getLowAndHighPC(FuncLowPC, FuncHighPC, SectionIndex); in addVariable()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp423 if (!DIE.getLowAndHighPC(Address, HighPC, SectionIndex)) { in updateUnitDebugInfo()