Home
last modified time | relevance | path

Searched refs:dwarf (Results 351 - 375 of 413) sorted by relevance

1...<<11121314151617

/third_party/elfutils/tests/
H A Dfuncscopes.c22 #include <dwarf.h>
H A Dallregs.c28 #include <dwarf.h>
31 #include "../libdw/known-dwarf.h"
H A Ddwfllines.c25 #include <dwarf.h>
H A Daddrscopes.c22 #include <dwarf.h>
H A Ddwflmodtest.c29 #include <dwarf.h>
H A Ddwflsyms.c23 #include <dwarf.h>
H A Dunit-info.c22 #include <dwarf.h>
H A Daddrcfi.c22 #include <dwarf.h>
30 #include "../libdw/known-dwarf.h"
/third_party/elfutils/libdw/
H A Ddwarf_aggregate_size.c33 #include <dwarf.h>
H A Dencoded-value.h32 #include <dwarf.h>
H A Ddwarf_getpubnames.c39 #include <dwarf.h>
H A Ddwarf_getaranges.c37 #include <dwarf.h>
H A Ddwarf_formudata.c34 #include <dwarf.h>
/third_party/elfutils/backends/
H A Driscv_retval.c38 #include <dwarf.h>
H A Dia64_retval.c34 #include <dwarf.h>
H A Daarch64_retval.c37 #include <dwarf.h>
/third_party/libunwind/libunwind/src/x86_64/
H A DGtrace.c220 struct dwarf_cursor *d = &c->dwarf; in trace_init_addr()
401 struct dwarf_cursor *d = &c->dwarf; in tdep_trace()
415 /* Tell core dwarf routines to call back to us. */ in tdep_trace()
445 the dwarf unwind information to fill the cache line data, or to in tdep_trace()
447 cache negative results too to prevent unnecessary dwarf parsing in tdep_trace()
/third_party/libunwind/libunwind/src/aarch64/
H A DGtrace.c224 struct dwarf_cursor *d = &c->dwarf; in trace_init_addr()
403 struct dwarf_cursor *d = &c->dwarf; in tdep_trace()
416 /* Tell core dwarf routines to call back to us. */ in tdep_trace()
447 the dwarf unwind information to fill the cache line data, or to in tdep_trace()
449 cache negative results too to prevent unnecessary dwarf parsing in tdep_trace()
/third_party/libunwind/libunwind/src/arm/
H A DGtrace.c225 struct dwarf_cursor *d = &c->dwarf; in trace_init_addr()
404 struct dwarf_cursor *d = &c->dwarf; in tdep_trace()
417 /* Tell core dwarf routines to call back to us. */ in tdep_trace()
448 the dwarf unwind information to fill the cache line data, or to in tdep_trace()
450 cache negative results too to prevent unnecessary dwarf parsing in tdep_trace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DDebugify.cpp74 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
82 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_C, File, "debugify", in applyDebugifyMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDIBuilder.h116 /// \param Lang Source programming language, eg. dwarf::DW_LANG_C99
192 /// \param Encoding DWARF encoding code, e.g., dwarf::DW_ATE_float.
200 /// \param Tag Tag identifing type, e.g. dwarf::TAG_volatile_type
516 /// These flags are used to emit dwarf attributes.
517 /// \param CC Calling convention, e.g. dwarf::DW_CC_normal
646 VMContext, {dwarf::DW_OP_constu, Val, dwarf::DW_OP_stack_value}); in createConstantValueExpression()
659 /// These flags are used to emit dwarf attributes.
697 /// This flags are used to emit dwarf attributes.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCContext.h152 /// The dwarf file and directory tables from the dwarf .file directive.
158 /// The current dwarf line information from the last dwarf .loc directive.
162 /// Generate dwarf debugging info for assembly source files.
165 /// The current dwarf file number when generate dwarf debugging info for
172 /// The information gathered from labels that will have dwarf label
173 /// entries when generating dwarf assembly source files.
180 /// The string to embed in as the dwarf AT_produce
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp1632 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 DAsmParser.cpp897 // 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 DLLParser.cpp3824 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...]

Completed in 27 milliseconds

1...<<11121314151617