| /external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
| D | SourceFile.java | 35 public final class SourceFile extends Attribute { class 44 public SourceFile(final SourceFile c) { in SourceFile() method in SourceFile 57 …SourceFile(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/ |
| D | SourceFile.java | 25 public class SourceFile { class 39 public SourceFile(String path, String source) { in SourceFile() method in SourceFile
|
| /external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| D | DIASourceFile.h | 36 CComPtr<IDiaSourceFile> SourceFile; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| D | DIASourceFile.h | 35 CComPtr<IDiaSourceFile> SourceFile; variable
|
| /external/llvm/tools/llvm-cov/ |
| D | gcov.cpp | 23 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir, in reportCoverage() 141 for (const auto &SourceFile : SourceFiles) in gcovMain() local
|
| D | CodeCoverage.cpp | 151 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile() 213 CodeCoverageTool::createSourceFileView(StringRef SourceFile, in createSourceFileView()
|
| /external/pigweed/pw_compilation_testing/py/pw_compilation_testing/ |
| D | generator.py | 304 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/ |
| D | build.pb.go | 1520 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/ |
| D | lib.rs | 324 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()
|
| D | fallback.rs | 313 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()
|
| D | wrapper.rs | 357 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/ |
| D | PDBContext.cpp | 57 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
| D | PDBContext.cpp | 55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress() local
|
| /external/llvm/lib/ProfileData/Coverage/ |
| D | CoverageMapping.cpp | 424 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs() 447 static Optional<unsigned> findMainViewFileID(StringRef SourceFile, in findMainViewFileID()
|
| /external/llvm/include/llvm/DebugInfo/CodeView/ |
| D | TypeRecord.h | 747 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/ |
| D | debug_event.proto | 128 message SourceFile { message
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | TypeRecord.h | 637 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/ |
| D | CompilationDatabase.cpp | 81 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
| D | CoverageMapping.cpp | 613 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs() 636 static Optional<unsigned> findMainViewFileID(StringRef SourceFile, in findMainViewFileID()
|
| /external/deqp/external/ |
| D | fetch_sources.py | 198 class SourceFile (Source): class
|
| /external/clang/include/clang/Basic/ |
| D | SourceManager.h | 802 FileID getOrCreateFileID(const FileEntry *SourceFile, in getOrCreateFileID() 846 void overrideFileContents(const FileEntry *SourceFile, in overrideFileContents()
|
| /external/protobuf/objectivec/DevTools/ |
| D | pddm.py | 364 class SourceFile(object): class
|
| /external/cronet/third_party/protobuf/objectivec/DevTools/ |
| D | pddm.py | 361 class SourceFile(object): class
|
| /external/clang/lib/Basic/ |
| D | SourceManager.cpp | 641 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/ |
| D | protogen.go | 1234 SourceFile string member
|