Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h619 StringRef YAMLFilePath, void *DiagContext = nullptr,
963 SourceMgr::DiagHandlerTy DiagHandler, StringRef YAMLFilePath,
1011 llvm::SourceMgr::DiagHandlerTy DiagHandler, StringRef YAMLFilePath,
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2078 StringRef YAMLFilePath, void *DiagContext, in create() argument
2096 if (!YAMLFilePath.empty()) { in create()
2105 SmallString<256> OverlayAbsDir = sys::path::parent_path(YAMLFilePath); in create()
2500 StringRef YAMLFilePath, void *DiagContext, in getVFSFromYAML() argument
2503 YAMLFilePath, DiagContext, in getVFSFromYAML()
2545 StringRef YAMLFilePath, in collectVFSFromYAML() argument
2550 std::move(Buffer), DiagHandler, YAMLFilePath, DiagContext, in collectVFSFromYAML()