Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h35 CComPtr<IDiaSourceFile> SourceFile; variable
/freebsd-src/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-src/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 getSourceFile(StringRef SourceFile) getSourceFile() argument
417 createSourceFileView(StringRef SourceFile,const CoverageMapping & Coverage) createSourceFileView() argument
659 writeSourceFileView(StringRef SourceFile,CoverageMapping * Coverage,CoveragePrinter * Printer,bool ShowFilenames) writeSourceFileView() argument
1175 for (const auto &SourceFile : SourceFiles) doShow() local
1223 for (const std::string &SourceFile : SourceFiles) doShow() local
1229 for (const std::string &SourceFile : SourceFiles) doShow() local
[all...]
H A DCoverageExporterJson.cpp285 auto &SourceFile = SourceFiles[I]; in renderFiles() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp354 isMainFile(const FileEntry & SourceFile) isMainFile() argument
533 createFileID(FileEntryRef SourceFile,SourceLocation IncludePos,SrcMgr::CharacteristicKind FileCharacter,int LoadedID,SourceLocation::UIntTy LoadedOffset) createFileID() argument
580 getOrCreateFileID(FileEntryRef SourceFile,SrcMgr::CharacteristicKind FileCharacter) getOrCreateFileID() argument
688 overrideFileContents(FileEntryRef SourceFile,std::unique_ptr<llvm::MemoryBuffer> Buffer) overrideFileContents() argument
697 overrideFileContents(const FileEntry * SourceFile,FileEntryRef NewFile) overrideFileContents() argument
1581 translateFileLineCol(const FileEntry * SourceFile,unsigned Line,unsigned Col) const translateFileLineCol() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp104 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource()
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp663 YAMLConverter(const Module & TheModule,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) YAMLConverter() argument
1086 compile(const Module & M,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) compile() argument
1100 compileAPINotes(StringRef YAMLInput,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) compileAPINotes() argument
H A DAPINotesWriter.cpp30 const FileEntry *SourceFile; member in clang::api_notes::APINotesWriter::Implementation
273 control_block::SourceFileLayout SourceFile(Stream); writeControlBlock() local
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslerror.c470 FILE *SourceFile = NULL; in AePrintErrorSourceLine() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h988 /// \param SourceFile the source file whose contents will be overridden. in overrideFileContents() argument
1639 translateFile(FileEntryRef SourceFile) translateFile() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1306 gatherFileIDs(StringRef SourceFile,const FunctionRecord & Function) gatherFileIDs() argument
1332 findMainViewFileID(StringRef SourceFile,const FunctionRecord & Function) findMainViewFileID() argument