/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachORelocation.h | 43 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } in getAddress() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 251 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 D | DataExtractor.h | 325 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 D | ObjectFile.h | 407 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 D | LVLine.h | 75 uint64_t getAddress() const { return getOffset(); } in getAddress() function
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymReader.cpp | 209 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 D | JITLinkMemoryManager.h | 88 orc::ExecutorAddr getAddress() const { return A; } in getAddress() function
|
H A D | JITLink.h | 124 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 D | CGValue.h | 341 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 D | MemoryDependenceAnalysis.h | 257 Value *getAddress() const { return Address; } in getAddress() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 182 uint64_t getAddress() const { return Address; } in getAddress() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 351 Value *getAddress() const { in getAddress() function 371 Value *getAddress() const { in getAddress() function
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 93 LVAddress LVSymbolTable::getAddress(StringRef Name) { in getAddress() function in LVSymbolTable
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 86 uint8_t *getAddress() const { return Address; } in getAddress() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 272 uint64_t getAddress() const { return *Address; } in getAddress() function
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 194 Value *DbgAssignIntrinsic::getAddress() const { in getAddress() function in DbgAssignIntrinsic
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1965 Constant *getAddress() const { return cast_or_null<Constant>(Addr); } in getAddress() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 1214 JITTargetAddress getAddress() const { return Addr; } in getAddress() function
|