Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h384 const MCSymbol *getBaseAddress() const { return BaseAddress; } getBaseAddress() function
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp394 std::optional<uint64_t> GsymCreator::getBaseAddress() const { getBaseAddress() function in GsymCreator
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h369 uint64_t getBaseAddress() const { return BaseAddress; } getBaseAddress() function
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h520 LVAddress getBaseAddress() const { in getBaseAddress() function
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp1068 std::optional<object::SectionedAddress> DWARFUnit::getBaseAddress() { in getBaseAddress() function in DWARFUnit