Home
last modified time | relevance | path

Searched defs:SourceFile (Results 1 – 25 of 28) 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/turbine/java/com/google/turbine/diag/
DSourceFile.java25 public class SourceFile { class
39 public SourceFile(String path, String source) { in SourceFile() method in SourceFile
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h36 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/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/pigweed/pw_compilation_testing/py/pw_compilation_testing/
Dgenerator.py304 class SourceFile(NamedTuple): class
334 sources: Iterable[SourceFile],
362 name: str, base: str, sources: Iterable[SourceFile], output: Path
/external/skia/bazel/exporter/build_proto/build/
Dbuild.pb.go1520 type SourceFile struct { struct
1521 state protoimpl.MessageState
1522 sizeCache protoimpl.SizeCache
1523 unknownFields protoimpl.UnknownFields
1526 Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
1529 Location *string `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
1534 Subinclude []string `protobuf:"bytes,3,rep,name=subinclude" json:"subinclude,omitempty"`
1537 …string `protobuf:"bytes,4,rep,name=package_group,json=packageGroup" json:"package_group,omitempty"`
1540 …rotobuf:"bytes,5,rep,name=visibility_label,json=visibilityLabel" json:"visibility_label,omitempty"`
1543 Feature []string `protobuf:"bytes,6,rep,name=feature" json:"feature,omitempty"`
[all …]
/external/rust/crates/proc-macro2/src/
Dlib.rs324 pub struct SourceFile { struct
325 inner: imp::SourceFile, argument
330 impl SourceFile { impl
363 impl Debug for SourceFile { implementation
458 pub fn source_file(&self) -> SourceFile { in source_file()
Dfallback.rs313 pub(crate) struct SourceFile { struct
317 impl SourceFile { impl
329 impl Debug for SourceFile { implementation
504 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
463 pub fn source_file(&self) -> SourceFile { in source_file()
/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/lib/ProfileData/Coverage/
DCoverageMapping.cpp424 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs()
447 static Optional<unsigned> findMainViewFileID(StringRef SourceFile, in findMainViewFileID()
/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
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto128 message SourceFile { message
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h637 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord()
646 TypeIndex SourceFile; variable
655 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord()
666 TypeIndex SourceFile; variable
686 SourceFile, ///< Path to main source file, relative or absolute enumerator
/external/clang/lib/Tooling/
DCompilationDatabase.cpp81 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp613 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs()
636 static Optional<unsigned> findMainViewFileID(StringRef SourceFile, in findMainViewFileID()
/external/deqp/external/
Dfetch_sources.py198 class SourceFile (Source): class
/external/clang/include/clang/Basic/
DSourceManager.h802 FileID getOrCreateFileID(const FileEntry *SourceFile, in getOrCreateFileID()
846 void overrideFileContents(const FileEntry *SourceFile, in overrideFileContents()
/external/protobuf/objectivec/DevTools/
Dpddm.py364 class SourceFile(object): class
/external/cronet/third_party/protobuf/objectivec/DevTools/
Dpddm.py361 class SourceFile(object): class
/external/clang/lib/Basic/
DSourceManager.cpp641 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents()
653 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents()
1593 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol()
/external/golang-protobuf/compiler/protogen/
Dprotogen.go1234 SourceFile string member

12