Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp235 if (Die.getLowAndHighPC(LowPC, HighPC, Index)) in dumpAttribute()
377 bool DWARFDie::getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC, in getLowAndHighPC() function in DWARFDie
397 if (getLowAndHighPC(LowPC, HighPC, Index)) in getAddressRanges()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h113 bool getLowAndHighPC(const DWARFUnit *U, uint64_t &LowPC,
/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-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h206 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp900 EXPECT_FALSE(SubprogramDieNoPC.getLowAndHighPC(LowPC, HighPC, SectionIndex)); in TestAddresses()
907 EXPECT_FALSE(SubprogramDieNoPC.getLowAndHighPC(LowPC, HighPC, SectionIndex)); in TestAddresses()
924 EXPECT_FALSE(SubprogramDieLowPC.getLowAndHighPC(LowPC, HighPC, SectionIndex)); in TestAddresses()
958 EXPECT_TRUE(SubprogramDieLowHighPC.getLowAndHighPC(LowPC, HighPC, SectionIndex)); in TestAddresses()