Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp660 return RangeList.getAbsoluteRanges(getBaseAddress()); in findRnglistFromOffset()
667 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this); in findRnglistFromOffset()
703 Offset, getBaseAddress(), in findLoclistFromOffset()
1048 std::optional<object::SectionedAddress> DWARFUnit::getBaseAddress() { in getBaseAddress() function in DWARFUnit
H A DDWARFDie.cpp88 &Offset, OS, U->getBaseAddress(), Ctx.getDWARFObj(), U, DumpOpts, Indent); in dumpLocationList()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.cpp417 if (Event.Address == Binary->getBaseAddress()) { in updateBinaryAddress()
439 Event.Address - Binary->getBaseAddress()) in updateBinaryAddress()
449 if (Event.Offset - *It != Event.Address - Binary->getBaseAddress()) in updateBinaryAddress()
H A DProfiledBinary.h351 uint64_t getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h355 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
H A DDwarfDebug.cpp2795 const MCSymbol *CUBase = CU.getBaseAddress(); in emitRangeList()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h424 std::optional<object::SectionedAddress> getBaseAddress();
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h522 LVAddress getBaseAddress() const { in getBaseAddress() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1021 if (std::optional<SectionedAddress> BA = U->getBaseAddress()) in processLocationList()