Home
last modified time | relevance | path

Searched defs:getBaseAddress (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h355 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h351 uint64_t getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
/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/DWARF/
H A DDWARFUnit.cpp1048 std::optional<object::SectionedAddress> DWARFUnit::getBaseAddress() { in getBaseAddress() function in DWARFUnit