HomeSort by relevance Sort by last modified time
    Searched refs:TypeIds (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 48 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
62 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
123 const std::vector<int> &TypeIds = LPI->TypeIds;
127 if (NumShared < TypeIds.size()) {
132 unsigned SizePrevIds = PrevLPI->TypeIds.size();
149 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) {
150 int TypeID = TypeIds[J]
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 142 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
157 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
247 const std::vector<int> &TypeIds = LP->TypeIds;
251 if (NumShared < TypeIds.size()) {
256 const unsigned SizePrevIds = LandingPads[i-1]->TypeIds.size();
269 for (unsigned I = NumShared, M = TypeIds.size(); I != M; ++I) {
270 int TypeID = TypeIds[I]
    [all...]
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 437 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1]));
449 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter));
456 LP.TypeIds.push_back(0);
495 // If there is no landing pad, ensure that the list of typeids is empty.
496 // If the only typeid is a cleanup, this is the same as having no typeids.
498 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0]))
499 LandingPad.TypeIds.clear();
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 71 std::vector<int> TypeIds; // List of type ids (filters negative)
136 /// FilterIds - List of typeids encoding filters used in the current function.
383 /// getFilterIds - Return a reference to the typeids encoding filters used in
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 150 milliseconds