Searched refs:YAMLFilePath (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 648 StringRef YAMLFilePath, void *DiagContext = nullptr, 1044 SourceMgr::DiagHandlerTy DiagHandler, StringRef YAMLFilePath, 1099 llvm::SourceMgr::DiagHandlerTy DiagHandler, StringRef YAMLFilePath,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 2165 StringRef YAMLFilePath, void *DiagContext, in create() argument 2183 if (!YAMLFilePath.empty()) { in create() 2192 SmallString<256> OverlayAbsDir = sys::path::parent_path(YAMLFilePath); in create() 2653 StringRef YAMLFilePath, void *DiagContext, in getVFSFromYAML() argument 2656 YAMLFilePath, DiagContext, in getVFSFromYAML() 2698 StringRef YAMLFilePath, in collectVFSFromYAML() argument 2703 std::move(Buffer), DiagHandler, YAMLFilePath, DiagContext, in collectVFSFromYAML()
|