Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/lld/ELF/
H A DConfig.h134 struct Config { struct
200 bool cref;
232 bool nmagic;
244 bool pie;
247 bool relax;
259 bool trace;
289 bool zNow;
297 bool zText;
341 bool is64;
344 bool isLE;
[all …]
/openbsd/gnu/llvm/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;
70 bool CodeGenOnly = false;
96 std::string OptPipeline;
101 std::string AAPipeline;
121 std::string DwoDir;
165 std::string StatsFile;
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h73 PrinterConfig Config; variable
88 PlainPrinterBase(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in PlainPrinterBase()
113 LLVMPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in LLVMPrinter()
122 GNUPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in GNUPrinter()
129 PrinterConfig Config; variable
139 JSONPrinter(raw_ostream &OS, PrinterConfig &Config) in JSONPrinter()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp133 static std::unique_ptr<Writer> createELFWriter(const CommonConfig &Config, in createELFWriter()
154 static std::unique_ptr<Writer> createWriter(const CommonConfig &Config, in createWriter()
268 static Error updateAndRemoveSymbols(const CommonConfig &Config, in updateAndRemoveSymbols()
368 static Error replaceAndRemoveSections(const CommonConfig &Config, in replaceAndRemoveSections()
599 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
760 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput()
769 Error objcopy::elf::executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex()
784 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary()
802 Error objcopy::elf::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp160 static Error setConfigToAddNewDebugSections(objcopy::ConfigManager &Config, in setConfigToAddNewDebugSections()
247 objcopy::ConfigManager Config; in saveSeparateDebugInfo() local
271 objcopy::ConfigManager Config; in saveNonDebugInfo() local
308 static Error addSectionsFromLinkedData(objcopy::ConfigManager &Config, in addSectionsFromLinkedData()
353 objcopy::ConfigManager Config; in saveSeparateLinkedDebugInfo() local
384 objcopy::ConfigManager Config; in saveSingleLinkedDebugInfo() local
424 objcopy::ConfigManager Config; in saveCopyOfFile() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp35 llvm::symbolize::PrinterConfig Config; in getDefaultPrinterConfig() local
58 llvm::symbolize::PrinterConfig Config = getDefaultPrinterConfig(); in __sanitizer_symbolize_code() local
86 llvm::symbolize::PrinterConfig Config = getDefaultPrinterConfig(); in __sanitizer_symbolize_data() local
/openbsd/gnu/llvm/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()
/openbsd/regress/lib/libtls/gotls/
H A Dtls_test.go104 func newTestServer(tlsCfg *tls.Config) (*httptest.Server, *url.URL, string, error) {
138 func handshakeVersionTest(tlsCfg *tls.Config) (ProtocolVersion, error) {
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp116 struct Config { struct
117 SmallVector<InputFile, 1> InputFiles;
118 SmallVector<std::string, 1> VerifyArchList;
119 SmallVector<InputFile, 1> ReplacementFiles;
120 StringMap<const uint32_t> SegmentAlignments;
121 std::string ArchType;
122 std::string OutputFile;
123 LipoAction ActionToPerform;
/openbsd/gnu/llvm/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()
392 static Error handleArgs(const CommonConfig &Config, in handleArgs()
437 Error objcopy::macho::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
475 const MultiFormatConfig &Config, const MachOUniversalBinary &In, in executeObjcopyOnMachOUniversalBinary()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/
H A DArchive.cpp24 createNewArchiveMembers(const MultiFormatConfig &Config, const Archive &Ar) { in createNewArchiveMembers()
97 Error executeObjcopyOnArchive(const MultiFormatConfig &Config, in executeObjcopyOnArchive()
H A DObjCopy.cpp38 Error executeObjcopyOnBinary(const MultiFormatConfig &Config, in executeObjcopyOnBinary()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp116 const CommonConfig &Config = ConfigMgr.getCommonConfig(); in executeObjcopyOnRawBinary() local
139 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy() local
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig_h.PL107 sub Config subroutine
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp133 static Error handleArgs(const CommonConfig &Config, in handleArgs()
292 Error executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/openbsd/gnu/llvm/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp121 struct Config { struct
122 bool Deterministic = true; // Updated by 'D' and 'U' modifiers.
123 uint32_t ArchCPUType;
124 uint32_t ArchCPUSubtype;
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h46 T Config; in getConfiguration() local
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h209 typedef AndroidConfig Config; typedef
211 typedef FuchsiaConfig Config; typedef
213 typedef TrustyConfig Config; typedef
215 typedef DefaultConfig Config; typedef
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp639 jitlink::PassConfiguration &Config) { in modifyPassConfig()
673 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addInitializerSupportPasses()
689 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addDSOHandleSupportPasses()
710 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addEHAndTLVSupportPasses()
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.h127 std::string Config; member
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h69 jitlink::PassConfiguration &Config) {} in modifyPassConfig()
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/
H A DMETA-2.json35 "Config" : "0", string

123