Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachORelocation.h43 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 DJITSymbol.h251 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 DDataExtractor.h322 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 DObjectFile.h390 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 DGsymReader.cpp209 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 DCGValue.h329 Address getAddress(CodeGenFunction &CGF) const { in getAddress() function
615 Address getAddress() const { in getAddress() function
H A DCGOpenMPRuntime.h534 llvm::Constant *getAddress() const { in getAddress() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h262 Value *getAddress() const { return Address; } in getAddress() function
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h573 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 DIntrinsicInst.h310 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 DRuntimeDyldImpl.h86 uint8_t *getAddress() const { return Address; } in getAddress() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h254 uint64_t getAddress() const { return *Address; } in getAddress() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h121 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 DCore.h1090 JITTargetAddress getAddress() const { return Addr; } in getAddress() function