Home
last modified time | relevance | path

Searched refs:DBI (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/
Dexplain-dbi-stream.test29 CHECK-NEXT: Address is at offset 0/781 of Stream 3 (DBI Stream).
30 CHECK-NEXT: Within the DBI stream:
31 CHECK-NEXT: address is at offset 0/64 of the DBI Stream Header.
32 CHECK-NEXT: which contains the DBI Stream Version Signature.
37 CHECK-NEXT: Address is at offset 4/781 of Stream 3 (DBI Stream).
38 CHECK-NEXT: Within the DBI stream:
39 CHECK-NEXT: address is at offset 4/64 of the DBI Stream Header.
40 CHECK-NEXT: which contains the DBI Stream Version Header.
45 CHECK-NEXT: Address is at offset 8/781 of Stream 3 (DBI Stream).
46 CHECK-NEXT: Within the DBI stream:
[all …]
/external/swiftshader/third_party/LLVM/utils/
DimportNLT.pl5 use DBI;
15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
18 }) || die "Can't prepare statement: $DBI::errstr";;
30 … ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'gccas', $gccas)") || die DBI->errstr;
35 … ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'bytecode', $bc)") || die DBI->errstr;
40 …', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc-compile', $llccompile)") || die DBI->errstr;
45 …_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc-beta-compile', $llcbetacompile)") || die DBI->errstr;
50 …', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'jit-compile', $jitcompile)") || die DBI->errstr;
55 …('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'machine-code', $mc)") || die DBI->errstr;
60 … ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'gcc', $gcc)") || die DBI->errstr;
[all …]
DwebNLT.pl3 use DBI;
27 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
29 my $sth = $dbh->prepare($query) || die "Can't prepare statement: $DBI::errstr";
30 my $rc = $sth->execute or die DBI->errstr;
37 my $sth = $dbh->prepare($query) || die "Can't prepare statement: $DBI::errstr";
38 my $rc = $sth->execute or die DBI->errstr;
DplotNLT.pl5 use DBI;
15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
39 my $sth = $dbh->prepare( $query) || die "Can't prepare statement: $DBI::errstr";;
41 my $rc = $sth->execute or die DBI->errstr;
DcgiplotNLT.pl6 use DBI;
17 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
53 my $sth = $dbh->prepare( $query) || die "Can't prepare statement: $DBI::errstr";;
55 my $rc = $sth->execute or die DBI->errstr;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DModiStream.rst17 and module is contained in the :doc:`DBI Stream <DbiStream>`. The modi stream
52 of the :doc:`DBI Stream <DbiStream>`.
57 :doc:`DBI Stream <DbiStream>`. If this value is ``0``, then C11 line
65 :doc:`DBI Stream <DbiStream>`. If this value is ``0``, then C13 line
Dindex.rst98 | DBI Stream | - Fixed Stream Index 3 | - Module/Compiland Information |
117 | Module Info Stream | - Contained in DBI Stream | - CodeView Symbol Records for this module |
120 | Public Stream | - Contained in DBI Stream | - Public (Exported) Symbol Records |
123 | Global Stream | - Contained in DBI Stream | - Global Symbol Records |
143 Information about the DBI stream and relevant substreams including the Module Substreams,
DDbiStream.rst2 The PDB DBI (Debug Info) Stream
13 The PDB DBI Stream (Index 3) is one of the largest and most important streams
27 At offset 0 of the DBI Stream is a header with the following layout:
129 Immediately after the fixed-size DBI Stream header are ``7`` variable-length
130 `substreams`. The following ``7`` fields of the DBI Stream header specify the
133 DBI Stream should equal ``64`` (the length of the header above) plus the value
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSink.cpp629 for (SmallVector<MachineInstr *, 2>::iterator DBI = DbgValuesToSink.begin(), in SinkInstruction() local
630 DBE = DbgValuesToSink.end(); DBI != DBE; ++DBI) { in SinkInstruction()
631 MachineInstr *DbgMI = *DBI; in SinkInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst469 DBI Stream Options
474 Dump the edit and continue map substream of the DBI stream.
478 Dump the file info substream of the DBI stream.
482 Dump the modi substream of the DBI stream.
486 Dump section contributions substream of the DBI stream.
490 Dump the section map from the DBI stream.
494 Dump the type server map from the DBI stream.
/external/llvm/lib/CodeGen/
DMachineSink.cpp839 for (SmallVectorImpl<MachineInstr *>::iterator DBI = DbgValuesToSink.begin(), in SinkInstruction() local
840 DBE = DbgValuesToSink.end(); DBI != DBE; ++DBI) { in SinkInstruction()
841 MachineInstr *DbgMI = *DBI; in SinkInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.h27 DBI, enumerator
DStreamUtil.cpp106 Streams[StreamIdx] = stream(StreamPurpose::DBI, "DBI Stream", StreamIdx); in discoverStreamPurposes()
DDumpOutputStyle.cpp225 auto &DBI = Err(getPdb().getPDBDbiStream()); in dumpFileSummary() local
226 P.formatLine("Is incrementally linked: {0}", DBI.isIncrementallyLinked()); in dumpFileSummary()
227 P.formatLine("Has conflicting types: {0}", DBI.hasCTypes()); in dumpFileSummary()
228 P.formatLine("Is stripped: {0}", DBI.isStripped()); in dumpFileSummary()
DExplainOutputStyle.cpp256 case StreamPurpose::DBI: { in explainPdbStreamOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSink.cpp778 for (SmallVectorImpl<MachineInstr *>::iterator DBI = DbgValuesToSink.begin(), in performSink() local
780 DBI != DBE; ++DBI) { in performSink()
781 MachineInstr *DbgMI = *DBI; in performSink()
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-headers.test27 ; EMPTY-NEXT: Stream 3: [DBI Stream] (739 bytes)
234 ; EMPTY: DBI Stream {
963 ; ALL: Stream 3: [DBI Stream] (739 bytes)
1136 ; ALL: DBI Stream {
1780 ; BIG-NEXT: DBI Stream {
/external/u-boot/arch/arm/dts/
Dimx6sx.dtsi1272 reg = <0x08ffc000 0x4000>; /* DBI */
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-headers.test31 ALL-NEXT: Stream 3 ( 739 bytes): [DBI Stream]
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart2.csv1508 ,"GB","DBI","Denbigh","Denbigh","CWD","--3-----","AF","0212",,"5311N 00325W",
20820 ,"NL","DBI","De Bilt","De Bilt",,"--3-----","AF","9602",,,
D2013-1_UNLOCODE_CodeListPart1.csv13160 ,"CN","DBI","Dianbai","Dianbai","44","--3-----","AS","0901",,"2128N 11105E",
15389 ,"CZ","DBI","Dubi","Dubi",,"--3-----","AA","9509",,,
31376 ,"ES","DBI","Zaldibia","Zaldibia","SS","--3-----","RL","1201",,"4302N 00208W",
35267 "X","FR","DBI","Donville-les-Bains","Donville-les-Bains",,"1-------","XX","1301",,"4851N 00134W",""
D2013-1_UNLOCODE_CodeListPart3.csv13968 ,"US","DBI","Dubois","Dubois","IN","--3-----","RQ","9307",,,