Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h113 bool getLowAndHighPC(const DWARFUnit *U, uint64_t &LowPC,
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp286 if (Die.getLowAndHighPC(LowPC, HighPC, Index)) in dumpAttribute()
444 bool DWARFDie::getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC, in getLowAndHighPC() function in DWARFDie
464 if (getLowAndHighPC(LowPC, HighPC, Index)) in getAddressRanges()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp277 if (Die.getLowAndHighPC(LowPC, HighPC, Index)) in dumpAttribute()
431 bool DWARFDie::getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC, in getLowAndHighPC() function in DWARFDie
451 if (getLowAndHighPC(LowPC, HighPC, Index)) in getAddressRanges()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp314 bool DWARFDebugInfoEntryMinimal::getLowAndHighPC(const DWARFUnit *U, in getLowAndHighPC() function in DWARFDebugInfoEntryMinimal
337 if (getLowAndHighPC(U, LowPC, HighPC)) { in getAddressRanges()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h208 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h208 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp904 EXPECT_FALSE(SubprogramDieNoPC.getLowAndHighPC(LowPC, HighPC, SectionIndex)); in TestAddresses()
911 EXPECT_FALSE(SubprogramDieNoPC.getLowAndHighPC(LowPC, HighPC, SectionIndex)); in TestAddresses()
928 EXPECT_FALSE(SubprogramDieLowPC.getLowAndHighPC(LowPC, HighPC, SectionIndex)); in TestAddresses()
962 EXPECT_TRUE(SubprogramDieLowHighPC.getLowAndHighPC(LowPC, HighPC, SectionIndex)); in TestAddresses()
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp647 FuncDie.getLowAndHighPC(FuncLowPC, FuncHighPC, SectionIndex); in addVariable()