Home
last modified time | relevance | path

Searched refs:Mappings (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp87 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 DDebugCrossImpSubsection.cpp58 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 DDebugCrossExSubsection.cpp36 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 DTokens.cpp242 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 DDebugCrossExSubsection.h61 std::map<uint32_t, uint32_t> Mappings;
H A DDebugCrossImpSubsection.h87 StringMap<std::vector<support::ulittle32_t>> Mappings;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp614 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 DVectorUtils.h222 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 DTokens.h346 std::vector<Mapping> Mappings; member
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-cxxmap.rst26 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 DVirtualFileSystem.h873 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 DOMPIRBuilder.h629 GlobalVariable *createOffloadMaptypes(SmallVectorImpl<uint64_t> &Mappings,
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509V3_get_d2i.pod139 Policy Mappings NID_policy_mappings
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToUseInstrMappings.rst2 How To Use Instruction Mappings
H A DYamlIO.rst523 Mappings chapter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp2154 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 DClangDiagnosticsEmitter.cpp687 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 Drfc3947.txt75 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 Dconfig-ix.cmake562 set(LLVM_DOXYGEN_SEARCH_MAPPINGS "" CACHE STRING "Doxygen Search Mappings")
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5168 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 DOMPIRBuilder.cpp2234 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 Dobjects.txt846 id-ce 33 : policyMappings : X509v3 Policy Mappings
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Dobjects.txt811 id-ce 33 : policyMappings : X509v3 Policy Mappings
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3703.txt52 4.1. Summary of Class and Association Mappings .............. 7
343 4.1. Summary of Class and Association Mappings
H A Drfc4513.txt498 to performing a comparison. Mappings may be performed for all

12