Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp93 std::optional<uint64_t> BaseAddress = getBaseAddress(); in encode()
450 std::optional<uint64_t> GsymCreator::getBaseAddress() const { in getBaseAddress() function in GsymCreator
467 const std::optional<uint64_t> BaseAddress = getBaseAddress(); in getAddressOffsetSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h170 std::optional<uint64_t> getBaseAddress() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp671 return RangeList.getAbsoluteRanges(getBaseAddress()); in findRnglistFromOffset()
678 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this); in findRnglistFromOffset()
714 Offset, getBaseAddress(), in findLoclistFromOffset()
1067 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()
H A DDWARFVerifier.cpp1957 CUTU->getBaseAddress(); in extractCUsTus()
1974 CUTU->getBaseAddress(); in extractCUsTus()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h391 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
H A DDwarfDebug.cpp3279 const MCSymbol *CUBase = CU.getBaseAddress(); in emitRangeList()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h445 std::optional<object::SectionedAddress> getBaseAddress();
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h528 LVAddress getBaseAddress() const { in getBaseAddress() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp828 if (std::optional<SectionedAddress> BA = U->getBaseAddress()) in processLocationList()