Home
last modified time | relevance | path

Searched defs:fromFile (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lld/COFF/
H A DInputFiles.cpp911 findFromRecordPath(const COFFLinkerContext & ctx,StringRef path,ObjFile * fromFile) findFromRecordPath() argument
977 enqueuePdbFile(StringRef path,ObjFile * fromFile) enqueuePdbFile() argument
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp232 llvm::Expected<URIForFile> URIForFile::fromFile(StringRef absoluteFilepath, in fromFile() function in URIForFile