Home
last modified time | relevance | path

Searched refs:detectHost (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
H A DLLJITWithCustomObjectLinkingLayer.cpp40 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp55 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp24 Expected<JITTargetMachineBuilder> JITTargetMachineBuilder::detectHost() { in detectHost() function in llvm::orc::JITTargetMachineBuilder
H A DOrcV2CBindings.cpp441 auto JTMB = JITTargetMachineBuilder::detectHost(); in LLVMOrcJITTargetMachineBuilderDetectHost()
H A DLLJIT.cpp939 if (auto JTMBOrErr = JITTargetMachineBuilder::detectHost()) in prepareForConstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h53 static Expected<JITTargetMachineBuilder> detectHost();
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp199 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp207 ExitOnErr(JITTargetMachineBuilder::detectHost())); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp44 auto JTMB = orc::JITTargetMachineBuilder::detectHost(); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp81 auto JTMB = JITTargetMachineBuilder::detectHost(); in Create()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT1.rst189 auto JTMB = JITTargetMachineBuilder::detectHost();
208 detectHost method and then using that instance to generate a datalayout for
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp860 : ExitOnErr(orc::JITTargetMachineBuilder::detectHost())); in runOrcJIT()