Home
last modified time | relevance | path

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

123

/src/contrib/llvm-project/lld/ELF/
H A DConfig.h154 struct Config { struct
155 uint8_t osabi = 0;
156 uint32_t andFeatures = 0;
157 llvm::CachePruningPolicy thinLTOCachePolicy;
158 llvm::SetVector<llvm::CachedHashString> dependencyFiles; // for --dependency-file
159 llvm::StringMap<uint64_t> sectionStartMap;
160 llvm::StringRef bfdname;
161 llvm::StringRef chroot;
162 llvm::StringRef dependencyFile;
163 llvm::StringRef dwoDir;
[all …]
/src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h41 struct Config { struct
42 enum VisScheme {
48 std::string CPU;
49 TargetOptions Options;
50 std::vector<std::string> MAttrs;
51 std::vector<std::string> MllvmArgs;
52 std::vector<std::string> PassPlugins;
54 std::function<void(legacy::PassManager &)> PreCodeGenPassesHook;
55 std::optional<Reloc::Model> RelocModel = Reloc::PIC_;
56 std::optional<CodeModel::Model> CodeModel;
[all …]
/src/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()
/src/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
/src/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()
/src/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()
217 Error Object::compressOrDecompressSections(const CommonConfig &Config) { in compressOrDecompressSections()
304 static Error updateAndRemoveSymbols(const CommonConfig &Config, in updateAndRemoveSymbols()
417 static Error replaceAndRemoveSections(const CommonConfig &Config, in replaceAndRemoveSections()
682 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
880 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput()
889 Error objcopy::elf::executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex()
904 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary()
922 Error objcopy::elf::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/src/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
/src/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
/src/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()
/src/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()
/src/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() function
674 Config(ArrayRef<RegisterId> Track) in Config() argument
677 unsigned Options = BuildOptions::None;
678 SmallVector<const TargetRegisterClass *> Classes;
679 std::set<RegisterId> TrackRegs;
/src/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()
/src/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
/src/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp115 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnRawBinary() local
139 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy() local
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h46 T Config; in getConfiguration() local
/src/cddl/usr.sbin/zfsd/
H A Dvdev.h175 Vdev::Config() const in Config() function
/src/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()
/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h198 typedef AndroidConfig Config; typedef
200 typedef FuchsiaConfig Config; typedef
202 typedef TrustyConfig Config; typedef
204 typedef DefaultConfig Config; typedef
/src/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()
/src/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()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp506 RelaxConfig Config; member
594 const RelaxConfig &Config, orc::ExecutorAddr Loc, in relaxCall()
623 const RelaxConfig &Config) { in relaxBlock()
970 PassConfiguration Config; in link_ELF_riscv() local
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h68 jitlink::PassConfiguration &Config) {} in modifyPassConfig()

123