Searched refs:sourceFile (Results 1 – 7 of 7) sorted by relevance
147 with open(test.getSourcePath(), 'w') as sourceFile:148 sourceFile.write(source)278 with open(test.getSourcePath(), 'w') as sourceFile:279 sourceFile.write("""
260 StringRef sourceFile; variable
335 return std::string(file.sourceFile); in getSrcMsgAux()1124 sourceFile = CHECK(eSym.getName(stringTable), this); in initSectionsAndLocalSyms()
133 return obj->sourceFile(); in getSourceLocation()
167 std::string sourceFile() const;
1091 void SymtabSection::emitBeginSourceStab(StringRef sourceFile) { in emitBeginSourceStab() argument1093 stab.strx = stringTableSection.addString(saver().save(sourceFile)); in emitBeginSourceStab()1187 emitBeginSourceStab(file->sourceFile()); in emitStabs()
1510 std::string ObjFile::sourceFile() const { in sourceFile() function in ObjFile