Searched refs:RFS (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Driver/ |
| H A D | DistroTest.cpp | 367 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> RFS = in TEST() local 381 Distro LinuxRealDistro{*RFS, llvm::Triple("unknown-pc-linux")}; in TEST() 384 Distro WinRealDistro{*RFS, llvm::Triple("unknown-pc-windows")}; in TEST() 395 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> RFS = in TEST() local 397 Distro HostDistro{*RFS, Host}; in TEST() 398 Distro LinuxRealDistro{*RFS, llvm::Triple("unknown-pc-linux")}; in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/ |
| H A D | Context.h | 34 PipelineOptions(unsigned UOPQSize, unsigned DecThr, unsigned DW, unsigned RFS, 38 DispatchWidth(DW), RegisterFileSize(RFS), LoadQueueSize(LQS), in MicroOpQueueSize()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 362 DictScope RFS(SW, "RuntimeFunction"); in printRuntimeFunction() local
|
| H A D | ARMWinEHPrinter.cpp | 1345 DictScope RFS(SW, "RuntimeFunction"); in dumpProcedureDataEntry() local
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | ToolingTest.cpp | 333 auto RFS = llvm::vfs::getRealFileSystem(); in overlayRealFS() local 334 auto OverlayFS = llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(RFS); in overlayRealFS()
|