Home
last modified time | relevance | path

Searched refs:Config (Results 1 – 25 of 232) sorted by relevance

12345678910

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h142 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;
144 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>;
156 template <typename Config> using CacheT = MapAllocatorCache<Config>;
159 template <typename Config> using SecondaryT = MapAllocator<Config>;
187 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;
201 template <typename Config> using CacheT = MapAllocatorCache<Config>;
204 template <typename Config> using SecondaryT = MapAllocator<Config>;
233 template <typename Config> using CacheT = MapAllocatorNoCache<Config>;
235 template <typename Config> using SecondaryT = MapAllocator<Config>;
257 template <typename Config> using CacheT = MapAllocatorNoCache<Config>;
[all …]
H A Dsize_class_map.h30 if (Config::MaxBytesCachedLog > 31 || Config::MaxSizeLog > 31) in getMaxCachedHint()
60 template <typename Config>
73 static const uptr MaxSize = (1UL << Config::MaxSizeLog) + Config::SizeDelta;
75 MidClass + ((Config::MaxSizeLog - Config::MidSizeLog) << S) + 1;
83 return (ClassId << Config::MinSizeLog) + Config::SizeDelta; in getSizeByClassId()
96 if (Size <= Config::SizeDelta + (1 << Config::MinSizeLog)) in getClassIdBySize()
98 Size -= Config::SizeDelta; in getClassIdBySize()
111 template <typename Config>
118 sizeof(Config::Classes) / sizeof(Config::Classes[0]);
141 return (Config::MaxSizeLog - Config::MidSizeLog) << S; in getTableSize()
[all …]
H A Dsecondary.h52 if (allocatorSupportsMemoryTagging<Config>()) in addHeaderTag()
119 template <typename Config>
208 if (useMemoryTagging<Config>(Options)) { in store()
336 if (useMemoryTagging<Config>(Options)) in retrieve()
339 if (useMemoryTagging<Config>(Options)) { in retrieve()
471 template <typename Config> class MapAllocator {
536 typename Config::Secondary::template CacheT<Config> Cache;
560 template <typename Config>
655 if (useMemoryTagging<Config>(Options)) in allocate()
677 template <typename Config>
[all …]
H A Dcondition_variable.h42 template <typename Config, typename = const bool>
52 template <typename Config>
53 struct ConditionVariableState<Config, decltype(Config::UseConditionVariable)> {
54 static constexpr bool enabled() { return Config::UseConditionVariable; }
55 using ConditionVariableT = typename Config::ConditionVariableT;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp339 if (Config.StripUnneeded || !Config.UnneededSymbolsToRemove.empty() || in updateAndRemoveSymbols()
353 if (Config.StripAll || Config.StripAllGNU) in updateAndRemoveSymbols()
396 if (Config.StripDWO) in replaceAndRemoveSections()
401 if (Config.ExtractDWO) in replaceAndRemoveSections()
406 if (Config.StripAllGNU) in replaceAndRemoveSections()
430 if (Config.StripDebug || Config.StripUnneeded) { in replaceAndRemoveSections()
445 if (Config.StripAll) in replaceAndRemoveSections()
464 if (Config.ExtractPartition || Config.ExtractMainPartition) { in replaceAndRemoveSections()
618 if (Config.OutputArch) { in handleArgs()
623 if (!Config.SplitDWO.empty() && Config.ExtractDWO) { in handleArgs()
[all …]
/freebsd-14.2/contrib/libfido2/windows/
H A Drelease.ps110 $Config = 'Release' variable
17 ./build.ps1 -Arch ${Arch} -Type ${Type} -Config ${Config}
24 "${OUTPUT}/pkg/${InstallPrefix}/${Config}/v${SDK}/${Type}"
56 Copy-Item "${SRC}\${ZLIB}\zlib.dir\${Config}\vc${SDK}.pdb" ` in Package-PDBs()
65 Copy-Item "${SRC}\${LIBCBOR}\src\${Config}\cbor.pdb" ` in Package-StaticPDBs()
67 Copy-Item "${SRC}\${ZLIB}\${Config}\zlibstatic.pdb" ` in Package-StaticPDBs()
69 Copy-Item "${SRC}\src\${Config}\fido2_static.pdb" ` in Package-StaticPDBs()
74 Copy-Item "${SRC}\tools\${Config}\fido2-assert.exe" ` in Package-Tools()
76 Copy-Item "${SRC}\tools\${Config}\fido2-cred.exe" ` in Package-Tools()
78 Copy-Item "${SRC}\tools\${Config}\fido2-token.exe" ` in Package-Tools()
[all …]
H A Dbuild.ps112 [string]$Config = "Release", variable
85 Write-Host "Config: $Config" variable
151 & $CMake --build . --config ${Config} --verbose; ExitOnError
152 & $CMake --build . --config ${Config} --target install --verbose; `
170 & $CMake --build . --config ${Config} --verbose; ExitOnError
171 & $CMake --build . --config ${Config} --target install --verbose; `
189 & $CMake --build . --config ${Config} --verbose; ExitOnError
190 & $CMake --build . --config ${Config} --target install --verbose; `
212 -DCMAKE_BUILD_TYPE="${Config}" `
228 & $CMake --build . --config ${Config} --verbose; ExitOnError
[all …]
H A Dcygwin.ps18 [string]$Config = "Release" variable
34 Write-Host "Config: $Config" variable
68 cmake "-DCMAKE_BUILD_TYPE=${Config}" -B "build-${Config}"
69 make -C "build-${Config}"
70 make -C "build-${Config}" regress
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp169 if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name)) in handleArgs()
172 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU || in handleArgs()
173 Config.DiscardMode == DiscardType::All || Config.StripUnneeded) { in handleArgs()
185 if (Config.OnlyKeepDebug) { in handleArgs()
196 if (Config.StripAll || Config.StripAllGNU) in handleArgs()
201 if (Config.StripUnneeded || Config.DiscardMode == DiscardType::All || in handleArgs()
202 !Config.SymbolsToRemove.empty()) in handleArgs()
215 if (Config.StripAll || Config.StripAllGNU) in handleArgs()
235 if (Config.StripUnneeded || in handleArgs()
255 if (!Config.SetSectionFlags.empty()) in handleArgs()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp116 switch (Config.OutputFormat) { in executeObjcopyOnRawBinary()
138 CommonConfig &Config = ConfigMgr.Common; in executeObjcopy() local
171 createBinary(Config.InputFilename); in executeObjcopy()
190 if (Config.SplitDWO.empty()) { in executeObjcopy()
196 Config.ExtractDWO = true; in executeObjcopy()
197 Config.StripDWO = false; in executeObjcopy()
202 Config.ExtractDWO = false; in executeObjcopy()
203 Config.StripDWO = true; in executeObjcopy()
213 PermsApplierOrErr->apply(Config.OutputFilename, Config.PreserveDates)) in executeObjcopy()
216 if (!Config.SplitDWO.empty()) in executeObjcopy()
[all …]
H A DObjcopyOptions.cpp695 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions()
756 Config.GapFill = ByteVal; in parseObjcopyOptions()
768 Config.PadTo = *Addr; in parseObjcopyOptions()
893 Config.StripDebug = true; in parseObjcopyOptions()
976 if (Config.PreserveDates && in parseObjcopyOptions()
977 (Config.OutputFilename == "-" || Config.InputFilename == "-")) in parseObjcopyOptions()
1010 if (Config.ExtractPartition && Config.ExtractMainPartition) in parseObjcopyOptions()
1326 !Config.OnlyKeepDebug && !Config.StripUnneeded && in parseStripOptions()
1327 Config.DiscardMode == DiscardType::None && !Config.StripAllGNU && in parseStripOptions()
1329 Config.StripAll = true; in parseStripOptions()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp64 if (!Config.ToRemove.empty()) { in removeSections()
65 RemovePred = [&Config](const Section &Sec) { in removeSections()
66 return Config.ToRemove.matches(Sec.Name); in removeSections()
70 if (Config.StripDebug) { in removeSections()
76 if (Config.StripAll) { in removeSections()
83 if (Config.OnlyKeepDebug) { in removeSections()
91 if (!Config.OnlySection.empty()) { in removeSections()
99 if (!Config.KeepSection.empty()) { in removeSections()
114 for (StringRef Flag : Config.DumpSection) { in handleArgs()
122 removeSections(Config, Obj); in handleArgs()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/
H A DObjCopy.cpp38 Error executeObjcopyOnBinary(const MultiFormatConfig &Config, in executeObjcopyOnBinary() argument
41 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary()
45 return elf::executeObjcopyOnBinary(Config.getCommonConfig(), *ELFConfig, in executeObjcopyOnBinary()
49 Expected<const COFFConfig &> COFFConfig = Config.getCOFFConfig(); in executeObjcopyOnBinary()
53 return coff::executeObjcopyOnBinary(Config.getCommonConfig(), *COFFConfig, in executeObjcopyOnBinary()
57 Expected<const MachOConfig &> MachOConfig = Config.getMachOConfig(); in executeObjcopyOnBinary()
61 return macho::executeObjcopyOnBinary(Config.getCommonConfig(), *MachOConfig, in executeObjcopyOnBinary()
67 Config, *MachOUniversalBinary, Out); in executeObjcopyOnBinary()
70 Expected<const WasmConfig &> WasmConfig = Config.getWasmConfig(); in executeObjcopyOnBinary()
74 return objcopy::wasm::executeObjcopyOnBinary(Config.getCommonConfig(), in executeObjcopyOnBinary()
[all …]
H A DArchive.cpp24 createNewArchiveMembers(const MultiFormatConfig &Config, const Archive &Ar) { in createNewArchiveMembers() argument
40 if (Error E = executeObjcopyOnBinary(Config, *ChildOrErr->get(), MemStream)) in createNewArchiveMembers()
44 Child, Config.getCommonConfig().DeterministicArchives); in createNewArchiveMembers()
54 return createFileError(Config.getCommonConfig().InputFilename, in createNewArchiveMembers()
98 Error executeObjcopyOnArchive(const MultiFormatConfig &Config, in executeObjcopyOnArchive() argument
101 createNewArchiveMembers(Config, Ar); in executeObjcopyOnArchive()
104 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp252 objcopy::ConfigManager Config; in saveSeparateDebugInfo() local
255 Config.Common.OutputFilename = OutputFilename; in saveSeparateDebugInfo()
256 Config.Common.OnlyKeepDebug = true; in saveSeparateDebugInfo()
276 objcopy::ConfigManager Config; in saveNonDebugInfo() local
279 Config.Common.StripDebug = true; in saveNonDebugInfo()
358 objcopy::ConfigManager Config; in saveSeparateLinkedDebugInfo() local
362 Config.Common.StripDebug = true; in saveSeparateLinkedDebugInfo()
363 Config.Common.OnlyKeepDebug = true; in saveSeparateLinkedDebugInfo()
389 objcopy::ConfigManager Config; in saveSingleLinkedDebugInfo() local
393 Config.Common.StripDebug = true; in saveSingleLinkedDebugInfo()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp60 if (!Config.ToRemove.empty()) { in removeSections()
66 if (Config.StripAll || Config.StripDebug) { in removeSections()
76 if (!Config.OnlySection.empty()) { in removeSections()
102 (Config.Weaken || Config.SymbolsToWeaken.matches(Sym.Name))) in updateAndRemoveSymbols()
106 if (I != Config.SymbolsToRename.end()) in updateAndRemoveSymbols()
110 auto RemovePred = [&Config, &MachOConfig, in updateAndRemoveSymbols()
118 if (Config.StripAll) in updateAndRemoveSymbols()
414 if (Error E = removeSections(Config, Obj)) in handleArgs()
418 if (Config.StripAll) in handleArgs()
419 markSymbols(Config, Obj); in handleArgs()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp37 llvm::symbolize::PrinterConfig Config; in getDefaultPrinterConfig() local
38 Config.Pretty = false; in getDefaultPrinterConfig()
39 Config.Verbose = false; in getDefaultPrinterConfig()
40 Config.PrintFunctions = true; in getDefaultPrinterConfig()
41 Config.PrintAddress = false; in getDefaultPrinterConfig()
42 Config.SourceContextLines = 0; in getDefaultPrinterConfig()
43 return Config; in getDefaultPrinterConfig()
69 llvm::symbolize::PrinterConfig Config = getDefaultPrinterConfig(); in __sanitizer_symbolize_code() local
72 OS, symbolize_error_handler(OS), Config); in __sanitizer_symbolize_code()
104 OS, symbolize_error_handler(OS), Config); in __sanitizer_symbolize_data()
[all …]
/freebsd-14.2/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() argument
90 : OS(OS), ErrHandler(EH), Config(Config) {} in PlainPrinterBase()
114 LLVMPrinter(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in LLVMPrinter() argument
115 : PlainPrinterBase(OS, EH, Config) {} in LLVMPrinter()
123 GNUPrinter(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in GNUPrinter() argument
124 : PlainPrinterBase(OS, EH, Config) {} in GNUPrinter()
131 PrinterConfig Config; variable
135 json::OStream JOS(OS, Config.Pretty ? 2 : 0); in printJSON()
141 JSONPrinter(raw_ostream &OS, PrinterConfig &Config) in JSONPrinter() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp138 Config.CodeModel = std::nullopt; in LTOCodeGenerator()
183 Config.Options = Options; in setTargetOptions()
200 Config.OptLevel = Level; in setOptLevel()
201 Config.PTO.LoopVectorization = Config.OptLevel > 1; in setOptLevel()
202 Config.PTO.SLPVectorization = Config.OptLevel > 1; in setOptLevel()
415 Config.CPU = "core2"; in determineTarget()
417 Config.CPU = "yonah"; in determineTarget()
419 Config.CPU = "apple-a12"; in determineTarget()
422 Config.CPU = "cyclone"; in determineTarget()
439 TripleStr, Config.CPU, FeatureStr, Config.Options, Config.RelocModel, in createTargetMachine()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h45 template<typename KeyT, typename ValueT, typename Config>
85 friend class ValueMapCallbackVH<KeyT, ValueT, Config>;
90 using ExtraData = typename Config::ExtraData;
241 friend class ValueMap<KeyT, ValueT, Config>;
244 using ValueMapT = ValueMap<KeyT, ValueT, Config>;
262 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
263 std::unique_lock<typename Config::mutex_type> Guard;
275 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
276 std::unique_lock<typename Config::mutex_type> Guard;
283 if (Config::FollowRAUW) {
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp23 static Error handleArgs(const CommonConfig &Config, Object &Obj) { in handleArgs() argument
27 Error executeObjcopyOnBinary(const CommonConfig &Config, const XCOFFConfig &, in executeObjcopyOnBinary() argument
32 return createFileError(Config.InputFilename, ObjOrErr.takeError()); in executeObjcopyOnBinary()
35 if (Error E = handleArgs(Config, *Obj)) in executeObjcopyOnBinary()
36 return createFileError(Config.InputFilename, std::move(E)); in executeObjcopyOnBinary()
39 return createFileError(Config.OutputFilename, std::move(E)); in executeObjcopyOnBinary()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp139 auto Config = SarifReportingConfiguration::create(); in addDiagnosticLevelToRule() local
143 Config = Config.setLevel(SarifResultLevel::Note); in addDiagnosticLevelToRule()
146 Config = Config.setLevel(SarifResultLevel::None); in addDiagnosticLevelToRule()
149 Config = Config.setLevel(SarifResultLevel::Warning); in addDiagnosticLevelToRule()
152 Config = Config.setLevel(SarifResultLevel::Error).setRank(50); in addDiagnosticLevelToRule()
155 Config = Config.setLevel(SarifResultLevel::Error).setRank(100); in addDiagnosticLevelToRule()
161 return Rule.setDefaultConfiguration(Config); in addDiagnosticLevelToRule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h92 Config.RelocModel = Model; in setCodePICModel()
97 void setFileType(CodeGenFileType FT) { Config.CGFileType = FT; } in setFileType()
99 void setCpu(StringRef MCpu) { Config.CPU = std::string(MCpu); } in setCpu()
100 void setAttrs(std::vector<std::string> MAttrs) { Config.MAttrs = MAttrs; } in setAttrs()
186 void setFreestanding(bool Enabled) { Config.Freestanding = Enabled; } in setFreestanding()
188 void setDisableVerify(bool Value) { Config.DisableVerify = Value; } in setDisableVerify()
190 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager()
248 lto::Config Config; member
/freebsd-14.2/tools/tools/shlib-compat/
H A Dshlib-compat.py34 class Config(object): class
966 if Config.verbose >= 1:
1019 if Config.dump or (not match and not Config.no_dump):
1070 Config.init()
1114 Config.dump = False
1117 Config.dump = True
1119 Config.verbose = 1
1132 Config.symbol_filter.exclude.extend(Config.exclude_sym_default)
1141 (Config.origfile.filename, Config.newfile.filename) = (args[0], args[1])
1149 if Config.dump:
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp186 PassConfiguration Config; in link_ELF_loongarch() local
190 Config.PrePrunePasses.push_back(DWARFRecordSectionSplitter(".eh_frame")); in link_ELF_loongarch()
191 Config.PrePrunePasses.push_back( in link_ELF_loongarch()
194 Config.PrePrunePasses.push_back(EHFrameNullTerminator(".eh_frame")); in link_ELF_loongarch()
198 Config.PrePrunePasses.push_back(std::move(MarkLive)); in link_ELF_loongarch()
200 Config.PrePrunePasses.push_back(markAllSymbolsLive); in link_ELF_loongarch()
203 Config.PostPrunePasses.push_back(buildTables_ELF_loongarch); in link_ELF_loongarch()
206 if (auto Err = Ctx->modifyPassConfig(*G, Config)) in link_ELF_loongarch()
209 ELFJITLinker_loongarch::link(std::move(Ctx), std::move(G), std::move(Config)); in link_ELF_loongarch()

12345678910