HomeSort by: relevance | last modified time | path
    Searched refs:MCCVLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCCodeView.h 31 class MCCVLoc {
42 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum,
48 // for an MCCVLoc object.
55 /// Get the FileNum of this MCCVLoc.
58 /// Get the Line of this MCCVLoc.
61 /// Get the Column of this MCCVLoc.
71 /// Set the FileNum of this MCCVLoc.
74 /// Set the Line of this MCCVLoc.
77 /// Set the Column of this MCCVLoc.
170 void addLineEntry(const MCCVLoc &LineEntry)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp 134 addLineEntry(MCCVLoc{
265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) {
274 std::vector<MCCVLoc>
276 std::vector<MCCVLoc> FilteredLines;
299 FilteredLines.push_back(MCCVLoc(
318 ArrayRef<MCCVLoc> CodeViewContext::getLinesForExtent(size_t L, size_t R) {
341 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId);
342 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) {
352 std::find_if(I, E, [CurFileNum](const MCCVLoc &Loc) {
478 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd)
    [all...]

Completed in 17 milliseconds