/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIASourceFile.h | 35 CComPtr<IDiaSourceFile> SourceFile; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 57 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 D | gcov.cpp | 22 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir, in reportCoverage() argument 176 for (const auto &SourceFile : SourceFiles) gcovMain() local
|
H A D | CodeCoverage.cpp | 284 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 D | CoverageExporterJson.cpp | 285 auto &SourceFile = SourceFiles[I]; in renderFiles() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 362 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 D | TypeRecord.h | 632 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 D | APINotesYAMLCompiler.cpp | 667 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 D | APINotesWriter.cpp | 30 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 D | aslerror.c | 470 FILE *SourceFile = NULL; in AePrintErrorSourceLine() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 992 void overrideFileContents(FileEntryRef SourceFile, in overrideFileContents() 1643 FileID translateFile(FileEntryRef SourceFile) const { in translateFile()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1361 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs() 1387 findMainViewFileID(StringRef SourceFile, const FunctionRecord &Function) { in findMainViewFileID()
|