Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.h266 StringRef sourceFile; variable
H A DInputFiles.cpp364 return std::string(file.sourceFile); in getSrcMsgAux()
1156 sourceFile = CHECK(eSym.getName(stringTable), this); in initSectionsAndLocalSyms()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputFiles.h173 std::string sourceFile() const;
H A DInputSection.cpp133 return obj->sourceFile(); in getSourceLocation()
H A DSyntheticSections.cpp1105 void SymtabSection::emitBeginSourceStab(StringRef sourceFile) { in emitBeginSourceStab() argument
1107 stab.strx = stringTableSection.addString(saver().save(sourceFile)); in emitBeginSourceStab()
1201 emitBeginSourceStab(file->sourceFile()); in emitStabs()
H A DInputFiles.cpp1524 std::string ObjFile::sourceFile() const { in sourceFile() function in ObjFile