Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.h239 StringRef sourceFile; variable
H A DInputFiles.cpp259 return std::string(file.sourceFile); in getSrcMsgAux()
1116 sourceFile = CHECK(eSym.getName(this->stringTable), this); in initializeSymbols()
H A DInputSection.cpp306 std::string srcFile = std::string(getFile<ELFT>()->sourceFile); in getLocation()