Home
last modified time | relevance | path

Searched defs:SourceFile (Results 1 – 12 of 12) 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() argument
176 for (const auto &SourceFile : SourceFiles) gcovMain() local
H A DCodeCoverage.cpp284 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile()
393 CodeCoverageTool::createSourceFileView(StringRef SourceFile, in createSourceFileView()
631 void CodeCoverageTool::writeSourceFileView(StringRef SourceFile, in writeSourceFileView()
1147 for (const auto &SourceFile : SourceFiles) in doShow() local
1195 for (const std::string &SourceFile : SourceFiles) in doShow() local
1201 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.cpp362 bool SourceManager::isMainFile(const FileEntry &SourceFile) { in isMainFile()
546 FileID SourceManager::createFileID(FileEntryRef SourceFile, in createFileID()
593 SourceManager::getOrCreateFileID(FileEntryRef SourceFile, in getOrCreateFileID()
703 FileEntryRef SourceFile, std::unique_ptr<llvm::MemoryBuffer> Buffer) { in overrideFileContents()
712 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents()
1596 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/APINotes/
H A DAPINotesYAMLCompiler.cpp667 YAMLConverter(const Module &TheModule, const FileEntry *SourceFile, in YAMLConverter()
1115 static bool compile(const Module &M, const FileEntry *SourceFile, in compile()
1129 const FileEntry *SourceFile, in compileAPINotes()
H A DAPINotesWriter.cpp30 const FileEntry *SourceFile; member in clang::api_notes::APINotesWriter::Implementation
283 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.h992 void overrideFileContents(FileEntryRef SourceFile, in overrideFileContents()
1643 FileID translateFile(FileEntryRef SourceFile) const { in translateFile()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1361 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs()
1387 findMainViewFileID(StringRef SourceFile, const FunctionRecord &Function) { in findMainViewFileID()