Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.cpp177 if (I == BinaryTable.end() || Event.BaseAddress == I->second.getBaseAddress()) in updateBinaryAddress()
184 AddrToBinaryMap.erase(Binary.getBaseAddress()); in updateBinaryAddress()
DProfiledBinary.h175 uint64_t getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp625 return RangeList.getAbsoluteRanges(getBaseAddress()); in findRnglistFromOffset()
632 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this); in findRnglistFromOffset()
674 Offset, getBaseAddress(), in findLoclistFromOffset()
856 llvm::Optional<object::SectionedAddress> DWARFUnit::getBaseAddress() { in getBaseAddress() function in DWARFUnit
DDWARFDie.cpp98 U->getLocationTable().dumpLocationList(&Offset, OS, U->getBaseAddress(), in dumpLocation()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp576 return RangeList.getAbsoluteRanges(getBaseAddress()); in findRnglistFromOffset()
583 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this); in findRnglistFromOffset()
619 Offset, getBaseAddress(), in findLoclistFromOffset()
801 llvm::Optional<object::SectionedAddress> DWARFUnit::getBaseAddress() { in getBaseAddress() function in DWARFUnit
DDWARFDie.cpp98 U->getLocationTable().dumpLocationList(&Offset, OS, U->getBaseAddress(), in dumpLocation()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h260 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
DDwarfDebug.cpp1492 if (auto *Base = CU->getBaseAddress()) { in emitDebugLoc()
1716 if (auto *Base = TheCU->getBaseAddress()) { in emitDebugRanges()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h198 uint64_t getBaseAddress() const { return BaseAddr; } in getBaseAddress() function
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h360 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
DDwarfDebug.cpp2610 const MCSymbol *CUBase = CU.getBaseAddress(); in emitRangeList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h356 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
DDwarfDebug.cpp2399 const MCSymbol *CUBase = CU.getBaseAddress(); in emitRangeList()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h376 llvm::Optional<object::SectionedAddress> getBaseAddress();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h394 llvm::Optional<object::SectionedAddress> getBaseAddress();
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp346 return RangeList.getAbsoluteRanges(U->getBaseAddress()); in getAddressRanges()
/external/swiftshader/src/Reactor/
DReactor.cpp179 Value *Variable::getBaseAddress() const in getBaseAddress() function in rr::Variable
188 return Nucleus::createGEP(getBaseAddress(), getType(), index, unsignedIndex); in getElementPointer()
DReactor.hpp141 Value *getBaseAddress() const;
2694 return RValue<Pointer<T>>(this->getBaseAddress()); in operator &()