Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.cpp49 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in SharedTypeIds()
63 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in PadLT()
124 const std::vector<int> &TypeIds = LPI->TypeIds; in ComputeActionsTable() local
128 if (NumShared < TypeIds.size()) { in ComputeActionsTable()
133 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in ComputeActionsTable()
150 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in ComputeActionsTable()
151 int TypeID = TypeIds[J]; in ComputeActionsTable()
/external/llvm/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp142 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in SharedTypeIds()
157 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in PadLT()
247 const std::vector<int> &TypeIds = LP->TypeIds; in EmitExceptionTable() local
251 if (NumShared < TypeIds.size()) { in EmitExceptionTable()
256 const unsigned SizePrevIds = LandingPads[i-1]->TypeIds.size(); in EmitExceptionTable()
269 for (unsigned I = NumShared, M = TypeIds.size(); I != M; ++I) { in EmitExceptionTable()
270 int TypeID = TypeIds[I]; 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.h72 std::vector<int> TypeIds; // List of type ids (filters negative) member