Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCCodeView.h31 class MCCVLoc {
42 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, in MCCVLoc() function
170 void addLineEntry(const MCCVLoc &LineEntry);
172 std::vector<MCCVLoc> getFunctionLineEntries(unsigned FuncId);
176 ArrayRef<MCCVLoc> getLinesForExtent(size_t L, size_t R);
251 std::vector<MCCVLoc> MCCVLines;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCCodeView.cpp134 addLineEntry(MCCVLoc{ in recordCVLoc()
265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
274 std::vector<MCCVLoc>
276 std::vector<MCCVLoc> FilteredLines; in getFunctionLineEntries()
299 FilteredLines.push_back(MCCVLoc( in getFunctionLineEntries()
318 ArrayRef<MCCVLoc> CodeViewContext::getLinesForExtent(size_t L, size_t R) { in getLinesForExtent()
341 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction()
342 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
352 std::find_if(I, E, [CurFileNum](const MCCVLoc &Loc) { in emitLineTableForFunction()
478 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable()
[all …]