/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerMerge.h | 13 // it so that only inputs with new coverage ('features') are added. 36 // within the same size the inputs that have more new features. 55 std::vector<uint32_t> Features;
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/ |
TargetOptions.h | 49 /// \brief The list of target specific features to enable or disable, as written on the command line. 52 /// The list of target specific features to enable or disable -- this should 54 std::vector<std::string> Features; 58 /// Supported OpenCL extensions and optional core features.
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/ |
CommandFlags.h | 324 SubtargetFeatures Features; 326 // If user asked for the 'native' CPU, we need to autodetect features. 328 // features the autodetected CPU name lists in the target. For example, 334 Features.AddFeature(F.first(), F.second); 338 Features.AddFeature(MAttrs[i]); 340 return Features.getString(); 344 /// Features, and command line flags. 345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features, 354 if (!Features.empty()) 355 NewAttrs.addAttribute("target-features", Features) [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/ |
InfoStream.h | 75 PdbRaw_Features Features = PdbFeatureNone;
|
InfoStreamBuilder.h | 53 std::vector<PdbRaw_FeatureSig> Features;
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/ |
SubtargetFeature.h | 11 /// The intent is to be able to package specific features that should or should 13 /// as example, gather chip info from the command line, a long with features 34 /// Container class for subtarget features. 85 /// Manages the enabling and disabling of subtarget specific features. 87 /// Features are encoded as a string of the form 90 /// Each of the remaining features is prefixed with + or - indicating whether 94 std::vector<std::string> Features; ///< Subtarget features as a vector 99 /// Returns features as a string. 102 /// Adds Features [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerMerge.h | 13 // it so that only inputs with new coverage ('features') are added. 36 // within the same size the inputs that have more new features. 55 std::vector<uint32_t> Features;
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/ |
TargetOptions.h | 49 /// \brief The list of target specific features to enable or disable, as written on the command line. 52 /// The list of target specific features to enable or disable -- this should 54 std::vector<std::string> Features; 58 /// Supported OpenCL extensions and optional core features.
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/ |
CommandFlags.h | 324 SubtargetFeatures Features; 326 // If user asked for the 'native' CPU, we need to autodetect features. 328 // features the autodetected CPU name lists in the target. For example, 334 Features.AddFeature(F.first(), F.second); 338 Features.AddFeature(MAttrs[i]); 340 return Features.getString(); 344 /// Features, and command line flags. 345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features, 354 if (!Features.empty()) 355 NewAttrs.addAttribute("target-features", Features) [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/ |
InfoStream.h | 75 PdbRaw_Features Features = PdbFeatureNone;
|
InfoStreamBuilder.h | 53 std::vector<PdbRaw_FeatureSig> Features;
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/ |
SubtargetFeature.h | 11 /// The intent is to be able to package specific features that should or should 13 /// as example, gather chip info from the command line, a long with features 34 /// Container class for subtarget features. 85 /// Manages the enabling and disabling of subtarget specific features. 87 /// Features are encoded as a string of the form 90 /// Each of the remaining features is prefixed with + or - indicating whether 94 std::vector<std::string> Features; ///< Subtarget features as a vector 99 /// Returns features as a string. 102 /// Adds Features [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerMerge.h | 13 // it so that only inputs with new coverage ('features') are added. 36 // within the same size the inputs that have more new features. 55 std::vector<uint32_t> Features;
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/ |
TargetOptions.h | 50 /// \brief The list of target specific features to enable or disable, as written on the command line. 53 /// The list of target specific features to enable or disable -- this should 55 std::vector<std::string> Features; 59 /// Supported OpenCL extensions and optional core features.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
CommandFlags.h | 324 SubtargetFeatures Features; 326 // If user asked for the 'native' CPU, we need to autodetect features. 328 // features the autodetected CPU name lists in the target. For example, 334 Features.AddFeature(F.first(), F.second); 338 Features.AddFeature(MAttrs[i]); 340 return Features.getString(); 344 /// Features, and command line flags. 345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features, 354 if (!Features.empty()) 355 NewAttrs.addAttribute("target-features", Features) [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/ |
InfoStream.h | 80 PdbRaw_Features Features = PdbFeatureNone;
|
InfoStreamBuilder.h | 53 std::vector<PdbRaw_FeatureSig> Features;
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/ |
SubtargetFeature.h | 11 /// The intent is to be able to package specific features that should or should 13 /// as example, gather chip info from the command line, a long with features 34 /// Container class for subtarget features. 85 /// Manages the enabling and disabling of subtarget specific features. 87 /// Features are encoded as a string of the form 90 /// Each of the remaining features is prefixed with + or - indicating whether 94 std::vector<std::string> Features; ///< Subtarget features as a vector 99 /// Returns features as a string. 102 /// Adds Features [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerMerge.h | 13 // it so that only inputs with new coverage ('features') are added. 36 // within the same size the inputs that have more new features. 55 Vector<uint32_t> Features;
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/ |
TargetOptions.h | 50 /// \brief The list of target specific features to enable or disable, as written on the command line. 53 /// The list of target specific features to enable or disable -- this should 55 std::vector<std::string> Features; 59 /// Supported OpenCL extensions and optional core features.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
CommandFlags.h | 324 SubtargetFeatures Features; 326 // If user asked for the 'native' CPU, we need to autodetect features. 328 // features the autodetected CPU name lists in the target. For example, 334 Features.AddFeature(F.first(), F.second); 338 Features.AddFeature(MAttrs[i]); 340 return Features.getString(); 344 /// Features, and command line flags. 345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features, 354 if (!Features.empty()) 355 NewAttrs.addAttribute("target-features", Features) [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/ |
InfoStream.h | 80 PdbRaw_Features Features = PdbFeatureNone;
|
InfoStreamBuilder.h | 53 std::vector<PdbRaw_FeatureSig> Features;
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/ |
SubtargetFeature.h | 11 /// The intent is to be able to package specific features that should or should 13 /// as example, gather chip info from the command line, a long with features 34 /// Container class for subtarget features. 85 /// Manages the enabling and disabling of subtarget specific features. 87 /// Features are encoded as a string of the form 90 /// Each of the remaining features is prefixed with + or - indicating whether 94 std::vector<std::string> Features; ///< Subtarget features as a vector 99 /// Returns features as a string. 102 /// Adds Features [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/ |
FuzzerMerge.h | 13 // it so that only inputs with new coverage ('features') are added. 36 // within the same size the inputs that have more new features. 55 Vector<uint32_t> Features;
|