Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp846 if (!getMainFileName().empty() && FileNameBuf != getMainFileName()) { in setGenDwarfRootFile()
848 llvm::sys::path::append(FileNameBuf, getMainFileName()); in setGenDwarfRootFile()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h495 StringRef getMainFileName() const;
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp369 Timer.setOutput("Cache global code completions for " + getMainFileName()); in CacheCodeCompletionResults()
1454 StringRef ASTUnit::getMainFileName() const { in getMainFileName() function in ASTUnit
1664 ParsingTimer.setOutput("Parsing " + getMainFileName()); in LoadFromCompilerInvocation()
1821 ParsingTimer.setOutput("Reparsing " + getMainFileName()); in Reparse()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h669 const std::string &getMainFileName() const { return MainFileName; } in getMainFileName() function
/netbsd/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp282 std::string(Unit->getMainFileName()), in getCrossTUDefinitionImpl()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp9101 LogOS << '<' << Unit->getMainFileName() << '>'; in operator <<()