Searched defs:SourceFile (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h32 CComPtr<IDiaInjectedSource> SourceFile; member in class:llvm::pdb::DIAInjectedSource
H A DDIASourceFile.h35 CComPtr<IDiaSourceFile> SourceFile; member in class:llvm::pdb::DIASourceFile
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp22 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir, argument
80 FI.print(llvm::outs(), SourceFile, GCNO, GCDA); local
H A DCoverageExporterJson.cpp175 auto &SourceFile = SourceFiles[I]; local
H A DCodeCoverage.cpp232 CodeCoverageTool::getSourceFile(StringRef SourceFile) { argument
294 createSourceFileView(StringRef SourceFile, const CoverageMapping &Coverage) argument
516 writeSourceFileView(StringRef SourceFile, CoverageMapping *Coverage, CoveragePrinter *Printer, bool ShowFilenames) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp106 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, argument
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslerror.c462 FILE *SourceFile = NULL; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h637 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) argument
646 TypeIndex SourceFile; member in class:llvm::codeview::UdtSourceLineRecord
655 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, argument
666 TypeIndex SourceFile; member in class:llvm::codeview::UdtModSourceLineRecord
686 SourceFile, ///< Path to main source file, relative or absolute enumerator in enum:llvm::codeview::BuildInfoRecord::BuildInfoArg
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h831 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos, argument
842 FileID createFileID(FileEntryRef SourceFile, SourceLocation IncludePos, argument
883 FileID getOrCreateFileID(const FileEntry *SourceFile, argument
934 overrideFileContents(const FileEntry *SourceFile, std::unique_ptr<llvm::MemoryBuffer> Buffer) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp659 void SourceManager::overrideFileContents(const FileEntry *SourceFile, argument
671 void SourceManager::overrideFileContents(const FileEntry *SourceFile, argument
1569 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, argument
[all...]

Completed in 210 milliseconds