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.cpp58 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 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()
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 DCoverageExporterJson.cpp287 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()
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 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
680 SourceFile, ///< Path to main source file, relative or absolute enumerator
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp98 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource()
/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.h996 void overrideFileContents(FileEntryRef SourceFile, in overrideFileContents()
1654 FileID translateFile(FileEntryRef SourceFile) const { in translateFile()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp722 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 DAPINotesWriter.cpp30 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 DCoverageMapping.cpp1409 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs()
1435 findMainViewFileID(StringRef SourceFile, const FunctionRecord &Function) { in findMainViewFileID()