Searched defs:InputInfo (Results 1 – 7 of 7) sorted by relevance
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 29 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 D | InputInfo.h | 50 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 D | Tool.h | 24 class InputInfo; variable
|
H A D | Job.h | 30 class InputInfo; variable
|
H A D | ToolChain.h | 58 class InputInfo; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 9483 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 D | CGStmtOpenMP.cpp | 5054 EmitOMPTargetTaskBasedDirective(const OMPExecutableDirective & S,const RegionCodeGenTy & BodyGen,OMPTargetDataInfo & InputInfo) EmitOMPTargetTaskBasedDirective() argument [all...] |