Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp35 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs()
97 const std::vector<int> &TypeIds = LPI->TypeIds; in computeActionsTable() local
101 if (NumShared < TypeIds.size()) { in computeActionsTable()
106 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in computeActionsTable()
121 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in computeActionsTable()
122 int TypeID = TypeIds[J]; in computeActionsTable()
332 const LandingPadInfo *R) { return L->TypeIds < R->TypeIds; }); in emitExceptionTable()
/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