Searched refs:MCCVLoc (Results 1 – 2 of 2) sorted by relevance
38 class MCCVLoc {49 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, in MCCVLoc() function180 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;
135 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 …]