Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h418 bool UseNormalizedPaths = true; variable
430 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
474 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp679 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() argument
684 UseNormalizedPaths(UseNormalizedPaths) {} in InMemoryFileSystem()