Home
last modified time | relevance | path

Searched refs:FAddr (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DSpeculation.h74 void launchCompile(JITTargetAddress FAddr) { in launchCompile() argument
80 auto It = GlobalSpecMap.find(FAddr); in launchCompile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSpeculation.h78 void launchCompile(JITTargetAddress FAddr) { in launchCompile() argument
84 auto It = GlobalSpecMap.find(FAddr); in launchCompile()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h221 uint64_t FAddr = getSymbolAddress(F->getName()); in getPointerToFunction() local
222 return reinterpret_cast<void *>(static_cast<uintptr_t>(FAddr)); in getPointerToFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h354 uint64_t FAddr = getSymbolAddress(F->getName()); in getPointerToFunction() local
355 return reinterpret_cast<void *>(static_cast<uintptr_t>(FAddr)); in getPointerToFunction()