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

/external/clang/include/clang/Basic/
H A DSourceManagerInternals.h28 struct LineEntry { struct in namespace:clang
47 static LineEntry get(unsigned Offs, unsigned Line, int Filename,
50 LineEntry E;
60 // needed for FindNearestLineEntry (upper_bound of LineEntry)
61 inline bool operator<(const LineEntry &lhs, const LineEntry &rhs) {
66 inline bool operator<(const LineEntry &E, unsigned Offset) {
70 inline bool operator<(unsigned Offset, const LineEntry &E) {
87 std::map<int, std::vector<LineEntry> > LineEntries;
116 const LineEntry *FindNearestLineEntr
[all...]
/external/llvm/include/llvm/MC/
H A DMCDwarf.h189 void addLineEntry(const MCLineEntry &LineEntry) { argument
190 MCLineEntries.push_back(LineEntry);

Completed in 196 milliseconds