Home
last modified time | relevance | path

Searched refs:FoundFileName (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp203 bool FoundFileName = LineTable.getFileNameByIndex( in getResolvedPath() local
206 (void)FoundFileName; in getResolvedPath()
207 assert(FoundFileName && "Must get file name from line table"); in getResolvedPath()
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp197 bool FoundFileName = LineTablePtr->getFileNameByIndex( in getFileName() local
201 (void)FoundFileName; in getFileName()
202 assert(FoundFileName && "Must get file name from line table"); in getFileName()