Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h35 CComPtr<IDiaSourceFile> SourceFile; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress() local
116 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A Dgcov.cpp22 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir, in reportCoverage()
176 for (const auto &SourceFile : SourceFiles) in gcovMain() local
H A DCodeCoverage.cpp273 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile()
369 CodeCoverageTool::createSourceFileView(StringRef SourceFile, in createSourceFileView()
596 void CodeCoverageTool::writeSourceFileView(StringRef SourceFile, in writeSourceFileView()
1018 for (const auto &SourceFile : SourceFiles) in doShow() local
1066 for (const std::string &SourceFile : SourceFiles) in doShow() local
1072 for (const std::string &SourceFile : SourceFiles) in doShow() local
H A DCoverageExporterJson.cpp245 auto &SourceFile = SourceFiles[I]; in renderFiles() local
/netbsd-src/external/bsd/elftosb/dist/common/
H A DSourceFile.cpp73 SourceFile::SourceFile(const std::string & path) in SourceFile() function in SourceFile
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DSourceFile.cc35 SourceFile::SourceFile (const char *file_name) in SourceFile() function in SourceFile
H A DStabs.h45 class SourceFile; variable
H A DHistable.h46 class SourceFile; variable
H A DModule.h40 class SourceFile; variable
H A DDbeSession.h69 class SourceFile; variable
H A DDwarfLib.h28 class SourceFile; variable
H A DExperiment.h40 class SourceFile; variable
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DSourceFile.cc35 SourceFile::SourceFile (const char *file_name) in SourceFile() function in SourceFile
H A DStabs.h45 class SourceFile; variable
H A DHistable.h46 class SourceFile; variable
H A DDbeSession.h69 class SourceFile; variable
H A DModule.h40 class SourceFile; variable
H A DDwarfLib.h28 class SourceFile; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp354 bool SourceManager::isMainFile(const FileEntry &SourceFile) { in isMainFile()
532 FileID SourceManager::createFileID(const FileEntry *SourceFile, in createFileID()
540 FileID SourceManager::createFileID(FileEntryRef SourceFile, in createFileID()
584 SourceManager::getOrCreateFileID(const FileEntry *SourceFile, in getOrCreateFileID()
689 const FileEntry *SourceFile, std::unique_ptr<llvm::MemoryBuffer> Buffer) { in overrideFileContents()
698 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents()
1641 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h631 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord()
640 TypeIndex SourceFile; variable
649 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord()
660 TypeIndex SourceFile; variable
680 SourceFile, ///< Path to main source file, relative or absolute enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h944 void overrideFileContents(const FileEntry *SourceFile, in overrideFileContents()
958 void overrideFileContents(FileEntryRef SourceFile, in overrideFileContents()
1593 FileID translateFile(FileEntryRef SourceFile) const { in translateFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp104 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp666 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs()
689 static Optional<unsigned> findMainViewFileID(StringRef SourceFile, in findMainViewFileID()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslerror.c362 FILE *SourceFile = NULL; in AePrintErrorSourceLine() local

12