Searched refs:ExternalFilePath (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h39 Optional<StringRef> ExternalFilePath; member in struct:llvm::remarks::BitstreamMetaParserHelper
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.h74 Error processExternalFilePath(Optional<StringRef> ExternalFilePath);
H A DBitstreamRemarkParser.cpp75 Parser.ExternalFilePath = Blob;
415 Optional<StringRef> ExternalFilePath) {
416 if (!ExternalFilePath)
422 sys::path::append(FullPath, *ExternalFilePath);
488 return processExternalFilePath(Helper.ExternalFilePath);
414 processExternalFilePath( Optional<StringRef> ExternalFilePath) argument
H A DYAMLRemarkParser.cpp142 StringRef ExternalFilePath = Buf; local
146 sys::path::append(FullPath, ExternalFilePath);

Completed in 63 milliseconds