Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h39 class MCCVLoc {
50 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, in MCCVLoc() function
182 void addLineEntry(const MCCVLoc &LineEntry);
184 std::vector<MCCVLoc> getFunctionLineEntries(unsigned FuncId);
189 ArrayRef<MCCVLoc> getLinesForExtent(size_t L, size_t R);
264 std::vector<MCCVLoc> MCCVLines;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp130 addLineEntry(MCCVLoc{ in recordCVLoc()
251 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
260 std::vector<MCCVLoc>
262 std::vector<MCCVLoc> FilteredLines; in getFunctionLineEntries()
289 FilteredLines.push_back(MCCVLoc(MCCVLines[Idx].getLabel(), FuncId, in getFunctionLineEntries()
327 ArrayRef<MCCVLoc> CodeViewContext::getLinesForExtent(size_t L, size_t R) { in getLinesForExtent()
350 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction()
351 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
361 std::find_if(I, E, [CurFileNum](const MCCVLoc &Loc) { in emitLineTableForFunction()
480 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable()
[all …]