Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp475 CFS = vfs::createPhysicalFileSystem(); in TEST() local
478 ASSERT_FALSE(CFS->setCurrentWorkingDirectory(C.path())); in TEST()
480 EXPECT_EQ(C.path(), *CFS->getCurrentWorkingDirectory()); in TEST()
487 auto ABuf = CFS->getBufferForFile("aa"); in TEST()
496 auto AStat = CFS->status("aa"); in TEST()
506 ASSERT_FALSE(CFS->getRealPath("aa", APath)); in TEST()
519 auto CIt = CFS->dir_begin(".", EC); in TEST()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3012 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl() local
3013 collectLexicalBlockInfo(*CFS, in endFunctionImpl()