Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getDirectory

602 StringRef DIScope::getDirectory() const {
606 return DILexicalBlockFile(DbgNode).getDirectory();
608 return DILexicalBlock(DbgNode).getDirectory();
610 return DISubprogram(DbgNode).getDirectory();
612 return DICompileUnit(DbgNode).getDirectory();
614 return DINameSpace(DbgNode).getDirectory();
616 return DIType(DbgNode).getDirectory();
618 return DIFile(DbgNode).getDirectory();
705 OS << " [" << getDirectory() << "/" << getFilename() << "]";