Home
last modified time | relevance | path

Searched refs:BaseName (Results 1 – 25 of 131) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp137 char* BaseName = 0; in checkForOProfileProcEntry() local
145 BaseName = ExeName; in checkForOProfileProcEntry()
159 BaseName = ExeName + Idx + 1; in checkForOProfileProcEntry()
166 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) || in checkForOProfileProcEntry()
167 !strcmp("operf", BaseName))) { in checkForOProfileProcEntry()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp88 StringRef BaseName; in scanLibDevicePath() local
90 BaseName = FileName.drop_back(Suffix2.size()); in scanLibDevicePath()
92 BaseName = FileName.drop_back(Suffix.size()); in scanLibDevicePath()
94 if (BaseName == "ocml") { in scanLibDevicePath()
96 } else if (BaseName == "ockl") { in scanLibDevicePath()
98 } else if (BaseName == "opencl") { in scanLibDevicePath()
100 } else if (BaseName == "hip") { in scanLibDevicePath()
102 } else if (BaseName == "asanrtl") { in scanLibDevicePath()
104 } else if (BaseName == "oclc_finite_only_off") { in scanLibDevicePath()
106 } else if (BaseName == "oclc_finite_only_on") { in scanLibDevicePath()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp323 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter() argument
332 if (BaseName.empty()) in LoadAndStorePromoter()
333 BaseName = SomeVal->getName(); in LoadAndStorePromoter()
334 SSA.Initialize(SomeVal->getType(), BaseName); in LoadAndStorePromoter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp70 std::string BaseName = "llvm.btf_type_id."; in BPFPreserveDITypeImpl() local
103 std::string GVName = BaseName + std::to_string(Count) + "$" + in BPFPreserveDITypeImpl()
/netbsd-src/external/bsd/unbound/dist/testdata/01-doc.tdir/
H A D01-doc.dsc1 BaseName: 01-doc
/netbsd-src/external/bsd/unbound/dist/testdata/stat_values.tdir/
H A Dstat_values.dsc1 BaseName: stat_values
/netbsd-src/external/bsd/unbound/dist/testdata/02-unittest.tdir/
H A D02-unittest.dsc1 BaseName: 02-unittest
/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/
H A Dsvcb.dsc1 BaseName: svcb
/netbsd-src/external/bsd/unbound/dist/testdata/nss_compile.tdir/
H A Dnss_compile.dsc1 BaseName: nss_compile
/netbsd-src/external/bsd/unbound/dist/testdata/clang-analysis.tdir/
H A Dclang-analysis.dsc1 BaseName: clang-analysis
/netbsd-src/external/bsd/unbound/dist/testdata/ratelimit.tdir/
H A Dratelimit.dsc1 BaseName: ratelimit
/netbsd-src/external/bsd/unbound/dist/testdata/acl_interface.tdir/
H A Dacl_interface.dsc1 BaseName: acl_interface
/netbsd-src/external/bsd/unbound/dist/testdata/04-checkconf.tdir/
H A D04-checkconf.dsc1 BaseName: 04-checkconf
/netbsd-src/external/bsd/unbound/dist/testdata/proxy_protocol.tdir/
H A Dproxy_protocol.dsc1 BaseName: proxy_protocol
/netbsd-src/external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/
H A Ddnscrypt_cert_chacha.dsc1 BaseName: dnscrypt_cert_chacha
/netbsd-src/external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/
H A Ddnscrypt_cert.dsc1 BaseName: dnscrypt_cert
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td21 string BaseName = NAME;
60 let BaseName = NAME in
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp89 std::string BaseName = macroName(std::string(Base.getName())); in EmitNode() local
105 << BaseName << "(Type, Base)\n"; in EmitNode()
/netbsd-src/external/bsd/unbound/dist/testdata/http_user_agent.tdir/
H A Dhttp_user_agent.dsc1 BaseName: http_user_agent
/netbsd-src/external/bsd/unbound/dist/testdata/doh_downstream.tdir/
H A Ddoh_downstream.dsc1 BaseName: doh_downstream
/netbsd-src/external/bsd/unbound/dist/testdata/03-testbound.tdir/
H A D03-testbound.dsc1 BaseName: 03-testbound
/netbsd-src/external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/
H A Dip_ratelimit.dsc1 BaseName: ip_ratelimit
/netbsd-src/external/bsd/unbound/dist/testdata/tls_reuse.tdir/
H A Dtls_reuse.dsc1 BaseName: tls_reuse
/netbsd-src/external/bsd/unbound/dist/testdata/ipset.tdir/
H A Dipset.dsc1 BaseName: ipset
/netbsd-src/external/bsd/unbound/dist/testdata/tcp_reuse.tdir/
H A Dtcp_reuse.dsc1 BaseName: tcp_reuse

123456