Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h38 class MCCVLoc {
49 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, in MCCVLoc() function
180 void addLineEntry(const MCCVLoc &LineEntry);
182 std::vector<MCCVLoc> getFunctionLineEntries(unsigned FuncId);
187 ArrayRef<MCCVLoc> getLinesForExtent(size_t L, size_t R);
262 std::vector<MCCVLoc> MCCVLines;
/freebsd-14.2/contrib/llvm-project/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()
365 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction()
376 std::find_if(I, E, [CurFileNum](const MCCVLoc &Loc) { in emitLineTableForFunction()
493 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable()
500 for (const MCCVLoc &Loc : Locs) { in encodeInlineLineTable()
513 MCCVLoc StartLoc = Locs.front(); in encodeInlineLineTable()
528 for (const MCCVLoc &Loc : Locs) { in encodeInlineLineTable()
[all …]