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

/external/clang/include/clang/Basic/
H A DSourceManagerInternals.h29 struct LineEntry { struct in namespace:clang
49 static LineEntry get(unsigned Offs, unsigned Line, int Filename,
52 LineEntry E;
62 // needed for FindNearestLineEntry (upper_bound of LineEntry)
63 inline bool operator<(const LineEntry &lhs, const LineEntry &rhs) {
68 inline bool operator<(const LineEntry &E, unsigned Offset) {
72 inline bool operator<(unsigned Offset, const LineEntry &E) {
89 std::map<FileID, std::vector<LineEntry> > LineEntries;
114 const LineEntry *FindNearestLineEntr
[all...]
/external/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp79 DILineInfo LineEntry = local
81 Table.push_back(std::make_pair(LineInfo->getVirtualAddress(), LineEntry));
/external/llvm/include/llvm/MC/
H A DMCCodeView.h118 void addLineEntry(const MCCVLineEntry &LineEntry) { argument
121 {LineEntry.getFunctionId(), {Offset, Offset + 1}});
124 MCCVLines.push_back(LineEntry);
H A DMCDwarf.h163 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { argument
164 MCLineDivisions[Sec].push_back(LineEntry);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCDwarf.h191 void addLineEntry(const MCLineEntry &LineEntry) { argument
192 MCLineEntries.push_back(LineEntry);

Completed in 216 milliseconds