Searched refs:NamedTypes (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | SlotMapping.h | 36 StringMap<Type *> NamedTypes; member
|
| H A D | LLParser.h | 131 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | CodeGenIntrinsics.cpp | 165 static constexpr StringLiteral NamedTypes[] = { in doesSuffixLookLikeMangledType() local 168 return is_contained(NamedTypes, Suffix); in doesSuffixLookLikeMangledType()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 554 TypeFinder NamedTypes; member in __anon33b632580611::TypePrinting 566 return NamedTypes; in getNamedTypes() 589 return NamedTypes.empty() && Type2Number.empty(); in empty() 596 NamedTypes.run(*DeferredM, false); in incorporateTypes() 603 std::vector<StructType *>::iterator NextToUse = NamedTypes.begin(); in incorporateTypes() 604 for (StructType *STy : NamedTypes) { in incorporateTypes() 615 NamedTypes.erase(NextToUse, NamedTypes.end()); in incorporateTypes() 4102 auto &NamedTypes = TypePrinter.getNamedTypes(); in printTypeIdentities() local 4103 for (StructType *NamedType : NamedTypes) { in printTypeIdentities()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 143 for (const auto &I : Slots->NamedTypes) in restoreParsingState() 144 NamedTypes.insert( in restoreParsingState() 319 NamedTypes.begin(), E = NamedTypes.end(); I != E; ++I) in validateEndOfModule() 451 for (const auto &I : NamedTypes) in validateEndOfModule() 452 Slots->NamedTypes.insert(std::make_pair(I.getKey(), I.second.first)); in validateEndOfModule() 700 if (parseStructDefinition(NameLoc, Name, NamedTypes[Name], Result)) in parseNamedType() 704 std::pair<Type*, LocTy> &Entry = NamedTypes[Name]; in parseNamedType() 2960 std::pair<Type*, LocTy> &Entry = NamedTypes[Lex.getStrVal()]; in parseType()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.h | 977 const StringMap<SmallVector<TreePatternNode *, 1>> *NamedTypes = nullptr);
|