Searched refs:Mappings (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp36 Mappings[Local] = Global;
40 return Mappings.size() * sizeof(CrossModuleExport);
45 for (const auto &M : Mappings) {
H A DDebugCrossImpSubsection.cpp58 auto Result = Mappings.insert(std::make_pair(Module, Targets));
65 for (const auto &Item : Mappings) {
74 using T = decltype(&*Mappings.begin());
76 Ids.reserve(Mappings.size());
78 for (const auto &M : Mappings)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp115 SmallVector<std::string, 8> Mappings;
116 VFABI::getVectorVariantNames(CI, Mappings);
118 const SetVector<StringRef> OriginalSetOfMappings(Mappings.begin(),
119 Mappings.end());
127 Mappings.push_back(MangledName);
136 VFABI::setVectorVariantNames(&CI, Mappings);
179 "Inject TLI Mappings", false, false)
181 INITIALIZE_PASS_END(InjectTLIMappingsLegacy, DEBUG_TYPE, "Inject TLI Mappings",
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h61 std::map<uint32_t, uint32_t> Mappings; member in class:llvm::codeview::final
H A DDebugCrossImpSubsection.h87 StringMap<std::vector<support::ulittle32_t>> Mappings; member in class:llvm::codeview::final
H A DCVRecord.h68 SmallVector<std::pair<uint32_t, TypeIndex>, 8> Mappings; member in struct:llvm::codeview::RemappedRecord
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp158 auto It = llvm::partition_point(File.Mappings, [&](const Mapping &M) {
162 if (It == File.Mappings.begin()) {
243 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) {
246 if (M == File.Mappings.end() || M->BeginSpelled != SpelledIndex)
288 for (auto Mapping : File.Mappings) {
480 Result.Files[File].Mappings.push_back(Mapping);
546 Result.Files[File].Mappings.push_back(Mapping);
655 if (File.Mappings.empty()) {
660 for (auto &M : File.Mappings) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h293 std::vector<Mapping> Mappings; member in struct:clang::syntax::TokenBuffer::MarkedFile
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h778 std::vector<YAMLVFSEntry> Mappings; member in class:llvm::vfs::YAMLVFSWriter
800 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1901 Mappings.emplace_back(VirtualPath, RealPath);
2048 llvm::sort(Mappings, [](const YAMLVFSEntry &LHS, const YAMLVFSEntry &RHS) {
2052 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive,
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp697 const ModifierMappingsType &Mappings) const {
700 NewMappings.push_back(mapIndex(Idx, Mappings));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4820 std::vector<CoreFileMapping> Mappings; member in struct:CoreNote
4854 Ret.Mappings.resize(FileCount);
4855 for (CoreFileMapping &Mapping : Ret.Mappings) {
4877 for (const CoreFileMapping &Mapping : Note.Mappings) {
6087 for (const CoreFileMapping &Mapping : Note.Mappings) {

Completed in 114 milliseconds