Home
last modified time | relevance | path

Searched refs:CurrentDirectory (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/assets/
Dindex.js12 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);
/external/llvm-project/clang-tools-extra/modularize/
DModularizeUtilities.cpp139 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()
DModuleAssistant.cpp224 llvm::SmallString<256> CurrentDirectory; in loadModuleDescriptions() local
225 llvm::sys::fs::current_path(CurrentDirectory); in loadModuleDescriptions()
229 HeaderPrefix = CurrentDirectory; in loadModuleDescriptions()
/external/llvm-project/clang-tools-extra/clang-doc/
DHTMLGenerator.cpp309 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h684 CurrentDirectory, ///< Absolute CWD path enumerator
/external/libchrome/base/process/
Dprocess_util_unittest.cc497 TEST_F(ProcessUtilTest, CurrentDirectory) { in TEST_F() argument
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h678 CurrentDirectory, ///< Absolute CWD path enumerator
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp841 BuildInfoArgs[BuildInfoRecord::CurrentDirectory] = in emitBuildInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp830 BuildInfoArgs[BuildInfoRecord::CurrentDirectory] = in emitBuildInfo()