Home
last modified time | relevance | path

Searched refs:TypeIds (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.cpp48 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in SharedTypeIds()
62 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in PadLT()
123 const std::vector<int> &TypeIds = LPI->TypeIds; in ComputeActionsTable() local
127 if (NumShared < TypeIds.size()) { in ComputeActionsTable()
132 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in ComputeActionsTable()
149 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in ComputeActionsTable()
150 int TypeID = TypeIds[J]; in ComputeActionsTable()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp435 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
447 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo()
454 LP.TypeIds.push_back(0); in addCleanup()
496 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0])) in TidyLandingPads()
497 LandingPad.TypeIds.clear(); in TidyLandingPads()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h71 std::vector<int> TypeIds; // List of type ids (filters negative) member