Home
last modified time | relevance | path

Searched refs:getMainFileName (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp633 if (!getMainFileName().empty() && FileNameBuf != getMainFileName()) { in setGenDwarfRootFile()
635 llvm::sys::path::append(FileNameBuf, getMainFileName()); in setGenDwarfRootFile()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp766 if (!getMainFileName().empty() && FileNameBuf != getMainFileName()) { in setGenDwarfRootFile()
768 llvm::sys::path::append(FileNameBuf, getMainFileName()); in setGenDwarfRootFile()
/external/llvm/include/llvm/MC/
DMCContext.h439 const std::string &getMainFileName() const { return MainFileName; } in getMainFileName() function
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h495 StringRef getMainFileName() const;
/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.h219 StringRef FromFileName = From->getMainFileName(); in importNode()
/external/clang/include/clang/Frontend/
DASTUnit.h547 StringRef getMainFileName() const;
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp369 Timer.setOutput("Cache global code completions for " + getMainFileName()); in CacheCodeCompletionResults()
1465 StringRef ASTUnit::getMainFileName() const { in getMainFileName() function in ASTUnit
1683 ParsingTimer.setOutput("Parsing " + getMainFileName()); in LoadFromCompilerInvocation()
1840 ParsingTimer.setOutput("Reparsing " + getMainFileName()); in Reparse()
/external/clang/lib/Frontend/
DASTUnit.cpp342 Timer.setOutput("Cache global code completions for " + getMainFileName()); in CacheCodeCompletionResults()
1682 StringRef ASTUnit::getMainFileName() const { in getMainFileName() function in ASTUnit
1893 ParsingTimer.setOutput("Parsing " + getMainFileName()); in LoadFromCompilerInvocation()
2037 ParsingTimer.setOutput("Reparsing " + getMainFileName()); in Reparse()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h596 const std::string &getMainFileName() const { return MainFileName; } in getMainFileName() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h541 const std::string &getMainFileName() const { return MainFileName; } in getMainFileName() function
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp282 std::string(Unit->getMainFileName()), in getCrossTUDefinitionImpl()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp721 0, StringRef(), getContext().getMainFileName())); in Run()
/external/clang/tools/libclang/
DCIndex.cpp7938 LogOS << '<' << Unit->getMainFileName() << '>'; in operator <<()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp9049 LogOS << '<' << Unit->getMainFileName() << '>'; in operator <<()