Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
H A DLLJITWithCustomObjectLinkingLayer.cpp54 auto M = ExitOnErr(parseExampleModule(Add1Example, "add1")); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITDumpObjects/
H A DLLJITDumpObjects.cpp59 auto M = ExitOnErr(parseExampleModule(Add1Example, "add1")); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/
H A DExampleModules.h25 const llvm::StringRef Add1Example = variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp67 auto M = ExitOnErr(parseExampleModule(Add1Example, "add1")); in runJITWithCache()