Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ExecutionEngine/Orc/
HDJITSymbol.h60 TargetAddress getAddress() { in getAddress() function
HDIndirectionUtils.h45 TargetAddress getAddress() const { return Addr; } in getAddress() function
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachORelocation.h44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } in getAddress() function
/NextBSD/contrib/llvm/lib/IR/
HDIntrinsicInst.cpp66 Value *DbgDeclareInst::getAddress() const { in getAddress() function in DbgDeclareInst
/NextBSD/contrib/llvm/include/llvm/Support/
HDDataExtractor.h129 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress() function
/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h310 inline ErrorOr<uint64_t> SymbolRef::getAddress() const { in getAddress() function
366 inline uint64_t SectionRef::getAddress() const { in getAddress() function
/NextBSD/contrib/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h53 uint64_t getAddress() const { return Address; } in getAddress() function
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDMemoryDependenceAnalysis.h239 Value *getAddress() const { return Address; } in getAddress() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGValue.h265 llvm::Value *getAddress() const { assert(isSimple()); return V; } in getAddress() function