Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp93 std::optional<uint64_t> BaseAddress = getBaseAddress(); in encode()
394 std::optional<uint64_t> GsymCreator::getBaseAddress() const { in getBaseAddress() function in GsymCreator
411 const std::optional<uint64_t> BaseAddress = getBaseAddress(); in getAddressOffsetSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h169 std::optional<uint64_t> getBaseAddress() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp672 return RangeList.getAbsoluteRanges(getBaseAddress()); in findRnglistFromOffset()
679 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this); in findRnglistFromOffset()
715 Offset, getBaseAddress(), in findLoclistFromOffset()
1068 std::optional<object::SectionedAddress> DWARFUnit::getBaseAddress() { in getBaseAddress() function in DWARFUnit
H A DDWARFDie.cpp89 &Offset, OS, U->getBaseAddress(), Ctx.getDWARFObj(), U, DumpOpts, Indent); in dumpLocationList()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h384 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
H A DDwarfDebug.cpp2840 const MCSymbol *CUBase = CU.getBaseAddress(); in emitRangeList()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h441 std::optional<object::SectionedAddress> getBaseAddress();
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h520 LVAddress getBaseAddress() const { in getBaseAddress() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1025 if (std::optional<SectionedAddress> BA = U->getBaseAddress()) in processLocationList()