Home
last modified time | relevance | path

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

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DSourceFile.java35 public final class SourceFile extends Attribute { class
44 public SourceFile(final SourceFile c) { in SourceFile() method in SourceFile
57SourceFile(final int name_index, final int length, final DataInput input, final ConstantPool const… in SourceFile() method in SourceFile
76 …public SourceFile(final int name_index, final int length, final int sourcefile_index, final Consta… in SourceFile() method in SourceFile
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTestWorkspace.h46 struct SourceFile { struct
50 llvm::StringMap<SourceFile> Inputs; argument
/external/turbine/java/com/google/turbine/diag/
DSourceFile.java24 public class SourceFile { class
38 public SourceFile(String path, String source) { in SourceFile() method in SourceFile
/external/llvm-project/flang/include/flang/Parser/
Dsource.h34 class SourceFile; variable
43 explicit SourceFile(Encoding e) : encoding_{e} {} in SourceFile() function
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h35 CComPtr<IDiaSourceFile> SourceFile; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h35 CComPtr<IDiaSourceFile> SourceFile; variable
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h36 CComPtr<IDiaSourceFile> SourceFile; variable
/external/llvm/tools/llvm-cov/
Dgcov.cpp23 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir, in reportCoverage()
141 for (const auto &SourceFile : SourceFiles) in gcovMain() local
DCodeCoverage.cpp151 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile()
213 CodeCoverageTool::createSourceFileView(StringRef SourceFile, in createSourceFileView()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress() local
116 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress() local
/external/llvm-project/llvm/tools/llvm-cov/
Dgcov.cpp22 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir, in reportCoverage()
174 for (const auto &SourceFile : SourceFiles) in gcovMain() local
DCodeCoverage.cpp237 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile()
300 CodeCoverageTool::createSourceFileView(StringRef SourceFile, in createSourceFileView()
525 void CodeCoverageTool::writeSourceFileView(StringRef SourceFile, in writeSourceFileView()
923 for (const auto &SourceFile : SourceFiles) in doShow() local
971 for (const std::string &SourceFile : SourceFiles) in doShow() local
977 for (const std::string &SourceFile : SourceFiles) in doShow() local
DCoverageExporterJson.cpp178 auto &SourceFile = SourceFiles[I]; in renderFiles() local
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyProfiling.cpp25 llvm::StringRef SourceFile) in StorageParams()
/external/rust/crates/proc-macro2/src/
Dlib.rs279 pub struct SourceFile { struct
280 inner: imp::SourceFile, argument
285 impl SourceFile { argument
318 impl Debug for SourceFile { implementation
444 pub fn source_file(&self) -> SourceFile { in source_file()
Dfallback.rs262 pub(crate) struct SourceFile { struct
266 impl SourceFile { impl
278 impl Debug for SourceFile { implementation
445 pub fn source_file(&self) -> SourceFile { in source_file()
Dwrapper.rs357 pub(crate) enum SourceFile { enum
363 impl SourceFile { impl
385 impl Debug for SourceFile { implementation
469 pub fn source_file(&self) -> SourceFile { in source_file()
/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundIndexLoader.cpp101 PathRef SourceFile = ToVisit.front(); in load() local
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp57 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress() local
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp348 bool SourceManager::isMainFile(const FileEntry &SourceFile) { in isMainFile()
527 FileID SourceManager::createFileID(const FileEntry *SourceFile, in createFileID()
538 FileID SourceManager::createFileID(FileEntryRef SourceFile, in createFileID()
576 SourceManager::getOrCreateFileID(const FileEntry *SourceFile, in getOrCreateFileID()
681 const FileEntry *SourceFile, std::unique_ptr<llvm::MemoryBuffer> Buffer) { in overrideFileContents()
690 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents()
1587 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol()
/external/llvm-project/clang/unittests/Basic/
DSourceManagerTest.cpp170 const FileEntry *SourceFile = in TEST_F() local
499 const FileEntry *SourceFile = in TEST_F() local
/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp424 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs()
447 static Optional<unsigned> findMainViewFileID(StringRef SourceFile, in findMainViewFileID()
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto128 message SourceFile { message
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h747 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord()
765 TypeIndex SourceFile; // StringID containing the source filename member
770 TypeIndex SourceFile; variable
777 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord()
801 TypeIndex SourceFile; // StringID containing the source filename member
807 TypeIndex SourceFile; variable

12