Searched refs:getLowAndHighPC (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 113 bool getLowAndHighPC(const DWARFUnit *U, uint64_t &LowPC,
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 286 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/ |
D | DWARFDie.cpp | 277 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/ |
D | DWARFDebugInfoEntry.cpp | 314 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/ |
D | DWARFDie.h | 208 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDie.h | 208 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 904 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/ |
D | llvm-objdump.cpp | 647 FuncDie.getLowAndHighPC(FuncLowPC, FuncHighPC, SectionIndex); in addVariable()
|