/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIASourceFile.h | 35 CComPtr<IDiaSourceFile> SourceFile; variable
|
/freebsd-src/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-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | gcov.cpp | 22 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir, in reportCoverage() 174 for (const auto &SourceFile : SourceFiles) in gcovMain() local
|
H A D | CodeCoverage.cpp | 287 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 D | CoverageExporterJson.cpp | 285 auto &SourceFile = SourceFiles[I]; in renderFiles() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 354 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 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-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | CompilationDatabase.cpp | 104 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource()
|
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 663 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 D | APINotesWriter.cpp | 30 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 D | aslerror.c | 470 FILE *SourceFile = NULL; in AePrintErrorSourceLine() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 988 /// \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 D | CoverageMapping.cpp | 1306 gatherFileIDs(StringRef SourceFile,const FunctionRecord & Function) gatherFileIDs() argument 1332 findMainViewFileID(StringRef SourceFile,const FunctionRecord & Function) findMainViewFileID() argument
|