Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
DConfig.h40 struct Config { struct
41 enum VisScheme {
47 std::string CPU;
48 TargetOptions Options;
49 std::vector<std::string> MAttrs;
50 std::vector<std::string> PassPlugins;
52 std::function<void(legacy::PassManager &)> PreCodeGenPassesHook;
53 Optional<Reloc::Model> RelocModel = Reloc::PIC_;
54 Optional<CodeModel::Model> CodeModel = None;
55 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Default;
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
DDIPrinter.h74 PrinterConfig Config; variable
89 PlainPrinterBase(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in PlainPrinterBase()
114 LLVMPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in LLVMPrinter()
123 GNUPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in GNUPrinter()
130 PrinterConfig Config; variable
140 JSONPrinter(raw_ostream &OS, PrinterConfig &Config) in JSONPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp150 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnRawBinary() local
171 static Error executeObjcopyOnBinary(const MultiFormatConfig &Config, in executeObjcopyOnBinary()
214 createNewArchiveMembers(const MultiFormatConfig &Config, const Archive &Ar) { in createNewArchiveMembers()
258 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnArchive() local
268 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in restoreStatOnFile() local
315 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy() local
DConfigManager.cpp685 CommonConfig &Config = ConfigMgr.Common; in parseObjcopyOptions() local
1059 CommonConfig &Config = ConfigMgr.Common; in parseInstallNameToolOptions() local
1191 CommonConfig &Config = ConfigMgr.Common; in parseBitcodeStripOptions() local
1283 CommonConfig &Config = ConfigMgr.Common; in parseStripOptions() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp136 static std::unique_ptr<Writer> createELFWriter(const CommonConfig &Config, in createELFWriter()
157 static std::unique_ptr<Writer> createWriter(const CommonConfig &Config, in createWriter()
247 static Error updateAndRemoveSymbols(const CommonConfig &Config, Object &Obj) { in updateAndRemoveSymbols()
342 static Error replaceAndRemoveSections(const CommonConfig &Config, Object &Obj) { in replaceAndRemoveSections()
564 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
713 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput()
722 Error objcopy::elf::executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex()
737 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary()
755 Error objcopy::elf::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
Dsanitizer_symbolize.cpp27 llvm::symbolize::PrinterConfig Config; in getDefaultPrinterConfig() local
51 llvm::symbolize::PrinterConfig Config = getDefaultPrinterConfig(); in __sanitizer_symbolize_code() local
79 llvm::symbolize::PrinterConfig Config = getDefaultPrinterConfig(); in __sanitizer_symbolize_data() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp52 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections()
90 static void updateAndRemoveSymbols(const CommonConfig &Config, Object &Obj) { in updateAndRemoveSymbols()
142 static Error processLoadCommands(const CommonConfig &Config, Object &Obj) { in processLoadCommands()
336 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs()
376 Error objcopy::macho::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
408 const MultiFormatConfig &Config, const MachOUniversalBinary &In, in executeObjcopyOnMachOUniversalBinary()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp60 static void removeSections(const CommonConfig &Config, Object &Obj) { in removeSections()
112 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs()
144 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h55 struct Config : ValueMapConfig<GlobalValue *> { struct
59 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DYaml.h45 T Config; in getConfiguration() local
DGenericTaintChecker.cpp383 TaintConfiguration &&Config) { in parseConfiguration()
950 llvm::Optional<TaintConfig> Config = in registerGenericTaintChecker() local
/freebsd-12-stable/cddl/usr.sbin/zfsd/
Dvdev.h177 Vdev::Config() const in Config() function
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp134 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs()
255 Error executeObjcopyOnBinary(const CommonConfig &Config, const COFFConfig &, in executeObjcopyOnBinary()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
Dxray_log_interface.cpp139 XRayLogInitStatus __xray_log_init_mode(const char *Mode, const char *Config) in __xray_log_init_mode()
160 __xray_log_init_mode_bin(const char *Mode, const char *Config, in __xray_log_init_mode_bin()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dallocator_config.h193 typedef AndroidConfig Config; typedef
195 typedef FuchsiaConfig Config; typedef
197 typedef TrustyConfig Config; typedef
199 typedef DefaultConfig Config; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp618 jitlink::PassConfiguration &Config) { in modifyPassConfig()
652 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addInitializerSupportPasses()
668 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addMachOHeaderSupportPasses()
691 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addEHAndTLVSupportPasses()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h73 jitlink::PassConfiguration &Config) {} in modifyPassConfig()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h241 lto::Config Config; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_riscv.cpp300 PassConfiguration Config; in link_ELF_riscv() local
DJITLink.cpp351 PassConfiguration &Config) { in modifyPassConfig()
DELF_x86_64.cpp545 PassConfiguration Config; in link_ELF_x86_64() local
DMachO_x86_64.cpp600 PassConfiguration Config; in link_MachO_x86_64() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp75 std::unique_ptr<CSEConfigBase> Config; in getStandardCSEConfigForOpt() local
/freebsd-12-stable/contrib/llvm-project/clang/tools/clang-format/
DClangFormat.cpp507 std::string Config = clang::format::configurationAsText(*FormatStyle); in dumpConfig() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp274 PrinterConfig Config; in main() local

12