/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 1632 auto Tag = dwarf::TagString(N->getTag()); in printTag() 1641 auto Type = dwarf::MacinfoString(N->getMacinfoType()); in printMacinfoType() 1835 if (N->getTag() != dwarf::DW_TAG_base_type) in writeDIBasicType() 1841 dwarf::AttributeEncodingString); in writeDIBasicType() 1886 dwarf::LanguageString); in writeDICompositeType() 1900 Printer.printDwarfEnum("cc", N->getCC(), dwarf::ConventionString); in writeDISubroutineType() 1928 dwarf::LanguageString, /* ShouldSkipZero */ false); in writeDICompileUnit() 1964 if (N->getVirtuality() != dwarf::DW_VIRTUALITY_none || in writeDISubprogram() 2084 if (N->getTag() != dwarf::DW_TAG_template_value_parameter) in writeDITemplateValueParameter() 2146 auto OpStr = dwarf in writeDIExpression() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 897 // If we are generating dwarf for assembly source files save the initial text in Run() 1859 // If we are generating dwarf for assembly source files then gather the in parseStatement() 1860 // info to make a dwarf label entry for this label if needed. in parseStatement() 2236 // If we are generating dwarf for the current section then generate a .loc in parseStatement() 4198 if (Encoding == dwarf::DW_EH_PE_omit) in isValidEncoding() 4202 if (Format != dwarf::DW_EH_PE_absptr && Format != dwarf::DW_EH_PE_udata2 && in isValidEncoding() 4203 Format != dwarf::DW_EH_PE_udata4 && Format != dwarf::DW_EH_PE_udata8 && in isValidEncoding() 4204 Format != dwarf in isValidEncoding() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3824 DwarfTagField() : MDUnsignedField(0, dwarf::DW_TAG_hi_user) {} 3825 DwarfTagField(dwarf::Tag DefaultTag) 3826 : MDUnsignedField(DefaultTag, dwarf::DW_TAG_hi_user) {} 3830 DwarfMacinfoTypeField() : MDUnsignedField(0, dwarf::DW_MACINFO_vendor_ext) {} 3831 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType) 3832 : MDUnsignedField(DefaultType, dwarf::DW_MACINFO_vendor_ext) {} 3836 DwarfAttEncodingField() : MDUnsignedField(0, dwarf::DW_ATE_hi_user) {} 3840 DwarfVirtualityField() : MDUnsignedField(0, dwarf::DW_VIRTUALITY_max) {} 3844 DwarfLangField() : MDUnsignedField(0, dwarf::DW_LANG_hi_user) {} 3848 DwarfCCField() : MDUnsignedField(0, dwarf [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | bpf-prologue.c | 17 #include <dwarf-regs.h>
|
H A D | genelf_debug.c | 25 #include <dwarf.h> 130 * binutils can handle two flavours of dwarf 2, 32 and 64 bits, this is not
|
H A D | genelf.c | 20 #include <dwarf.h>
|
/third_party/elfutils/tests/ |
H A D | backtrace-data.c | 31 #include <dwarf.h>
|
H A D | show-die-info.c | 20 #include <dwarf.h> 29 #include "../libdw/known-dwarf.h"
|
H A D | backtrace.c | 28 #include <dwarf.h>
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getcfi_elf.c | 40 #include <dwarf.h>
|
H A D | cfi.c | 33 #include <dwarf.h>
|
H A D | dwarf_getmacros.c | 34 #include <dwarf.h>
|
H A D | dwarf_ranges.c | 34 #include <dwarf.h>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineModuleInfo.cpp | 39 using namespace llvm::dwarf;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 475 OS.EmitIntValue(dwarf::DW_LNS_extended_op, 1); in emitDwarfSetLineAddr() 477 OS.EmitIntValue(dwarf::DW_LNE_set_address, 1); in emitDwarfSetLineAddr() 757 // If we are generating dwarf for assembly source files dump out the sections. in FinishImpl() 761 // Dump out the dwarf file & directory tables and line tables. in FinishImpl()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | entry.S | 18 #include <asm/dwarf.h>
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | genelf_debug.c | 26 #include <dwarf.h> 137 * binutils can handle two flavours of dwarf 2, 32 and 64 bits, this is not
|
H A D | genelf.c | 20 #include <dwarf.h>
|
/third_party/libabigail/tests/ |
H A D | test-symtab.cc | 18 #include "abg-dwarf-reader.h" 45 dwarf::create_reader(absolute_path, debug_info_root_paths, in read_corpus()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 185 StringRef Language = dwarf::LanguageString(CU->getSourceLanguage()); in EmitProducerInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 86 PerEncoding != dwarf::DW_EH_PE_omit && PerFn); in beginFunction() 90 LSDAEncoding != dwarf::DW_EH_PE_omit; in beginFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1688 dwarf::DW_OP_deref_size, SizeInOctets, 1689 dwarf::DW_OP_constu, ValMinus, 1690 dwarf::DW_OP_mul, dwarf::DW_OP_constu, ValInit, 1691 dwarf::DW_OP_plus};
|
/third_party/elfutils/src/ |
H A D | addr2line.c | 30 #include <dwarf.h>
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 35 #include <dwarf.h>
|
/third_party/libabigail/tools/ |
H A D | abicompat.cc | 41 #include "abg-dwarf-reader.h" 685 retval = dwarf::read_corpus_from_elf(path, di_roots, env, in read_corpus()
|