Searched refs:CurrentDirectory (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/ |
| H A D | index.js | 12 function computeRelativePath(FilePath, CurrentDirectory) { argument 15 if (CurrentDirectory == Path) 20 var Dir = CurrentDirectory; 32 function genLink(Ref, CurrentDirectory) { argument 33 var Path = computeRelativePath(Ref.Path, CurrentDirectory); 46 function genHTMLOfIndex(Index, CurrentDirectory, IsOutermostList) { argument 52 SpanNode.appendChild(genLink(Index, CurrentDirectory)); 62 ChildNodes = genHTMLOfIndex(Child, CurrentDirectory, false); 75 CurrentDirectory = IndexDiv.getAttribute("path"); 76 var IndexNodes = genHTMLOfIndex(Index, CurrentDirectory, true);
|
| /llvm-project-15.0.7/clang-tools-extra/modularize/ |
| H A D | ModularizeUtilities.cpp | 139 SmallString<256> CurrentDirectory; in loadSingleHeaderListsAndDependencies() local 140 llvm::sys::fs::current_path(CurrentDirectory); in loadSingleHeaderListsAndDependencies() 173 HeaderFileName = CurrentDirectory; in loadSingleHeaderListsAndDependencies() 190 Dependent = CurrentDirectory; in loadSingleHeaderListsAndDependencies() 212 SmallString<256> CurrentDirectory; in loadProblemHeaderList() local 213 llvm::sys::fs::current_path(CurrentDirectory); in loadProblemHeaderList() 245 HeaderFileName = CurrentDirectory; in loadProblemHeaderList()
|
| H A D | ModuleAssistant.cpp | 224 llvm::SmallString<256> CurrentDirectory; in loadModuleDescriptions() local 225 llvm::sys::fs::current_path(CurrentDirectory); in loadModuleDescriptions() 229 HeaderPrefix = CurrentDirectory; in loadModuleDescriptions()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | HTMLGenerator.cpp | 309 genReference(const Reference &Type, StringRef CurrentDirectory, in genReference() argument 317 llvm::SmallString<64> Path = Type.getRelativeFilePath(CurrentDirectory); in genReference() 329 const StringRef &CurrentDirectory) { in genReferenceList() argument 334 Out.emplace_back(genReference(R, CurrentDirectory)); in genReferenceList()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 679 CurrentDirectory, ///< Absolute CWD path enumerator
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 936 BuildInfoArgs[BuildInfoRecord::CurrentDirectory] = in emitBuildInfo()
|