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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 72 std::vector<int> TypeIds; // List of type ids (filters negative)
133 // FilterIds - List of typeids encoding filters used in the current function.
354 /// getFilterIds - Return a reference to the typeids encoding filters used in
  /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...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 208 milliseconds