HomeSort by relevance Sort by last modified time
    Searched defs:CCAddr (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
OrcCAPITest.cpp 190 LLVMOrcTargetAddress CCAddr;
191 LLVMOrcCreateLazyCompileCallback(JIT, &CCAddr, myCompileCallback, &C);
192 LLVMOrcCreateIndirectStub(JIT, "foo", CCAddr);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 175 auto CCAddr = cantFail(
186 mangle(SharedFnAST->getName()), CCAddr, JITSymbolFlags::Exported))
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h 188 auto CCAddr = cantFail(
199 mangle(SharedFnAST->getName()), CCAddr, JITSymbolFlags::Exported))

Completed in 200 milliseconds