Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h151 struct Config { struct
225 bool cref;
269 bool pie;
273 bool relax;
286 bool trace;
315 bool zNow;
323 bool zText;
363 bool is64;
366 bool isLE;
410 bool isPic;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h41 struct Config { struct
42 enum VisScheme {
48 std::string CPU;
49 TargetOptions Options;
59 unsigned OptLevel = 2;
60 bool VerifyEach = false;
71 bool CodeGenOnly = false;
108 std::string AAPipeline;
128 std::string DwoDir;
172 std::string StatsFile;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h74 PrinterConfig Config; variable
89 PlainPrinterBase(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in PlainPrinterBase()
114 LLVMPrinter(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in LLVMPrinter()
123 GNUPrinter(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in GNUPrinter()
131 PrinterConfig Config; variable
141 JSONPrinter(raw_ostream &OS, PrinterConfig &Config) in JSONPrinter()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp37 llvm::symbolize::PrinterConfig Config; in getDefaultPrinterConfig() local
69 llvm::symbolize::PrinterConfig Config = getDefaultPrinterConfig(); in __sanitizer_symbolize_code() local
100 llvm::symbolize::PrinterConfig Config = getDefaultPrinterConfig(); in __sanitizer_symbolize_data() local
123 llvm::symbolize::PrinterConfig Config = getDefaultPrinterConfig(); in __sanitizer_symbolize_frame() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp23 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs()
27 Error executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &, in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp157 static std::unique_ptr<Writer> createELFWriter(const CommonConfig &Config, in createELFWriter()
178 static std::unique_ptr<Writer> createWriter(const CommonConfig &Config, in createWriter()
285 static Error updateAndRemoveSymbols(const CommonConfig &Config, in updateAndRemoveSymbols()
385 static Error replaceAndRemoveSections(const CommonConfig &Config, in replaceAndRemoveSections()
616 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
780 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput()
789 Error objcopy::elf::executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex()
804 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary()
822 Error objcopy::elf::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp165 static Error setConfigToAddNewDebugSections(objcopy::ConfigManager &Config, in setConfigToAddNewDebugSections()
252 objcopy::ConfigManager Config; in saveSeparateDebugInfo() local
276 objcopy::ConfigManager Config; in saveNonDebugInfo() local
313 static Error addSectionsFromLinkedData(objcopy::ConfigManager &Config, in addSectionsFromLinkedData()
358 objcopy::ConfigManager Config; in saveSeparateLinkedDebugInfo() local
389 objcopy::ConfigManager Config; in saveSingleLinkedDebugInfo() local
429 objcopy::ConfigManager Config; in saveCopyOfFile() local
/freebsd/contrib/libfido2/windows/
H A Dcygwin.ps18 [string]$Config = "Release" variable
34 Write-Host "Config: $Config" variable
H A Drelease.ps110 $Config = 'Release' variable
H A Dbuild.ps112 [string]$Config = "Release", variable
85 Write-Host "Config: $Config" variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A 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/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp24 createNewArchiveMembers(const MultiFormatConfig &Config, const Archive &Ar) { in createNewArchiveMembers()
98 Error executeObjcopyOnArchive(const MultiFormatConfig &Config, in executeObjcopyOnArchive()
H A DObjCopy.cpp38 Error executeObjcopyOnBinary(const MultiFormatConfig &Config, in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h669 struct Config { struct
671 Config(unsigned Opts) : Options(Opts) {} in Config() function
672 Config(ArrayRef<const TargetRegisterClass *> RCs) : Classes(RCs) {} in Config() function
673 Config(ArrayRef<MCPhysReg> Track) : TrackRegs(Track.begin(), Track.end()) {} in Config() argument
674 Config(ArrayRef<RegisterId> Track) in Config() function
677 unsigned Options = BuildOptions::None;
678 SmallVector<const TargetRegisterClass *> Classes;
679 std::set<RegisterId> TrackRegs;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp55 static Error removeSections(const CommonConfig &Config, Object &Obj) { in removeSections()
93 static void updateAndRemoveSymbols(const CommonConfig &Config, in updateAndRemoveSymbols()
403 static Error handleArgs(const CommonConfig &Config, in handleArgs()
448 Error objcopy::macho::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
486 const MultiFormatConfig &Config, const MachOUniversalBinary &In, in executeObjcopyOnMachOUniversalBinary()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h55 struct Config : ValueMapConfig<GlobalValue *> { struct
59 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h46 T Config; in getConfiguration() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp115 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnRawBinary() local
138 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy() local
/freebsd/cddl/usr.sbin/zfsd/
H A Dvdev.h175 Vdev::Config() const in Config() function
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A 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/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp157 static Error handleArgs(const CommonConfig &Config, in handleArgs()
322 Error executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h267 typedef AndroidConfig Config; typedef
269 typedef FuchsiaConfig Config; typedef
271 typedef TrustyConfig Config; typedef
273 typedef DefaultConfig Config; typedef
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp600 jitlink::PassConfiguration &Config) { in modifyPassConfig()
634 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addInitializerSupportPasses()
650 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addDSOHandleSupportPasses()
671 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addEHAndTLVSupportPasses()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h68 jitlink::PassConfiguration &Config) {} in modifyPassConfig()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp504 RelaxConfig Config; member
591 const RelaxConfig &Config, orc::ExecutorAddr Loc, in relaxCall()
620 const RelaxConfig &Config) { in relaxBlock()
967 PassConfiguration Config; in link_ELF_riscv() local

123