/external/llvm-project/llvm/tools/llvm-profgen/ |
D | PerfReader.cpp | 177 if (I == BinaryTable.end() || Event.BaseAddress == I->second.getBaseAddress()) in updateBinaryAddress() 184 AddrToBinaryMap.erase(Binary.getBaseAddress()); in updateBinaryAddress()
|
D | ProfiledBinary.h | 175 uint64_t getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 625 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
|
D | DWARFDie.cpp | 98 U->getLocationTable().dumpLocationList(&Offset, OS, U->getBaseAddress(), in dumpLocation()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 576 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
|
D | DWARFDie.cpp | 98 U->getLocationTable().dumpLocationList(&Offset, OS, U->getBaseAddress(), in dumpLocation()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 260 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
|
D | DwarfDebug.cpp | 1492 if (auto *Base = CU->getBaseAddress()) { in emitDebugLoc() 1716 if (auto *Base = TheCU->getBaseAddress()) { in emitDebugRanges()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 198 uint64_t getBaseAddress() const { return BaseAddr; } in getBaseAddress() function
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 360 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
|
D | DwarfDebug.cpp | 2610 const MCSymbol *CUBase = CU.getBaseAddress(); in emitRangeList()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 356 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
|
D | DwarfDebug.cpp | 2399 const MCSymbol *CUBase = CU.getBaseAddress(); in emitRangeList()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 376 llvm::Optional<object::SectionedAddress> getBaseAddress();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 394 llvm::Optional<object::SectionedAddress> getBaseAddress();
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 346 return RangeList.getAbsoluteRanges(U->getBaseAddress()); in getAddressRanges()
|
/external/swiftshader/src/Reactor/ |
D | Reactor.cpp | 179 Value *Variable::getBaseAddress() const in getBaseAddress() function in rr::Variable 188 return Nucleus::createGEP(getBaseAddress(), getType(), index, unsignedIndex); in getElementPointer()
|
D | Reactor.hpp | 141 Value *getBaseAddress() const; 2694 return RValue<Pointer<T>>(this->getBaseAddress()); in operator &()
|