Home
last modified time | relevance | path

Searched refs:sourceFile (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Ddsl.py147 with open(test.getSourcePath(), 'w') as sourceFile:
148 sourceFile.write(source)
278 with open(test.getSourcePath(), 'w') as sourceFile:
279 sourceFile.write("""
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.h260 StringRef sourceFile; variable
H A DInputFiles.cpp335 return std::string(file.sourceFile); in getSrcMsgAux()
1124 sourceFile = CHECK(eSym.getName(stringTable), this); in initSectionsAndLocalSyms()
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputSection.cpp133 return obj->sourceFile(); in getSourceLocation()
H A DInputFiles.h167 std::string sourceFile() const;
H A DSyntheticSections.cpp1091 void SymtabSection::emitBeginSourceStab(StringRef sourceFile) { in emitBeginSourceStab() argument
1093 stab.strx = stringTableSection.addString(saver().save(sourceFile)); in emitBeginSourceStab()
1187 emitBeginSourceStab(file->sourceFile()); in emitStabs()
H A DInputFiles.cpp1510 std::string ObjFile::sourceFile() const { in sourceFile() function in ObjFile