Home
last modified time | relevance | path

Searched refs:getHighPC (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp363 Optional<uint64_t> DWARFDie::getHighPC(uint64_t LowPC) const { in getHighPC() function in DWARFDie
383 if (auto HighPcAddr = getHighPC(*LowPcAddr)) { in getLowAndHighPC()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h202 Optional<uint64_t> getHighPC(uint64_t LowPC) const;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp905 OptU64 = SubprogramDieNoPC.getHighPC(ActualLowPC); in TestAddresses()
922 OptU64 = SubprogramDieLowPC.getHighPC(ActualLowPC); in TestAddresses()
954 OptU64 = SubprogramDieLowHighPC.getHighPC(ActualLowPC); in TestAddresses()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp627 Optional<uint64_t> HighPc = DIE.getHighPC(*LowPc); in shouldKeepSubprogramDIE()