HomeSort by: relevance | last modified time | path
    Searched refs:FilterIds (Results 1 - 4 of 4) 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/lib/CodeGen/
MachineFunction.cpp 857 if (FilterIds[--i] != TyIds[--j])
868 int FilterID = -(1 + FilterIds.size());
869 FilterIds.reserve(FilterIds.size() + TyIds.size() + 1);
870 llvm::append_range(FilterIds, TyIds);
871 FilterEnds.push_back(FilterIds.size());
872 FilterIds.push_back(0); // terminator
  /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 62 milliseconds