Home
last modified time | relevance | path

Searched refs:NamedTypes (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/AsmParser/
DSlotMapping.h36 StringMap<Type *> NamedTypes; member
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp144 std::vector<StructType*> NamedTypes; member in __anon848d55f40111::TypePrinting
163 M.findUsedStructTypes(NamedTypes); in incorporateTypes()
169 std::vector<StructType*>::iterator NextToUse = NamedTypes.begin(), I, E; in incorporateTypes()
170 for (I = NamedTypes.begin(), E = NamedTypes.end(); I != E; ++I) { in incorporateTypes()
183 NamedTypes.erase(NextToUse, NamedTypes.end()); in incorporateTypes()
1420 TypePrinter.NamedTypes.empty()) in printTypeIdentities()
1445 for (unsigned i = 0, e = TypePrinter.NamedTypes.size(); i != e; ++i) { in printTypeIdentities()
1446 PrintLLVMName(Out, TypePrinter.NamedTypes[i]->getName(), LocalPrefix); in printTypeIdentities()
1451 TypePrinter.printStructBody(TypePrinter.NamedTypes[i], Out); in printTypeIdentities()
/external/llvm/lib/IR/
DAsmWriter.cpp430 TypeFinder NamedTypes; member in __anonc6ec9b370411::TypePrinting
446 NamedTypes.run(M, false); in incorporateTypes()
452 std::vector<StructType*>::iterator NextToUse = NamedTypes.begin(), I, E; in incorporateTypes()
453 for (I = NamedTypes.begin(), E = NamedTypes.end(); I != E; ++I) { in incorporateTypes()
466 NamedTypes.erase(NextToUse, NamedTypes.end()); in incorporateTypes()
2547 TypePrinter.NamedTypes.empty()) in printTypeIdentities()
2572 for (unsigned i = 0, e = TypePrinter.NamedTypes.size(); i != e; ++i) { in printTypeIdentities()
2573 PrintLLVMName(Out, TypePrinter.NamedTypes[i]->getName(), LocalPrefix); in printTypeIdentities()
2578 TypePrinter.printStructBody(TypePrinter.NamedTypes[i], Out); in printTypeIdentities()
/external/llvm/test/Bitcode/
DhighLevelStructure.3.2.ll61 define void @NamedTypes() {
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h110 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
DLLParser.cpp98 NamedTypes.begin(), E = NamedTypes.end(); I != E; ++I) in ValidateEndOfModule()
339 NamedTypes[Name], Result)) return true; in ParseNamedType()
342 std::pair<Type*, LocTy> &Entry = NamedTypes[Name]; in ParseNamedType()
1264 std::pair<Type*, LocTy> &Entry = NamedTypes[Lex.getStrVal()]; in ParseType()
/external/llvm/lib/AsmParser/
DLLParser.cpp95 for (const auto &I : Slots->NamedTypes) in restoreParsingState()
96 NamedTypes.insert( in restoreParsingState()
177 NamedTypes.begin(), E = NamedTypes.end(); I != E; ++I) in ValidateEndOfModule()
237 for (const auto &I : NamedTypes) in ValidateEndOfModule()
238 Slots->NamedTypes.insert(std::make_pair(I.getKey(), I.second.first)); in ValidateEndOfModule()
393 NamedTypes[Name], Result)) return true; in ParseNamedType()
396 std::pair<Type*, LocTy> &Entry = NamedTypes[Name]; in ParseNamedType()
1997 std::pair<Type*, LocTy> &Entry = NamedTypes[Lex.getStrVal()]; in ParseType()
DLLParser.h115 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h569 *NamedTypes=0);
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h616 *NamedTypes=nullptr);