Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h40 struct Config { struct
41 enum VisScheme {
47 std::string CPU;
48 TargetOptions Options;
57 unsigned OptLevel = 2;
68 bool CodeGenOnly = false;
94 std::string OptPipeline;
99 std::string AAPipeline;
119 std::string DwoDir;
163 std::string StatsFile;
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfig.h44 struct Config { struct
48 static clangd::Key<Config> Key; argument
54 Config &operator=(Config &&) = default; argument
56 struct CDBSearchSpec {
63 struct {
69 } CompileFlags;
73 struct ExternalIndexSpec {
97 /// Configures what clang-tidy checks to run and options to use with them. argument
121 /// Configures code completion feature. argument
128 /// Configures hover feature. argument
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A 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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp134 static std::unique_ptr<Writer> createELFWriter(const CommonConfig &Config, in createELFWriter()
155 static std::unique_ptr<Writer> createWriter(const CommonConfig &Config, in createWriter()
269 static Error updateAndRemoveSymbols(const CommonConfig &Config, in updateAndRemoveSymbols()
369 static Error replaceAndRemoveSections(const CommonConfig &Config, in replaceAndRemoveSections()
600 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs()
761 static Error writeOutput(const CommonConfig &Config, Object &Obj, in writeOutput()
770 Error objcopy::elf::executeObjcopyOnIHex(const CommonConfig &Config, in executeObjcopyOnIHex()
785 Error objcopy::elf::executeObjcopyOnRawBinary(const CommonConfig &Config, in executeObjcopyOnRawBinary()
803 Error objcopy::elf::executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
142 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp144 static Error setConfigToAddNewDebugSections(objcopy::ConfigManager &Config, in setConfigToAddNewDebugSections()
231 objcopy::ConfigManager Config; in saveSeparateDebugInfo() local
255 objcopy::ConfigManager Config; in saveNonDebugInfo() local
292 static Error addSectionsFromLinkedData(objcopy::ConfigManager &Config, in addSectionsFromLinkedData()
337 objcopy::ConfigManager Config; in saveSeparateLinkedDebugInfo() local
368 objcopy::ConfigManager Config; in saveSingleLinkedDebugInfo() local
408 objcopy::ConfigManager Config; in saveCopyOfFile() local
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DOffloadingServer.cpp27 ClientManagerConfigTy Config; in main() local
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h45 T Config; in getConfiguration() local
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp111 struct Config { struct
112 SmallVector<InputFile, 1> InputFiles;
113 SmallVector<std::string, 1> VerifyArchList;
114 SmallVector<InputFile, 1> ReplacementFiles;
115 StringMap<const uint32_t> SegmentAlignments;
116 std::string ArchType;
117 std::string OutputFile;
118 LipoAction ActionToPerform;
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/unittests/ObjCopy/
H A DObjCopyTest.cpp124 callObjCopy(ConfigManager &Config, object::Binary &In, in callObjCopy()
198 ConfigManager Config; in copySimpleInMemoryFileImpl() local
259 ConfigManager Config; in addOrUpdateSectionToFileImpl() local
353 ConfigManager Config; in removeSectionByPatternImpl() local
/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp133 static Error handleArgs(const CommonConfig &Config, in handleArgs()
292 Error executeObjcopyOnBinary(const CommonConfig &Config, in executeObjcopyOnBinary()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.h110 ClientManagerConfigTy Config; in RemoteClientManager() local
/llvm-project-15.0.7/compiler-rt/test/xray/TestCases/Posix/
H A Dlogging-modes.cpp38 printing_init(size_t BufferSize, size_t MaxBuffers, void *Config, in printing_init()
/llvm-project-15.0.7/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp110 struct Config { struct
111 bool Deterministic = true; // Updated by 'D' and 'U' modifiers.
112 uint32_t ArchCPUType;
113 uint32_t ArchCPUSubtype;
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h193 typedef AndroidConfig Config; typedef
195 typedef FuchsiaConfig Config; typedef
197 typedef TrustyConfig Config; typedef
199 typedef DefaultConfig Config; typedef
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.h127 std::string Config; member
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp638 jitlink::PassConfiguration &Config) { in modifyPassConfig()
672 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addInitializerSupportPasses()
688 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addDSOHandleSupportPasses()
709 MaterializationResponsibility &MR, jitlink::PassConfiguration &Config) { in addEHAndTLVSupportPasses()

123