Home
last modified time | relevance | path

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

12

/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DError.h58 uintptr_t getAddress() { return Address; } in getAddress() function
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dtoc-data-attribute.c31 struct SomeStruct* getAddress(void) { in getAddress() function
H A Dtoc-data-diagnostics.c41 struct SomeStruct* getAddress(void) { in getAddress() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h43 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } in getAddress() function
/llvm-project/offload/include/
H A DOffloadEntry.h34 void *getAddress() const { return OffloadEntry.addr; } getAddress() function
/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
/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
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorSymbolDef.h30 const ExecutorAddr &getAddress() const { return Addr; } getAddress() function
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h75 uint64_t getAddress() const { return getOffset(); } in getAddress() function
/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_symbol_def.h80 const ExecutorAddr &getAddress() const { return Addr; } in getAddress() function
/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
/llvm-project/bolt/include/bolt/Core/
H A DBinaryData.h119 uint64_t getAddress() const { return Address; } in getAddress() function
H A DFunctionLayout.h111 uint64_t getAddress() const { return Address; } in getAddress() function
H A DBinarySection.h252 uint64_t getAddress() const { return Address; } getAddress() function
[all...]
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp208 std::optional<uint64_t> GsymReader::getAddress(size_t Index) const { getAddress() function in GsymReader
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h88 orc::ExecutorAddr getAddress() const { return A; } getAddress() function
H A DJITLink.h130 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 DMemoryDependenceAnalysis.h257 Value *getAddress() const { return Address; } getAddress() function
/llvm-project/openmp/libompd/src/
H A DTargetValue.cpp257 ompd_rc_t TValue::getAddress(ompd_address_t *addr) const { in getAddress() function in TValue
/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h190 uint64_t getAddress() const { return Address; } getAddress() function
/llvm-project/clang/lib/CodeGen/
H A DCGCall.h396 Address getAddress() const { return Addr; } getAddress() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp93 LVAddress LVSymbolTable::getAddress(StringRef Name) { in getAddress() function in LVSymbolTable
[all...]
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h86 uint8_t *getAddress() const { return Address; } getAddress() function
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h272 uint64_t getAddress() const { return *Address; } in getAddress() function
/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp474 Value *DbgVariableRecord::getAddress() const { in getAddress() function in llvm::DbgVariableRecord

12