Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp89 std::optional<uint64_t> BaseAddress = getBaseAddress(); in encode()
387 std::optional<uint64_t> GsymCreator::getBaseAddress() const { in getBaseAddress() function in GsymCreator
404 const std::optional<uint64_t> BaseAddress = getBaseAddress(); in getAddressOffsetSize()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h168 std::optional<uint64_t> getBaseAddress() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp649 return RangeList.getAbsoluteRanges(getBaseAddress()); in findRnglistFromOffset()
656 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this); in findRnglistFromOffset()
692 Offset, getBaseAddress(), in findLoclistFromOffset()
1045 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-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h384 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
H A DDwarfDebug.cpp2839 const MCSymbol *CUBase = CU.getBaseAddress(); in emitRangeList()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h441 std::optional<object::SectionedAddress> getBaseAddress();
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h520 LVAddress getBaseAddress() const { in getBaseAddress() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1011 if (std::optional<SectionedAddress> BA = U->getBaseAddress()) in processLocationList()