Searched refs:YAMLFilePath (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 621 StringRef YAMLFilePath, void *DiagContext = nullptr, 1005 SourceMgr::DiagHandlerTy DiagHandler, StringRef YAMLFilePath, 1053 llvm::SourceMgr::DiagHandlerTy DiagHandler, StringRef YAMLFilePath,
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 2132 StringRef YAMLFilePath, void *DiagContext, in create() argument 2150 if (!YAMLFilePath.empty()) { in create() 2159 SmallString<256> OverlayAbsDir = sys::path::parent_path(YAMLFilePath); in create() 2554 StringRef YAMLFilePath, void *DiagContext, in getVFSFromYAML() argument 2557 YAMLFilePath, DiagContext, in getVFSFromYAML() 2599 StringRef YAMLFilePath, in collectVFSFromYAML() argument 2604 std::move(Buffer), DiagHandler, YAMLFilePath, DiagContext, in collectVFSFromYAML()
|