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

  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 206 const std::vector<unsigned> &FilterIds = MMI->getFilterIds();
218 // Negative type ids index into FilterIds, positive type ids index into
221 // (negative) byte offset of the corresponding FilterIds entry. The byte
222 // offset is usually equal to the type id, because the FilterIds entries
227 // FilterOffsets[i] holds the byte offset corresponding to FilterIds[i].
229 FilterOffsets.reserve(FilterIds.size());
231 for(std::vector<unsigned>::const_iterator I = FilterIds.begin(),
232 E = FilterIds.end(); I != E; ++I) {
471 for (unsigned j = 0, M = FilterIds.size(); j < M; ++j) {
472 unsigned TypeID = FilterIds[j]
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 137 /// FilterIds - List of typeids encoding filters used in the current function.
138 std::vector<unsigned> FilterIds;
140 /// FilterEnds - List of the indices in FilterIds corresponding to filter
386 return FilterIds;

Completed in 47 milliseconds