/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachORelocation.h | 43 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } in getAddress() function
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 322 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress() function 329 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); } in getAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 390 inline Expected<uint64_t> SymbolRef::getAddress() const { in getAddress() function 447 inline uint64_t SectionRef::getAddress() const { in getAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymReader.cpp | 209 Optional<uint64_t> GsymReader::getAddress(size_t Index) const { in getAddress() function in GsymReader
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGValue.h | 329 Address getAddress(CodeGenFunction &CGF) const { in getAddress() function 615 Address getAddress() const { in getAddress() function
|
H A D | CGOpenMPRuntime.h | 534 llvm::Constant *getAddress() const { in getAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemoryDependenceAnalysis.h | 262 Value *getAddress() const { return Address; } in getAddress() function
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | EncoreBootImage.h | 573 inline uint32_t getAddress() const { return m_address; } in getAddress() function 655 inline uint32_t getAddress() const { return m_address; } in getAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 310 Value *getAddress() const { in getAddress() function 330 Value *getAddress() const { in getAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 86 uint8_t *getAddress() const { return Address; } in getAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 254 uint64_t getAddress() const { return *Address; } in getAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 121 JITTargetAddress getAddress() const { return Address; } in getAddress() function 485 JITTargetAddress getAddress() const { return Base->getAddress() + Offset; } in getAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 1090 JITTargetAddress getAddress() const { return Addr; } in getAddress() function
|