Home
last modified time | relevance | path

Searched refs:MCLineEntryCollection (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCDwarf.h195 typedef std::vector<MCLineEntry> MCLineEntryCollection; typedef
196 typedef MCLineEntryCollection::iterator iterator;
197 typedef MCLineEntryCollection::const_iterator const_iterator;
200 MCLineEntryCollection MCLineEntries;
203 const MCLineEntryCollection *getMCLineEntries() const { in getMCLineEntries()