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() function177 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;
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()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 …]