/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Error.h | 58 uintptr_t getAddress() { return Address; } in getAddress() function
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | toc-data-attribute.c | 31 struct SomeStruct* getAddress(void) { in getAddress() function
|
H A D | toc-data-diagnostics.c | 41 struct SomeStruct* getAddress(void) { in getAddress() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachORelocation.h | 43 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } in getAddress() function
|
/llvm-project/offload/include/ |
H A D | OffloadEntry.h | 34 void *getAddress() const { return OffloadEntry.addr; } getAddress() function
|
/llvm-project/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
|
/llvm-project/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
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | ExecutorSymbolDef.h | 30 const ExecutorAddr &getAddress() const { return Addr; } getAddress() function
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVLine.h | 75 uint64_t getAddress() const { return getOffset(); } in getAddress() function
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | executor_symbol_def.h | 80 const ExecutorAddr &getAddress() const { return Addr; } in getAddress() function
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 464 inline Expected<uint64_t> SymbolRef::getAddress() const { in getAddress() function 521 inline uint64_t SectionRef::getAddress() const { in getAddress() function
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryData.h | 119 uint64_t getAddress() const { return Address; } in getAddress() function
|
H A D | FunctionLayout.h | 111 uint64_t getAddress() const { return Address; } in getAddress() function
|
H A D | BinarySection.h | 252 uint64_t getAddress() const { return Address; } getAddress() function [all...] |
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymReader.cpp | 208 std::optional<uint64_t> GsymReader::getAddress(size_t Index) const { getAddress() function in GsymReader
|
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 88 orc::ExecutorAddr getAddress() const { return A; } getAddress() function
|
H A D | JITLink.h | 130 orc::ExecutorAddr getAddress() const { return Address; } in getAddress() function 576 orc::ExecutorAddr getAddress() const { return Base->getAddress() + Offset; } getAddress() function [all...] |
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryDependenceAnalysis.h | 257 Value *getAddress() const { return Address; } getAddress() function
|
/llvm-project/openmp/libompd/src/ |
H A D | TargetValue.cpp | 257 ompd_rc_t TValue::getAddress(ompd_address_t *addr) const { in getAddress() function in TValue
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 190 uint64_t getAddress() const { return Address; } getAddress() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.h | 396 Address getAddress() const { return Addr; } getAddress() function
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 93 LVAddress LVSymbolTable::getAddress(StringRef Name) { in getAddress() function in LVSymbolTable [all...] |
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 86 uint8_t *getAddress() const { return Address; } getAddress() function
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 272 uint64_t getAddress() const { return *Address; } in getAddress() function
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 474 Value *DbgVariableRecord::getAddress() const { in getAddress() function in llvm::DbgVariableRecord
|