Home
last modified time | relevance | path

Searched defs:SourceFile (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h35 CComPtr<IDiaSourceFile> SourceFile; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp57 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress() local
125 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp22 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir, in reportCoverage()
174 for (const auto &SourceFile : SourceFiles) in gcovMain() local
H A DCodeCoverage.cpp287 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile()
417 CodeCoverageTool::createSourceFileView(StringRef SourceFile, in createSourceFileView()
659 void CodeCoverageTool::writeSourceFileView(StringRef SourceFile, in writeSourceFileView()
1175 for (const auto &SourceFile : SourceFiles) in doShow() local
1223 for (const std::string &SourceFile : SourceFiles) in doShow() local
1229 for (const std::string &SourceFile : SourceFiles) in doShow() local
H A DCoverageExporterJson.cpp285 auto &SourceFile = SourceFiles[I]; in renderFiles() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp354 bool SourceManager::isMainFile(const FileEntry &SourceFile) { in isMainFile()
533 FileID SourceManager::createFileID(FileEntryRef SourceFile, in createFileID()
580 SourceManager::getOrCreateFileID(FileEntryRef SourceFile, in getOrCreateFileID()
688 FileEntryRef SourceFile, std::unique_ptr<llvm::MemoryBuffer> Buffer) { in overrideFileContents()
697 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents()
1581 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h632 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord()
641 TypeIndex SourceFile; variable
650 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord()
661 TypeIndex SourceFile; variable
681 SourceFile, ///< Path to main source file, relative or absolute enumerator
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp104 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp663 YAMLConverter(const Module &TheModule, const FileEntry *SourceFile, in YAMLConverter()
1086 static bool compile(const Module &M, const FileEntry *SourceFile, in compile()
1100 const FileEntry *SourceFile, in compileAPINotes()
H A DAPINotesWriter.cpp30 const FileEntry *SourceFile; member in clang::api_notes::APINotesWriter::Implementation
273 control_block::SourceFileLayout SourceFile(Stream); in writeControlBlock() local
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslerror.c470 FILE *SourceFile = NULL; in AePrintErrorSourceLine() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h988 void overrideFileContents(FileEntryRef SourceFile, in overrideFileContents()
1639 FileID translateFile(FileEntryRef SourceFile) const { in translateFile()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1306 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs()
1332 findMainViewFileID(StringRef SourceFile, const FunctionRecord &Function) { in findMainViewFileID()