Home
last modified time | relevance | path

Searched refs:DWO (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddwarf-headers.ll9 ; RUN: llvm-dwarfdump -v %t.dwo | FileCheck %s --check-prefix=DWO-4
19 ; RUN: llvm-dwarfdump -v %t.dwo | FileCheck %s --check-prefix=DWO-5
54 ; DWO-4: .debug_info.dwo contents:
55 ; DWO-4: 0x00000000: Compile Unit: {{.*}} version = 0x0004 abbr_offset
56 ; DWO-4: 0x0000000b: DW_TAG_compile_unit
58 ; DWO-4: .debug_types.dwo contents:
59 ; DWO-4: 0x00000000: Type Unit: {{.*}} version = 0x0004 abbr_offset
60 ; DWO-4: 0x00000017: DW_TAG_type_unit
80 ; DWO-5: .debug_info.dwo contents:
81 ; DWO-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005 unit_type = DW_UT_split_compile abbr_off…
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dsplit-dwarf-cross-unit-reference.ll3 …-info %t | FileCheck --check-prefix=ALL --check-prefix=INFO --check-prefix=DWO --check-prefix=CROS…
8 ; RUN: llvm-dwarfdump -v -debug-info %t | FileCheck --check-prefix=ALL --check-prefix=DWO --check-p…
45 ; DWO: .debug_info.dwo contents:
59 ; DWO: DW_AT_name {{.*}} "foo.cpp"
62 ; DWO: 0x[[F1T:.*]]: DW_TAG_formal_parameter
63 ; DWO: DW_AT_name {{.*}} "t"
64 ; DWO: DW_AT_type [DW_FORM_ref4] {{.*}}{0x[[T1:.*]]}
65 ; DWO: NULL
66 ; DWO: 0x[[T1]]: DW_TAG_structure_type
67 ; DWO: DW_AT_name {{.*}} "t1"
[all …]
Ddwarfdump-header.s140 .quad 0x5a # DWO ID
360 # DWARF v5 DWO line-table header.
Dsret.ll2 ; RUN: llvm-dwarfdump -v -all %t | FileCheck %s --check-prefix=CHECK-DWO
6 ; CHECK-DWO: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x51ac5644b1937aa1)
7 ; CHECK-DWO: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x51ac5644b1937aa1)
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp140 DWO.reset(); in clear()
287 if (DWO.get()) in parseDWO()
303 DWO = llvm::make_unique<DWOHolder>(AbsolutePath); in parseDWO()
304 DWARFUnit *DWOCU = DWO->getUnit(); in parseDWO()
307 DWO.reset(); in parseDWO()
356 if (DWO.get()) in collectAddressRanges()
357 DWO->getUnit()->collectAddressRanges(CURanges); in collectAddressRanges()
359 DWO.reset(); in collectAddressRanges()
387 if (DWO) { in getInlinedChainForAddress()
388 if ((SubprogramDIE = DWO->getUnit()->getSubprogramForAddress(Address))) in getInlinedChainForAddress()
[all …]
/external/llvm/test/tools/llvm-dwp/X86/
Dduplicate.test21 DWOS: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c'{{$}}
22 1DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' (from '{{.*}}ac.dwp') and 'c.c'{{$}}
23 2DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c' (from '{{.*}}bc.dwp'){{$}}
25 DWODWOS: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c'{{$}}
26 DWO1DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' (from 'c.dwo' in '{{.*}}ac.dwp') and 'c.c'{{$}}
27 DWO2DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c' (from 'c.dwo' in '{{.*}}bc.dwp'){{$}}
Dgcc_type.test9 DUP: Duplicate DWO ID ({{.*}}) in 'a.cpp' and 'a.cpp'
Dmerge.test6 DWP from a DWO (c.dwo) and a DWP (ab.dwp, created from a.dwo and b.dwo)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwp/X86/
Dduplicate.test21 DWOS: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c'{{$}}
22 1DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' (from '{{.*}}ac.dwp') and 'c.c'{{$}}
23 2DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c' (from '{{.*}}bc.dwp'){{$}}
25 DWODWOS: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c'{{$}}
26 DWO1DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' (from 'c.dwo' in '{{.*}}ac.dwp') and 'c.c'{{$}}
27 DWO2DWP: error: Duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c' (from 'c.dwo' in '{{.*}}bc.dwp'){{$}}
Dgcc_type.test9 DUP: Duplicate DWO ID ({{.*}}) in 'a.cpp' and 'a.cpp'
Dmerge.test6 DWP from a DWO (c.dwo) and a DWP (ab.dwp, created from a.dwo and b.dwo)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp200 DWO.reset(); in clear()
347 if (DWO.get()) in parseDWO()
372 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); in parseDWO()
374 DWO->setAddrOffsetSection(AddrOffsetSection, AddrOffsetSectionBase); in parseDWO()
376 DWO->setRangesSection(&Context.getDWARFObj().getRnglistsDWOSection(), 0); in parseDWO()
380 DWO->RngListTable = TableOrError.get(); in parseDWO()
385 if (DWO->RngListTable) in parseDWO()
386 DWO->RangeSectionBase = DWO->RngListTable->getHeaderSize(); in parseDWO()
389 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0); in parseDWO()
464 if (DWO) in collectAddressRanges()
[all …]
/external/llvm/test/DebugInfo/
Dllvm-symbolizer.test28 …lt-arch=i386 < %t.input | FileCheck --check-prefix=CHECK --check-prefix=SPLIT --check-prefix=DWO %s
35 RUN: --default-arch=i386 < %t.input | FileCheck --check-prefix=SPLIT --check-prefix=DWO %s
120 DWO: _Z2f2v
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Dllvm-symbolizer.test40 …lt-arch=i386 < %t.input | FileCheck --check-prefix=CHECK --check-prefix=SPLIT --check-prefix=DWO %s
47 RUN: --default-arch=i386 < %t.input | FileCheck --check-prefix=SPLIT --check-prefix=DWO %s
141 DWO: _Z2f2v
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h137 std::unique_ptr<DWOHolder> DWO; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h293 std::shared_ptr<DWARFUnit> DWO; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def854 // DWARF section types. (enum name, ELF name, ELF DWO name, cmdline name)
/external/cldr/tools/java/org/unicode/cldr/util/data/
DApproximateWidth.txt1786 10044; 4; # LINEAR B SYLLABLE B090 DWO
/external/cldr/common/uca/
Dallkeys_DUCET.txt21253 10044 ; [.39C9.0020.0002.10044] # LINEAR B SYLLABLE B090 DWO
Dallkeys_CLDR.txt26735 10044 ; [.4A13.0020.0002] # LINEAR B SYLLABLE B090 DWO
DUCA_Rules.txt24878 < �� # 4.0 [Linb] [4A13.0020.0002] U+10044 LINEAR B SYLLABLE B090 DWO
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart1.csv8927 ,"CA","DWO","Dashwood","Dashwood","ON","--3-----","RL","0607",,"4321N 08138W",
24621 ,"DE","DWO","Walddorfh�slach","Walddorfhaslach","BW","--3-----","RL","0401",,"4835N 00911E",
D2013-1_UNLOCODE_CodeListPart3.csv13779 ,"US","DWO","Dewey","Dewey","OK","--3-----","RQ","9307",,,
/external/cldr/tools/java/org/unicode/cldr/draft/
DCategories.txt16093 10044 Lo Syllable LINEAR B SYLLABLE B090 DWO
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DUnicodeData.txt16760 10044;LINEAR B SYLLABLE B090 DWO;Lo;0;L;;;;;N;;;;;

12