| /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 | 58 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress() local 128 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() 632 void CodeCoverageTool::writeSourceFileView(StringRef SourceFile, in writeSourceFileView() 1178 for (const auto &SourceFile : SourceFiles) in doShow() local 1226 for (const std::string &SourceFile : SourceFiles) in doShow() local 1232 for (const std::string &SourceFile : SourceFiles) in doShow() local
|
| H A D | CoverageExporterJson.cpp | 287 auto &SourceFile = SourceFiles[I]; in renderFiles() local
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 354 bool SourceManager::isMainFile(const FileEntry &SourceFile) { in isMainFile() 538 FileID SourceManager::createFileID(FileEntryRef SourceFile, in createFileID() 585 SourceManager::getOrCreateFileID(FileEntryRef SourceFile, in getOrCreateFileID() 716 FileEntryRef SourceFile, std::unique_ptr<llvm::MemoryBuffer> Buffer) { in overrideFileContents() 725 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents() 1601 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 680 SourceFile, ///< Path to main source file, relative or absolute enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | CompilationDatabase.cpp | 98 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource()
|
| /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 | 996 void overrideFileContents(FileEntryRef SourceFile, in overrideFileContents() 1654 FileID translateFile(FileEntryRef SourceFile) const { in translateFile()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 722 YAMLConverter(const Module &TheModule, const FileEntry *SourceFile, in YAMLConverter() 1203 static bool compile(const Module &M, const FileEntry *SourceFile, in compile() 1217 const FileEntry *SourceFile, in compileAPINotes()
|
| H A D | APINotesWriter.cpp | 30 const FileEntry *SourceFile; member in clang::api_notes::APINotesWriter::Implementation 282 control_block::SourceFileLayout SourceFile(Stream); in writeControlBlock() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 1409 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs() 1435 findMainViewFileID(StringRef SourceFile, const FunctionRecord &Function) { in findMainViewFileID()
|