Searched defs:Config (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h44 T Config; local
45 Input >> Config; local
H A DDebugCheckers.cpp271 const Table &Config = mgr.options.Config; local
H A DGenericTaintChecker.cpp310 static void mapping(IO &IO, TaintConfig &Config) { argument
371 parseConfiguration(CheckerManager &Mgr, const std::string &Option, TaintConfiguration &&Config) argument
939 llvm::Optional<TaintConfig> Config = local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h78 typedef AndroidConfig Config; typedef in namespace:scudo
80 typedef FuchsiaConfig Config; typedef in namespace:scudo
82 typedef DefaultConfig Config; typedef in namespace:scudo
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dvdev.h177 Vdev::Config() const function in class:Vdev
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFConfig.cpp101 Expected<ELFCopyConfig> parseConfig(const CopyConfig &Config) { argument
H A DELFObjcopy.cpp133 static std::unique_ptr<Writer> createELFWriter(const CopyConfig &Config, argument
154 static std::unique_ptr<Writer> createWriter(const CopyConfig &Config, argument
169 findBuildID(const CopyConfig &Config, const object::ELFFile<ELFT> &In) argument
192 findBuildID(const CopyConfig &Config, const object::ELFObjectFileBase &In) argument
215 linkToBuildIdDir(const CopyConfig &Config, StringRef ToLink, StringRef Suffix, ArrayRef<uint8_t> BuildIdBytes) argument
264 splitDWOToFile(const CopyConfig &Config, const Reader &Reader, StringRef File, ElfType OutputElfType) argument
347 updateAndRemoveSymbols(const CopyConfig &Config, Object &Obj) argument
439 replaceAndRemoveSections(const CopyConfig &Config, Object &Obj) argument
599 handleArgs(const CopyConfig &Config, Object &Obj, const Reader &Reader, ElfType OutputElfType) argument
745 writeOutput(const CopyConfig &Config, Object &Obj, Buffer &Out, ElfType OutputElfType) argument
754 executeObjcopyOnIHex(const CopyConfig &Config, MemoryBuffer &In, Buffer &Out) argument
765 executeObjcopyOnRawBinary(const CopyConfig &Config, MemoryBuffer &In, Buffer &Out) argument
781 executeObjcopyOnBinary(const CopyConfig &Config, object::ELFObjectFileBase &In, Buffer &Out) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h55 struct Config : ValueMapConfig<GlobalValue *> { struct in class:llvm::GlobalNumberState
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h63 modifyPassConfig(MaterializationResponsibility &MR, const Triple &TT, jitlink::PassConfiguration &Config) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp23 static void removeSections(const CopyConfig &Config, Object &Obj) { argument
52 static void markSymbols(const CopyConfig &Config, Objec argument
59 updateAndRemoveSymbols(const CopyConfig &Config, Object &Obj) argument
159 handleArgs(const CopyConfig &Config, Object &Obj) argument
227 executeObjcopyOnBinary(const CopyConfig &Config, object::MachOObjectFile &In, Buffer &Out) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp92 static Error handleArgs(const CopyConfig &Config, Object &Obj) { argument
221 executeObjcopyOnBinary(const CopyConfig &Config, COFFObjectFile &In, Buffer &Out) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h38 struct Config { struct in namespace:llvm::lto
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp26 Z3_config Config; member in class:__anon2011::Z3Config
/freebsd-11-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp474 std::string Config = clang::format::configurationAsText(*FormatStyle); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp72 std::unique_ptr<CSEConfigBase> Config; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp553 PassConfiguration Config; local
H A DJITLink.cpp291 modifyPassConfig(const Triple &TT, PassConfiguration &Config) argument
H A DMachO_arm64.cpp664 PassConfiguration Config; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp135 static Error executeObjcopyOnIHex(CopyConfig &Config, MemoryBuffer &In, argument
145 static Error executeObjcopyOnRawBinary(CopyConfig &Config, MemoryBuffer &In, argument
165 static Error executeObjcopyOnBinary(CopyConfig &Config, object::Binary &In, argument
180 executeObjcopyOnArchive(CopyConfig &Config, const Archive &Ar) argument
256 executeObjcopy(CopyConfig &Config) argument
[all...]
H A DCopyConfig.cpp799 CopyConfig Config; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h206 ConfigTable Config; member in class:clang::AnalyzerOptions
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py35 class Config(object): class in inherits:object
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1734 CUDAKernelCallExpr::CUDAKernelCallExpr(Expr *Fn, CallExpr *Config, argument
1746 CUDAKernelCallExpr::Create(const ASTContext &Ctx, Expr *Fn, CallExpr *Config, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp395 static StringRef getStringOption(AnalyzerOptions::ConfigTable &Config, argument
400 static void initOption(AnalyzerOptions::ConfigTable &Config, argument
410 static void initOption(AnalyzerOptions::ConfigTable &Config, argument
429 static void initOption(AnalyzerOptions::ConfigTable &Config, argument
[all...]
/freebsd-11-stable/sys/dev/ce/
H A Dtau32-ddk.h405 unsigned __int32 Config; /* in */ member in struct:tag_TAU32_UserRequest::__anon9483::__anon9484
412 unsigned __int32 Config; /* in */ member in struct:tag_TAU32_UserRequest::__anon9483::__anon9485

Completed in 354 milliseconds

12