Home
last modified time | relevance | path

Searched refs:TypeInfos (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp111 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local
118 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
121 Entry = TypeInfos.size(); in emitTypeInfos()
125 I = TypeInfos.rbegin(), E = TypeInfos.rend(); I != E; ++I) { in emitTypeInfos()
147 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
DEHStreamer.cpp317 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos(); in emitExceptionTable() local
363 bool HaveTTData = IsSJLJ ? (!TypeInfos.empty() || !FilterIds.empty()) : true; in emitExceptionTable()
463 unsigned SizeTypes = TypeInfos.size() * TypeFormatSize; in emitExceptionTable()
652 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local
659 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
662 Entry = TypeInfos.size(); in emitTypeInfos()
666 I = TypeInfos.rbegin(), E = TypeInfos.rend(); I != E; ++I) { in emitTypeInfos()
/external/clang/lib/Driver/
DTypes.cpp26 static const TypeInfo TypeInfos[] = { variable
32 static const unsigned numTypes = llvm::array_lengthof(TypeInfos);
36 return TypeInfos[id - 1]; in getInfo()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp310 TypeInfos.clear(); in EndFunction()
512 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()
513 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()
515 TypeInfos.push_back(TI); in getTypeIDFor()
516 return TypeInfos.size(); in getTypeIDFor()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h134 std::vector<const GlobalVariable *> TypeInfos; variable
391 return TypeInfos; in getTypeInfos()