Home
last modified time | relevance | path

Searched defs:entryPoint (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/objc/objc_direct-methods/
H A Dmain.m14 -(int) entryPoint; method
19 {
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp152 StringRef entryPoint, in compileAndExecute()
243 StringRef entryPoint, in compileAndExecuteVoidFunction()
286 StringRef entryPoint, in compileAndExecuteSingleReturnFunction()
/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp42 void setEntryPoint(const char *entryPoint) { in setEntryPoint()
109 const char *entryPoint) { in setEntryPoint()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DTargetAndABI.cpp147 if (auto entryPoint = spirv::lookupEntryPointABI(op)) in lookupLocalWorkGroupSize() local
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp129 auto entryPoint = *module.getOps<spirv::EntryPointOp>().begin(); in encodeKernelName() local