Searched defs:FilterIds (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp103 const std::vector<unsigned> &FilterIds = MMI->getFilterIds(); local
122 if (VerboseAsm && !FilterIds.empty()) {
128 I = FilterIds.begin(), E = FilterIds.end(); I < E; ++I) {
H A DEHStreamer.cpp63 // 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 local
653 const std::vector<unsigned> &FilterIds = MMI->getFilterIds(); local
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineModuleInfo.h137 /// FilterIds - List of typeids encoding filters used in the current function.
138 std::vector<unsigned> FilterIds; member in class:llvm::MachineModuleInfo
140 /// FilterEnds - List of the indices in FilterIds corresponding to filter
386 return FilterIds;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp206 const std::vector<unsigned> &FilterIds = MMI->getFilterIds(); local
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[
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h146 /// FilterIds - List of typeids encoding filters used in the current function.
147 std::vector<unsigned> FilterIds; member in class:llvm::MachineModuleInfo
149 /// FilterEnds - List of the indices in FilterIds corresponding to filter
417 return FilterIds;

Completed in 153 milliseconds