| /llvm-project-15.0.7/llvm/include/llvm/LTO/ |
| H A D | Config.h | 40 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 D | Config.h | 44 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 D | DIPrinter.h | 74 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 D | XCOFFObjcopy.cpp | 23 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 D | sanitizer_symbolize.cpp | 35 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 D | ELFObjcopy.cpp | 134 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 D | Archive.cpp | 24 createNewArchiveMembers(const MultiFormatConfig &Config, const Archive &Ar) { in createNewArchiveMembers() 97 Error executeObjcopyOnArchive(const MultiFormatConfig &Config, in executeObjcopyOnArchive()
|
| H A D | ObjCopy.cpp | 38 Error executeObjcopyOnBinary(const MultiFormatConfig &Config, in executeObjcopyOnBinary()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/wasm/ |
| H A D | WasmObjcopy.cpp | 60 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 D | llvm-dwarfutil.cpp | 144 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 D | OffloadingServer.cpp | 27 ClientManagerConfigTy Config; in main() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionComparator.h | 55 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 D | Yaml.h | 45 T Config; in getConfiguration() local
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObjcopy.cpp | 55 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 D | llvm-lipo.cpp | 111 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 D | llvm-objcopy.cpp | 116 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 D | xray_log_interface.cpp | 139 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 D | ObjCopyTest.cpp | 124 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 D | COFFObjcopy.cpp | 133 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 D | Client.h | 110 ClientManagerConfigTy Config; in RemoteClientManager() local
|
| /llvm-project-15.0.7/compiler-rt/test/xray/TestCases/Posix/ |
| H A D | logging-modes.cpp | 38 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 D | llvm-libtool-darwin.cpp | 110 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 D | allocator_config.h | 193 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 D | CodeTemplate.h | 127 std::string Config; member
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ELFNixPlatform.cpp | 638 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()
|