Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h28 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 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.h57 class InputInfo; variable
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9837 CodeGenFunction::OMPTargetDataInfo InputInfo; in emitTargetCall() local
10087 CodeGenFunction::OMPTargetDataInfo InputInfo; in emitTargetCall() local
10802 CodeGenFunction::OMPTargetDataInfo InputInfo; in emitTargetDataStandAloneCall() local
H A DCGStmtOpenMP.cpp4988 OMPTargetDataInfo &InputInfo) { in EmitOMPTargetTaskBasedDirective()