Searched defs:InputInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h22 class InputInfo { class in namespace:clang::driver
50 InputInfo() : InputInfo(nullptr, nullptr) {} function in class:clang::driver::InputInfo
51 InputInfo(const Action *A, const char *_BaseInput) function in class:clang::driver::InputInfo
54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) function in class:clang::driver::InputInfo
58 InputInfo(const Action *A, const char *_Filename, const char *_BaseInput) function in class:clang::driver::InputInfo
63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, function in class:clang::driver::InputInfo
68 InputInfo(cons function in class:clang::driver::InputInfo
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h29 struct InputInfo { struct in namespace:fuzzer
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5013 EmitOMPTargetTaskBasedDirective( const OMPExecutableDirective &S, const RegionCodeGenTy &BodyGen, OMPTargetDataInfo &InputInfo) argument
[all...]
H A DCGOpenMPRuntime.cpp9426 emitTargetCallKernelLaunch( CGOpenMPRuntime *OMPRuntime, llvm::Function *OutlinedFn, const OMPExecutableDirective &D, llvm::SmallVectorImpl<llvm::Value *> &CapturedVars, bool RequiresOuterTask, const CapturedStmt &CS, bool OffloadingMandatory, llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, llvm::Value *OutlinedFnID, CodeGenFunction::OMPTargetDataInfo &InputInfo, llvm::Value *&MapTypesArray, llvm::Value *&MapNamesArray, llvm::function_ref<llvm::Value *(CodeGenFunction &CGF, const OMPLoopDirective &D)> SizeEmitter, CodeGenFunction &CGF, CodeGenModule &CGM) argument
9619 CodeGenFunction::OMPTargetDataInfo InputInfo; local
9656 CodeGenFunction::OMPTargetDataInfo InputInfo; local
10325 CodeGenFunction::OMPTargetDataInfo InputInfo; local
[all...]

Completed in 235 milliseconds