Searched defs:LineEntries (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceManagerInternals.h89 std::map<FileID, std::vector<LineEntry> > LineEntries; member in class:clang::LineTableInfo
97 LineEntries.clear();
123 iterator begin() { return LineEntries.begin(); }
124 iterator end() { return LineEntries.end(); }
/external/llvm/lib/MC/
H A DMCDwarf.cpp119 const MCLineSection::MCLineEntryCollection &LineEntries) {
129 for (auto it = LineEntries.begin(),
130 ie = LineEntries.end();
118 EmitDwarfLineTable(MCObjectStreamer *MCOS, const MCSection *Section, const MCLineSection::MCLineEntryCollection &LineEntries) argument

Completed in 1515 milliseconds