Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachORelocation.h43 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } in getAddress() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h251 JITTargetAddress getAddress() const { return Address; } in getAddress() function
341 Expected<JITTargetAddress> getAddress() { in getAddress() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h407 inline Expected<uint64_t> SymbolRef::getAddress() const { in getAddress() function
464 inline uint64_t SectionRef::getAddress() const { in getAddress() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h75 uint64_t getAddress() const { return getOffset(); } in getAddress() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp209 std::optional<uint64_t> GsymReader::getAddress(size_t Index) const { in getAddress() function in GsymReader
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h88 orc::ExecutorAddr getAddress() const { return A; } in getAddress() function
H A DJITLink.h124 orc::ExecutorAddr getAddress() const { return Address; } in getAddress() function
557 orc::ExecutorAddr getAddress() const { return Base->getAddress() + Offset; } in getAddress() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h341 Address getAddress(CodeGenFunction &CGF) const { in getAddress() function
627 Address getAddress() const { in getAddress() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h257 Value *getAddress() const { return Address; } in getAddress() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h182 uint64_t getAddress() const { return Address; } in getAddress() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h351 Value *getAddress() const { in getAddress() function
371 Value *getAddress() const { in getAddress() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp93 LVAddress LVSymbolTable::getAddress(StringRef Name) { in getAddress() function in LVSymbolTable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h86 uint8_t *getAddress() const { return Address; } in getAddress() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h272 uint64_t getAddress() const { return *Address; } in getAddress() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp194 Value *DbgAssignIntrinsic::getAddress() const { in getAddress() function in DbgAssignIntrinsic
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1965 Constant *getAddress() const { return cast_or_null<Constant>(Addr); } in getAddress() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1214 JITTargetAddress getAddress() const { return Addr; } in getAddress() function