Home
last modified time | relevance | path

Searched defs:ExecutorAddr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DExecutorAddress.h75 explicit constexpr ExecutorAddr(uint64_t Addr) : Addr(Addr) {} in ExecutorAddr() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutorProcessControl.h230 ArrayRef<std::pair<ExecutorAddr &, StringRef>> Pairs) const { in getBootstrapSymbols()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DMemoryMapper.cpp225 Expected<std::pair<ExecutorAddr, std::string>> Result) mutable { in reserve()