Searched defs:InputInfo (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 28 struct InputInfo { struct 29 Unit U; // The actual input data. 33 size_t NumFeatures = 0; 36 size_t NumExecutedMutations = 0; 38 bool NeverReduce = false; 39 bool MayDeleteFile = false; 40 bool Reduced = false; 41 bool HasFocusFunction = false; 45 bool NeedsEnergyUpdate = false; 46 double Energy = 0.0; [all …]
|
/openbsd/gnu/llvm/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 | 57 class InputInfo; variable
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 9837 CodeGenFunction::OMPTargetDataInfo InputInfo; in emitTargetCall() local 10087 CodeGenFunction::OMPTargetDataInfo InputInfo; in emitTargetCall() local 10802 CodeGenFunction::OMPTargetDataInfo InputInfo; in emitTargetDataStandAloneCall() local
|
H A D | CGStmtOpenMP.cpp | 4988 OMPTargetDataInfo &InputInfo) { in EmitOMPTargetTaskBasedDirective()
|