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

  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 105 const std::vector<unsigned> &FilterIds = MMI->getFilterIds();
124 if (VerboseAsm && !FilterIds.empty()) {
130 I = FilterIds.begin(), E = FilterIds.end(); I < E; ++I) {
EHStreamer.cpp 63 // specifications (FilterIds) have strictly negative switch values. Value 0
66 // Negative type IDs index into FilterIds. Positive type IDs index into
69 // (negative) byte offset of the corresponding FilterIds entry. The byte
70 // offset is usually equal to the type ID (because the FilterIds entries are
75 // offset corresponding to FilterIds[i].
77 const std::vector<unsigned> &FilterIds = MMI->getFilterIds();
79 FilterOffsets.reserve(FilterIds.size());
83 I = FilterIds.begin(), E = FilterIds.end(); I != E; ++I) {
340 const std::vector<unsigned> &FilterIds = MMI->getFilterIds()
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 145 /// FilterIds - List of typeids encoding filters used in the current function.
146 std::vector<unsigned> FilterIds;
148 /// FilterEnds - List of the indices in FilterIds corresponding to filter
416 return FilterIds;

Completed in 414 milliseconds