Lines Matching +defs:source +defs:o
140 StringRef source = file->obj->getSourceFileName();
141 if (!source.empty())
142 res += source.str() + "\n>>> ";
234 if (auto *o = dyn_cast<ObjFile>(file))
235 return getSymbolLocations(o, symIndex, maxStrings);
644 StringRef source = file->obj->getSourceFileName();
645 if (!source.empty())
646 res += source.str() + "\n>>> ";
672 if (auto *o = dyn_cast<ObjFile>(file))
673 return getSourceLocationObj(o, sc, offset, name);
683 // >>> bar.o
685 // >>> baz.o
817 } else if (LazyObject *o = dyn_cast<LazyObject>(sym)) {
818 if (isBitcode(o->file->mb))