Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFCompileUnit.h67 uint64_t getBaseAddress() const { return BaseAddr; } in getBaseAddress() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h260 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
DDwarfDebug.cpp1492 if (auto *Base = CU->getBaseAddress()) { in emitDebugLoc()
1716 if (auto *Base = TheCU->getBaseAddress()) { in emitDebugRanges()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h198 uint64_t getBaseAddress() const { return BaseAddr; } in getBaseAddress() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp346 return RangeList.getAbsoluteRanges(U->getBaseAddress()); in getAddressRanges()