Searched refs:Config (Results 51 - 75 of 131) sorted by relevance

123456

/netbsd-current/external/bsd/nvi/dist/dist/ExtUtils/
H A DEmbed.pm7 use Config;
36 $lib_ext = $Config{lib_ext} || '.a';
140 @Extensions = sort split /\s+/, $Config{static_ext};
172 push(@potential_libs, $Config{libs}) if defined $std;
204 $MM->catdir("-L$Config{archlib}", "CORE"), " -lperl",
209 my $linkage = "$Config{ldflags} @archives $ld_or_bs";
217 print " $Config{ccflags} ";
221 print " $Config{ccdlflags} ";
225 print " -I$Config{archlib}/CORE ";
317 each static extension found in B<$Config{static_ex
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp597 PassConfiguration Config; local
601 Config.PrePrunePasses.push_back(createEHFrameSplitterPass_MachO_x86_64());
602 Config.PrePrunePasses.push_back(createEHFrameEdgeFixerPass_MachO_x86_64());
606 Config.PrePrunePasses.push_back(std::move(MarkLive));
608 Config.PrePrunePasses.push_back(markAllSymbolsLive);
611 Config.PostPrunePasses.push_back(
615 Config.PreFixupPasses.push_back(optimizeMachO_x86_64_GOTAndStubs);
618 if (auto Err = Ctx->modifyPassConfig(*G, Config))
622 MachOJITLinker_x86_64::link(std::move(Ctx), std::move(G), std::move(Config));
H A DELF_x86_64.cpp898 PassConfiguration Config; local
902 Config.PrePrunePasses.push_back(EHFrameSplitter(".eh_frame"));
903 Config.PrePrunePasses.push_back(EHFrameEdgeFixer(
905 Config.PrePrunePasses.push_back(EHFrameNullTerminator(".eh_frame"));
910 Config.PrePrunePasses.push_back(std::move(MarkLive));
912 Config.PrePrunePasses.push_back(markAllSymbolsLive);
915 Config.PostPrunePasses.push_back(
919 Config.PostAllocationPasses.push_back(
924 Config.PreFixupPasses.push_back(optimizeELF_x86_64_GOTAndStubs);
927 if (auto Err = Ctx->modifyPassConfig(*G, Config))
[all...]
H A DMachO_arm64.cpp678 PassConfiguration Config; local
683 Config.PrePrunePasses.push_back(std::move(MarkLive));
685 Config.PrePrunePasses.push_back(markAllSymbolsLive);
688 Config.PostPrunePasses.push_back(
692 if (auto Err = Ctx->modifyPassConfig(*G, Config))
696 MachOJITLinker_arm64::link(std::move(Ctx), std::move(G), std::move(Config));
/netbsd-current/external/apache2/llvm/include/
H A DMakefile339 DPSRCS+= llvm/Config/config.h llvm/Config/llvm-config.h
340 CLEANFILES+= llvm/Config/config.h llvm/Config/llvm-config.h
377 llvm/Config/config.h: ${LLVM_TOPLEVEL}/Makefile.inc ${LLVM_TOPLEVEL}/config/llvm/Config/config.h.in
384 < ${LLVM_TOPLEVEL}/config/llvm/Config/config.h.in \
405 llvm/Config/llvm-config.h: ${LLVM_TOPLEVEL}/Makefile.inc ${LLVM_TOPLEVEL}/config/llvm/Config/llvm-config.h.in
412 < ${LLVM_TOPLEVEL}/config/llvm/Config/llv
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py2 from clang.cindex import Config namespace
4 Config.set_library_path(os.environ['CLANG_LIBRARY_PATH'])
H A Dtest_location.py2 from clang.cindex import Config namespace
4 Config.set_library_path(os.environ['CLANG_LIBRARY_PATH'])
H A Dtest_diagnostics.py2 from clang.cindex import Config namespace
4 Config.set_library_path(os.environ['CLANG_LIBRARY_PATH'])
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dconfig.d23 __gshared Config config;
25 struct Config
96 foreach (field; __traits(allMembers, Config))
245 Config conf;
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp124 ConfigTable::const_iterator E = Config.end();
127 Config.find((Twine(CheckerName) + ":" + OptionName).str());
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.h126 // See InstructionBenchmarkKey.::Config.
127 std::string Config; member in struct:llvm::exegesis::CodeTemplate
H A DBenchmarkResult.h42 std::string Config; member in struct:llvm::exegesis::InstructionBenchmarkKey
H A DClustering.cpp240 // Given an instruction Opcode and Config, in which clusters do benchmarks of
244 : Opcode(IB.keyInstruction().getOpcode()), Config(&IB.Key.Config) {}
246 const std::string *Config;
248 auto Tie() const -> auto { return std::tie(Opcode, *Config); }
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp89 TaintConfiguration &&Config);
318 static void mapping(IO &IO, TaintConfig &Config) { argument
319 IO.mapOptional("Propagations", Config.Propagations);
320 IO.mapOptional("Filters", Config.Filters);
321 IO.mapOptional("Sinks", Config.Sinks);
383 TaintConfiguration &&Config) {
384 for (auto &P : Config.Propagations) {
393 for (auto &F : Config.Filters) {
399 for (auto &S : Config.Sinks) {
947 std::string Option{"Config"};
381 parseConfiguration(CheckerManager &Mgr, const std::string &Option, TaintConfiguration &&Config) argument
950 llvm::Optional<TaintConfig> Config = local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp83 Error Config::addSaveTemps(std::string OutputFileName,
181 createTargetMachine(const Config &Conf, const Target *TheTarget, Module &M) {
208 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM,
309 static void runOldPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM,
342 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod,
373 static void codegen(const Config &Conf, TargetMachine *TM,
422 static void splitCodeGen(const Config &C, TargetMachine *TM,
473 static Expected<const Target *> initAndLookupTarget(const Config &C,
498 Error lto::backend(const Config &C, AddStreamFn AddStream,
544 Error lto::thinBackend(const Config
[all...]
H A DLTO.cpp24 #include "llvm/Config/llvm-config.h"
79 SmallString<40> &Key, const Config &Conf, const ModuleSummaryIndex &Index,
322 const Config &C, ValueInfo VI,
330 C.VisibilityScheme == Config::ELF ? VI.getELFVisibility()
363 if (C.VisibilityScheme == Config::FromPrevailing)
374 if (C.VisibilityScheme == Config::ELF)
381 if (C.VisibilityScheme == Config::FromPrevailing) {
399 const Config &C, ModuleSummaryIndex &Index,
510 const Config &Conf)
522 LTO::LTO(Config Con
[all...]
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
H A Dnsd-sync37 if os.path.exists('../bind2nsd/Config.py'):
39 from Config import *
44 from bind2nsd.Config import *
55 conf = Config()
H A Ds64-sync37 if os.path.exists('../bind2nsd/Config.py'):
39 from Config import *
44 from bind2nsd.Config import *
55 conf = Config()
/netbsd-current/usr.sbin/wsmoused/
H A Dconfig_yacc.y76 Config : label
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DConfig.py49 class Config: class in inherits:
165 print '=> Config:'
H A DNamedConf.py31 if os.path.exists('../bind2nsd/Config.py'):
33 from Config import *
38 from bind2nsd.Config import *
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp75 std::unique_ptr<CSEConfigBase> Config; local
77 Config = std::make_unique<CSEConfigConstantOnly>();
79 Config = std::make_unique<CSEConfigFull>();
80 return Config;
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp349 AnOpts.Config.insert({FullOption, std::string(Option.DefaultValStr)});
493 for (const auto &Config : AnOpts.Config) {
498 Config.getKey().split(':');
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp57 jitlink::PassConfiguration &Config) override {
70 Config.PostPrunePasses.push_back(printGraph);
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dtest053-syncprov-glue248 ${nullExclude}objectClass: olc${BACKEND}Config
275 ${nullExclude}objectClass: olc${BACKEND}Config
311 ${nullExclude}objectClass: olc${BACKEND}Config
335 ${nullExclude}objectClass: olc${BACKEND}Config

Completed in 395 milliseconds

123456