Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp104 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local
111 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
114 Entry = TypeInfos.size(); in emitTypeInfos()
117 for (const GlobalValue *GV : reverse(TypeInfos)) { in emitTypeInfos()
138 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
DEHStreamer.cpp339 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitExceptionTable() local
371 bool HaveTTData = IsSJLJ ? (!TypeInfos.empty() || !FilterIds.empty()) : true; in emitExceptionTable()
466 unsigned SizeTypes = TypeInfos.size() * TypeFormatSize; in emitExceptionTable()
652 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local
659 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()
662 Entry = TypeInfos.size(); in emitTypeInfos()
665 for (const GlobalValue *GV : make_range(TypeInfos.rbegin(), in emitTypeInfos()
666 TypeInfos.rend())) { in emitTypeInfos()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp246 TypeInfos.clear(); in EndFunction()
427 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()
428 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()
430 TypeInfos.push_back(TI); in getTypeIDFor()
431 return TypeInfos.size(); in getTypeIDFor()
/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/include/llvm/CodeGen/
DMachineModuleInfo.h143 std::vector<const GlobalValue *> TypeInfos; variable
410 return TypeInfos; in getTypeInfos()