/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 472 SmallString<128> CWD; in main() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 430 llvm::ErrorOr<std::string> CWD = in updateWorkingDirForCacheLookup() local
|
H A D | ModuleDepCollector.cpp | 400 llvm::ErrorOr<std::string> CWD = VFS.getCurrentWorkingDirectory(); in getModuleContextHash() local
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1as_main.cpp | 508 SmallString<128> CWD; in ExecuteAssemblerImpl() local
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpcmd.c | 110 CWD = 299, enumerator 195 #define CWD 299 macro
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 550 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 788 CWD, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 841 SmallVector<std::pair<OptionalFileEntryRef, DirectoryEntryRef>, 1> CWD; in BeginSourceFile() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 165 StringRef CWD; in readUncompressed() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 430 } else if (llvm::ErrorOr<std::string> CWD = in addDebugCompDirArg() local 730 } else if (llvm::ErrorOr<std::string> CWD = in addPGOAndCoverageFlags() local 2440 auto CWD = D.getVFS().getCurrentWorkingDirectory(); in DumpCompilationDatabase() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 996 auto CWD = FileMgr.getOptionalDirectoryRef("."); in LookupFile() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 2416 SmallString<256> CWD; in getCurrentDirname() local
|
H A D | CGDebugInfo.cpp | 517 llvm::ErrorOr<std::string> CWD = in getCurrentDirname() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1260 if (auto CWD = FS->getCurrentWorkingDirectory()) { in expandResponseFiles() local
|
H A D | VirtualFileSystem.cpp | 1180 auto CWD = getCurrentWorkingDirectory(); in getRealPath() local
|
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 161 CWD, /* so data16 can be evaluated for cwd and variants */ enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1450 auto CWD = in WriteControlBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 9059 SDValue CWD; in LowerGET_ROUNDING() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 27662 SDValue CWD = DAG.getLoad(MVT::i16, DL, Chain, StackSlot, MPI, Align(2)); in LowerGET_ROUNDING() local 27705 SDValue CWD = DAG.getLoad(MVT::i16, DL, Chain, StackSlot, MPI); in LowerSET_ROUNDING() local 27774 SDValue CWD = DAG.getLoad(MVT::i32, DL, Chain, StackSlot, MPI); in LowerSET_ROUNDING() local
|