| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | InjectTLIMappings.cpp | 87 SmallVector<std::string, 8> Mappings; in addMappingsFromTLI() local 88 VFABI::getVectorVariantNames(CI, Mappings); in addMappingsFromTLI() 90 const SetVector<StringRef> OriginalSetOfMappings(Mappings.begin(), in addMappingsFromTLI() 91 Mappings.end()); in addMappingsFromTLI() 100 Mappings.push_back(MangledName); in addMappingsFromTLI() 121 VFABI::setVectorVariantNames(&CI, Mappings); in addMappingsFromTLI()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugCrossImpSubsection.cpp | 58 auto Result = Mappings.insert(std::make_pair(Module, Targets)); in addImport() 65 for (const auto &Item : Mappings) { in calculateSerializedSize() 74 using T = decltype(&*Mappings.begin()); in commit() 76 Ids.reserve(Mappings.size()); in commit() 78 for (const auto &M : Mappings) in commit()
|
| H A D | DebugCrossExSubsection.cpp | 36 Mappings[Local] = Global; in addMapping() 40 return Mappings.size() * sizeof(CrossModuleExport); in calculateSerializedSize() 45 for (const auto &M : Mappings) { in commit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 242 auto It = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in spelledForExpandedToken() 246 if (It == File.Mappings.begin()) { in spelledForExpandedToken() 271 auto It = llvm::partition_point(F.Mappings, [SpelledI](const Mapping &M) { in mappingStartingBeforeSpelled() 274 if (It == F.Mappings.begin()) in mappingStartingBeforeSpelled() 450 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in expansionStartingAt() 453 if (M == File.Mappings.end() || M->BeginSpelled != SpelledIndex) in expansionStartingAt() 467 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in expansionsOverlapping() 471 for (; M != File.Mappings.end() && M->BeginSpelled < SpelledEndIndex; ++M) in expansionsOverlapping() 521 for (auto Mapping : File.Mappings) { in macroExpansions() 698 auto &mappings = pair.second.Mappings; in build() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugCrossExSubsection.h | 61 std::map<uint32_t, uint32_t> Mappings;
|
| H A D | DebugCrossImpSubsection.h | 87 StringMap<std::vector<support::ulittle32_t>> Mappings;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 614 auto *Mappings = dyn_cast<llvm::yaml::MappingNode>(DocumentRoot); in parseInvocationList() local 615 if (!Mappings) in parseInvocationList() 619 for (auto &NextMapping : *Mappings) { in parseInvocationList()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | VectorUtils.h | 222 SmallVectorImpl<VFInfo> &Mappings) { in getVFABIMappings() argument 244 Mappings.push_back(Shape.getValue()); in getVFABIMappings()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
| H A D | Tokens.h | 346 std::vector<Mapping> Mappings; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-cxxmap.rst | 26 a symbol from *symbol-file-2*. Mappings for which the two symbols are identical
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 873 std::vector<YAMLVFSEntry> Mappings; variable 898 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; } in getMappings()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 629 GlobalVariable *createOffloadMaptypes(SmallVectorImpl<uint64_t> &Mappings,
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | X509V3_get_d2i.pod | 139 Policy Mappings NID_policy_mappings
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | HowToUseInstrMappings.rst | 2 How To Use Instruction Mappings
|
| H A D | YamlIO.rst | 523 Mappings chapter
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 2154 Mappings.emplace_back(VirtualPath, RealPath, IsDirectory); in addEntry() 2328 llvm::sort(Mappings, [](const YAMLVFSEntry &LHS, const YAMLVFSEntry &RHS) { in write() 2332 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive, in write()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 687 const ModifierMappingsType &Mappings) const { in getSubstitutionMappings() 690 NewMappings.push_back(mapIndex(Idx, Mappings)); in getSubstitutionMappings()
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| H A D | rfc3947.txt | 75 7. Recovering from the Expiring NAT Mappings. . . . . . . . . . . 11 607 7. Recovering from the Expiring NAT Mappings
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/ |
| H A D | config-ix.cmake | 562 set(LLVM_DOXYGEN_SEARCH_MAPPINGS "" CACHE STRING "Doxygen Search Mappings")
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 5168 std::vector<CoreFileMapping> Mappings; member 5203 Ret.Mappings.resize(FileCount); in readCoreNote() 5205 for (CoreFileMapping &Mapping : Ret.Mappings) { in readCoreNote() 5230 for (const CoreFileMapping &Mapping : Note.Mappings) { in printCoreNote() 6779 for (const CoreFileMapping &Mapping : Note.Mappings) { in printCoreNoteLLVMStyle()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2234 OpenMPIRBuilder::createOffloadMaptypes(SmallVectorImpl<uint64_t> &Mappings, in createOffloadMaptypes() argument 2237 llvm::ConstantDataArray::get(M.getContext(), Mappings); in createOffloadMaptypes()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/ |
| H A D | objects.txt | 846 id-ce 33 : policyMappings : X509v3 Policy Mappings
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/objects/ |
| H A D | objects.txt | 811 id-ce 33 : policyMappings : X509v3 Policy Mappings
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3703.txt | 52 4.1. Summary of Class and Association Mappings .............. 7 343 4.1. Summary of Class and Association Mappings
|
| H A D | rfc4513.txt | 498 to performing a comparison. Mappings may be performed for all
|