Searched refs:FAddr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp603 uint64_t FAddr = (*it)->getFunctionAddress(Name); local
604 if (FAddr) {
605 return (void *)FAddr;
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h219 uint64_t FAddr = getSymbolAddress(F->getName()); variable
220 return reinterpret_cast<void *>(static_cast<uintptr_t>(FAddr));

Completed in 144 milliseconds