HomeSort by: relevance | last modified time | path
    Searched defs:FilterIds (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 97 const std::vector<unsigned> &FilterIds = MF->getFilterIds();
118 if (VerboseAsm && !FilterIds.empty()) {
124 I = FilterIds.begin(), E = FilterIds.end(); I < E; ++I) {
EHStreamer.cpp 67 // specifications (FilterIds) have strictly negative switch values. Value 0
70 // Negative type IDs index into FilterIds. Positive type IDs index into
73 // (negative) byte offset of the corresponding FilterIds entry. The byte
74 // offset is usually equal to the type ID (because the FilterIds entries are
79 // offset corresponding to FilterIds[i].
81 const std::vector<unsigned> &FilterIds = Asm->MF->getFilterIds();
83 FilterOffsets.reserve(FilterIds.size());
86 for (unsigned FilterId : FilterIds) {
381 const std::vector<unsigned> &FilterIds = MF->getFilterIds();
417 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 362 std::vector<unsigned> FilterIds;
364 /// List of the indices in FilterIds corresponding to filter terminators.
1081 return FilterIds;

Completed in 18 milliseconds