Home
last modified time | relevance | path

Searched defs:InputInfo (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h29 struct InputInfo { struct
30 Unit U; // The actual input data.
31 std::chrono::microseconds TimeOfUnit;
32 uint8_t Sha1[kSHA1NumBytes]; // Checksum.
34 size_t NumFeatures = 0;
35 size_t Tmp = 0; // Used by ValidateFeatureSet.
37 size_t NumExecutedMutations = 0;
38 size_t NumSuccessfullMutations = 0;
39 bool NeverReduce = false;
40 bool MayDeleteFile = false;
[all …]
/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h50 InputInfo() : InputInfo(nullptr, nullptr) {} in InputInfo() function
51 InputInfo(const Action *A, const char *_BaseInput) in InputInfo() function
54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) in InputInfo() function
58 InputInfo(const Action *A, const char *_Filename, const char *_BaseInput) in InputInfo() function
63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, in InputInfo() function
68 InputInfo(const Action *A, const llvm::opt::Arg *_InputArg, in InputInfo() function
H A DTool.h24 class InputInfo; variable
H A DJob.h30 class InputInfo; variable
H A DToolChain.h58 class InputInfo; variable
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9483 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) emitTargetCallKernelLaunch() argument
9671 CodeGenFunction::OMPTargetDataInfo InputInfo; emitTargetCallElse() local
9708 CodeGenFunction::OMPTargetDataInfo InputInfo; emitTargetCall() local
10339 CodeGenFunction::OMPTargetDataInfo InputInfo; emitTargetDataStandAloneCall() local
[all...]
H A DCGStmtOpenMP.cpp5054 EmitOMPTargetTaskBasedDirective(const OMPExecutableDirective & S,const RegionCodeGenTy & BodyGen,OMPTargetDataInfo & InputInfo) EmitOMPTargetTaskBasedDirective() argument
[all...]