Home
last modified time | relevance | path

Searched defs:getAddress (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorSymbolDef.h29 const ExecutorAddr &getAddress() const { return Addr; } getAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h43 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } in getAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h251 JITTargetAddress getAddress() const { return Address; } in getAddress() function
341 Expected<JITTargetAddress> getAddress() { in getAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h325 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress() function
332 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); } in getAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h75 uint64_t getAddress() const { return getOffset(); } in getAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h464 inline Expected<uint64_t> SymbolRef::getAddress() const { in getAddress() function
521 inline uint64_t SectionRef::getAddress() const { in getAddress() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp209 std::optional<uint64_t> GsymReader::getAddress(size_t Index) const { getAddress() function in GsymReader
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h88 orc::ExecutorAddr getAddress() const { return A; } in getAddress() function
H A DJITLink.h130 orc::ExecutorAddr getAddress() const { return Address; } in getAddress() function
576 orc::ExecutorAddr getAddress() const { return Base->getAddress() + Offset; } in getAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h257 Value *getAddress() const { return Address; } in getAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h190 uint64_t getAddress() const { return Address; } in getAddress() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h396 Address getAddress() const { return Addr; } in getAddress() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp93 LVAddress LVSymbolTable::getAddress(StringRef Name) { in getAddress() function in LVSymbolTable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h86 uint8_t *getAddress() const { return Address; } in getAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h272 uint64_t getAddress() const { return *Address; } in getAddress() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp474 Value *DbgVariableRecord::getAddress() const { in getAddress() function in llvm::DbgVariableRecord
H A DIntrinsicInst.cpp204 Value *DbgAssignIntrinsic::getAddress() const { in getAddress() function in DbgAssignIntrinsic
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1268 ExecutorAddr getAddress() const { return Addr; } in getAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h257 Constant *getAddress() const { return cast_or_null<Constant>(Addr); } in getAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h440 Value *getAddress() const { in getAddress() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4973 const Value *getAddress(const DbgVariableIntrinsic *DVI) { in getAddress() function
4979 const Value *getAddress(const DbgVariableRecord *DVR) { in getAddress() function