Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCCodeView.h38 class MCCVLoc {
49 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, in MCCVLoc() function
177 void addLineEntry(const MCCVLoc &LineEntry);
179 std::vector<MCCVLoc> getFunctionLineEntries(unsigned FuncId);
183 ArrayRef<MCCVLoc> getLinesForExtent(size_t L, size_t R);
258 std::vector<MCCVLoc> MCCVLines;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp135 addLineEntry(MCCVLoc{ in recordCVLoc()
266 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
275 std::vector<MCCVLoc>
277 std::vector<MCCVLoc> FilteredLines; in getFunctionLineEntries()
300 FilteredLines.push_back(MCCVLoc( in getFunctionLineEntries()
342 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction()
353 std::find_if(I, E, [CurFileNum](const MCCVLoc &Loc) { in emitLineTableForFunction()
486 for (const MCCVLoc &Loc : Locs) { in encodeInlineLineTable()
499 MCCVLoc StartLoc = Locs.front(); in encodeInlineLineTable()
512 for (const MCCVLoc &Loc : Locs) { in encodeInlineLineTable()
[all …]