/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
D | debug-info.yaml | 1 ## Test that yaml2obj emits .debug_info section. 3 ## a) Generate the .debug_info section from the "DWARF" entry. 5 ## Generate and verify a DWARF32 little endian .debug_info (DWARFv5) section. 12 # SHDR-NEXT: Name: .debug_info ([[NAME]]) 208 debug_info: 293 ## Generate and verify a DWARF32 big endian .debug_info (DWARFv4) section. 387 ## b) Generate the .debug_info section from raw section content. 403 - Name: .debug_info 407 ## c) Generate the .debug_info section when the "Size" is specified. 423 - Name: .debug_info [all …]
|
/external/autotest/client/cros/ |
D | gpio.py | 95 debug_info = temp_handle.read() 97 debug_info = debug_info.strip() 99 debug_info = value + '\n' + debug_info 100 if debug_info: 101 debug_info = '\nInformation: ' + debug_info 104 (exit_status, command, debug_info))
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_debug_test.cc | 31 TFE_TensorDebugInfo* debug_info = TFE_TensorHandleTensorDebugInfo(h, status); in TEST() local 34 ASSERT_EQ(0, TFE_TensorDebugInfoOnDeviceNumDims(debug_info)); in TEST() 36 TFE_DeleteTensorDebugInfo(debug_info); in TEST() 50 TFE_TensorDebugInfo* debug_info = TFE_TensorHandleTensorDebugInfo(h, status); variable 53 ASSERT_EQ(2, TFE_TensorDebugInfoOnDeviceNumDims(debug_info)); 55 EXPECT_EQ(3, TFE_TensorDebugInfoOnDeviceDim(debug_info, 0)); 56 EXPECT_EQ(2, TFE_TensorDebugInfoOnDeviceDim(debug_info, 1)); 58 TFE_DeleteTensorDebugInfo(debug_info);
|
D | c_api_debug.cc | 73 TFE_TensorDebugInfo* debug_info) { in TFE_DeleteTensorDebugInfo() argument 74 delete debug_info; in TFE_DeleteTensorDebugInfo() 78 TFE_TensorDebugInfo* debug_info) { in TFE_TensorDebugInfoOnDeviceNumDims() argument 79 return debug_info->dev_dims.size(); in TFE_TensorDebugInfoOnDeviceNumDims() 83 TFE_TensorDebugInfo* debug_info, int dim_index) { in TFE_TensorDebugInfoOnDeviceDim() argument 84 return debug_info->dev_dims[dim_index]; in TFE_TensorDebugInfoOnDeviceDim()
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/RISCV/ |
D | riscv-relocs.yaml | 1 # Tests RISC-V relocations. We provide a .debug_info section with multiple 8 # .debug_info sections. To do that create a test.s which matches the assembly 29 # .section .debug_info,"",@progbits 62 - Name: .debug_info 65 - Name: .rela.debug_info 70 Info: .debug_info 174 Section: .debug_info 178 Section: .debug_info 182 Section: .debug_info 186 Section: .debug_info [all …]
|
/external/llvm-project/lldb/source/Utility/ |
D | UUID.cpp | 38 UUID UUID::fromCvRecord(UUID::CvRecordPdb70 debug_info) { in fromCvRecord() argument 39 llvm::sys::swapByteOrder(debug_info.Uuid.Data1); in fromCvRecord() 40 llvm::sys::swapByteOrder(debug_info.Uuid.Data2); in fromCvRecord() 41 llvm::sys::swapByteOrder(debug_info.Uuid.Data3); in fromCvRecord() 42 llvm::sys::swapByteOrder(debug_info.Age); in fromCvRecord() 43 if (debug_info.Age) in fromCvRecord() 44 return UUID::fromOptionalData(&debug_info, sizeof(debug_info)); in fromCvRecord() 45 return UUID::fromOptionalData(&debug_info.Uuid, sizeof(debug_info.Uuid)); in fromCvRecord()
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | empty-sections-expressions.s | 7 # RUN: echo "SECTIONS { .debug_info 0 : { *(.debug_info) } }" > %t.script 10 # CHECK-NOT: .debug_info 12 # RUN: echo "SECTIONS { .debug_info foo : { *(.debug_info) } }" > %t2.script 15 # SEC: .debug_info
|
D | compress-debug-sections-custom.s | 3 ## NOTE GNU ld makes .debug_str and .debug_info SHF_ALLOC due to `. += 10`. 7 # RUN: .debug_info 0 : { . += 0x10; *(.debug_info) } \ 18 # S = 0x53 - offset of .debug_info section for this file (the size of 19 # the preceding .debug_info from the other input file is 0x43, and the 34 .section .debug_info,"",@progbits
|
/external/llvm-project/lldb/test/Shell/ObjectFile/ELF/ |
D | aarch64-relocations.yaml | 4 # CHECK: Name: .debug_info 32 - Name: .debug_info 36 - Name: .rela.debug_info 40 Info: .debug_info 87 - Name: .debug_info 89 Section: .debug_info
|
/external/llvm-project/lld/test/ELF/ |
D | gdb-index-dwarf5-type-unit.s | 2 ## -gdwarf-5 -fdebug-types-section may produce multiple .debug_info sections. 5 ## consider every .debug_info a compile unit). 17 ## In this test, there are actually two compile unit .debug_info (very uncommon; 52 .section .debug_info,"G",@progbits,\signature 66 ## take either the first or the last .debug_info 69 .section .debug_info,"",@progbits,unique,0 81 .section .debug_info,"",@progbits,unique,1
|
D | dead-reloc-in-nonalloc.s | 6 # RUN: ld.lld --icf=all -z dead-reloc-in-nonalloc=.debug_info=0xaaaaaaaa \ 10 # RUN: ld.lld --icf=all -z dead-reloc-in-nonalloc=.debug_info=2863311530 \ 16 # AA: Contents of section .debug_info: 22 # RUN: ld.lld --icf=all -z dead-reloc-in-nonalloc=.debug_info=0 %t.o -o %tzero 25 # ZERO: Contents of section .debug_info: 33 # RUN: ld.lld --icf=all -z dead-reloc-in-nonalloc='.debug_info=1' \ 63 .section .debug_info
|
D | gdb-index-invalid-section-index.yaml | 51 - Name: .debug_info 55 - Name: .rela.debug_info 60 Info: .debug_info 126 - Name: .debug_info 128 Section: .debug_info
|
D | compressed-input-alignment.test | 11 # CHECK: Name: .debug_info 33 ## YAML below is produced from the following code. AddressAlign of .debug_info is 8, 37 ## .section .debug_info,"",@progbits 48 - Name: .debug_info 63 - Name: .debug_info
|
/external/tensorflow/tensorflow/core/util/ |
D | cuda_solvers.h | 172 const std::string& debug_info, 176 const std::string& debug_info, 181 const std::string& debug_info); 383 const std::string& debug_info, bool on_host) 384 : ScratchSpace(context, TensorShape({size}), debug_info, on_host) {} 387 const std::string& debug_info, bool on_host) 388 : context_(context), debug_info_(debug_info), on_host_(on_host) { 416 const std::string& debug_info() const { return debug_info_; } 437 const std::string& debug_info) 438 : ScratchSpace<int>(context, size, debug_info, /* on_host */ true) {} [all …]
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | split-dwarf-cross-unit-reference.ll | 36 ; * no relocations are emitted for the debug_info.dwo section no matter what 37 ; * one debug_info->debug_info relocation in debug_info no matter what (for 39 ; * debug_info uses relocations and ref_addr no matter what 40 ; * debug_info.dwo uses relocations for types as well as abstract subprograms 42 ; * debug_info.dwo contains duplicate types, abstract subprograms and abstract 45 ; DWO: .debug_info.dwo contents: 46 ; CHECK-NOT: .rel{{a?}}.debug_info.dwo 47 ; CHECK: RELOCATION RECORDS FOR [.debug_info]: 49 ; Expect one relocation in debug_info, from the inlined f1 in foo to its 51 ; CHECK: R_X86_64_32 .debug_info [all …]
|
/external/llvm-project/llvm/test/tools/obj2yaml/ELF/DWARF/ |
D | debug-ranges.yaml | 7 ## the address_size of debug_info is 4. 14 ## address_size of debug_info is 4. 21 ## the address_size of debug_info is 8. 30 ## address_size of debug_info is 8. 38 ## the address_size of debug_info is 8. 45 ## address_size of debug_info is 8. 52 ## the address_size of debug_info is 4. 60 ## address_size of debug_info is 4. 90 ## of compilation units. We add the .debug_info section to 92 debug_info: [all …]
|
/external/autotest/server/site_tests/network_WiFi_CliqueLongConnect/ |
D | network_WiFi_CliqueLongConnect.py | 21 dut_pool, assoc_params_list, tries, debug_info, argument 32 @param debug_info: a string of additional info to display on failure 53 'debug_info': debug_info } 58 logging.debug('Debug info: %s', debug_info)
|
/external/autotest/server/site_tests/network_WiFi_CliqueConnectDisconnect/ |
D | network_WiFi_CliqueConnectDisconnect.py | 21 dut_pool, assoc_params_list, tries, debug_info, argument 32 @param debug_info: a string of additional info to display on failure 55 'debug_info': debug_info } 60 logging.debug('Debug info: %s', debug_info)
|
/external/vboot_reference/tests/ |
D | vboot_display_tests.c | 31 static char debug_info[4096]; variable 85 *debug_info = 0; in ResetMocks() 92 strncpy(debug_info, info_str, sizeof(debug_info)); in VbExDisplayDebugInfo() 93 debug_info[sizeof(debug_info) - 1] = '\0'; in VbExDisplayDebugInfo() 140 TEST_NEQ(*debug_info, '\0', "Some debug info was displayed"); in DebugInfoTest() 176 TEST_EQ(*debug_info, '\0', "DisplayKey q = does nothing"); in DisplayKeyTest() 181 TEST_NEQ(*debug_info, '\0', "DisplayKey tab = display"); in DisplayKeyTest()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | xla_debug_info_manager_test.cc | 37 DebugMetadata debug_info; in RegisterProgram() local 39 debug_info.unique_id = ++serial_; in RegisterProgram() 40 debug_info.id = module_id; in RegisterProgram() 41 debug_info.module = std::make_shared<HloModule>(module_id, config); in RegisterProgram() 42 debug_info.buffer_assignment = nullptr; in RegisterProgram() 43 xla_debug_info_manager_.RegisterModule(module_id, debug_info.module, in RegisterProgram() 44 debug_info.buffer_assignment); in RegisterProgram() 45 external_references_.push_back(std::move(debug_info)); in RegisterProgram()
|
/external/llvm-project/lld/test/ELF/invalid/ |
D | invalid-debug-relocations.test | 5 # CHECK: error: {{.*}}invalid-debug-relocations.test.tmp.o:(.debug_info+0x0): unknown relocation (2… 20 Name: .debug_info 25 Name: .rel.debug_info 27 Info: .debug_info
|
/external/libabigail/tests/data/test-types-stability/ |
D | pr19142-topo.o | ... sdata .srdata .MIPS.options .reginfo .debug_info .debug_line .debug_abbrev .debug_frame .debug_aranges .debug_pubnames ... |
D | pr19141-get5d.o | ... rel.text .MIPS.options .reginfo .debug_info .debug_line .debug_abbrev .debug_frame .debug_aranges .debug_pubnames ... |
/external/elfutils/tests/ |
D | run-elfgetzdata.sh | 74 3: .debug_info, ELF compressed, size: aa 85 3: .debug_info, ELF compressed, size: aa 98 4: .debug_info, ELF compressed, size: 7e 110 4: .debug_info, ELF compressed, size: 7e 170 3: .debug_info, ELF compressed, size: 9a 181 3: .debug_info, ELF compressed, size: 9a 194 4: .debug_info, ELF compressed, size: 6e 206 4: .debug_info, ELF compressed, size: 6e
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDwo.cpp | 59 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit() local 63 if (!debug_info.ContainsTypeUnits() && debug_info.GetNumUnits() == 1) in FindSingleCompileUnit() 64 return llvm::cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(0)); in FindSingleCompileUnit() 69 for (size_t i = 0; i < debug_info.GetNumUnits(); ++i) { in FindSingleCompileUnit() 71 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(i))) { in FindSingleCompileUnit()
|