Searched refs:dies (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dos.NetBSD.mk7 MKLINT= no # lint dies with a sigbus
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp23 std::vector<DWARFDIE> &dies) {
44 dies.push_back(die);
52 dies.push_back(die);
64 dies.push_back(die);
19 ProcessFunctionDIE(llvm::StringRef name, DIERef ref, SymbolFileDWARF &dwarf, const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, std::vector<DWARFDIE> &dies) argument
H A DDWARFIndex.h45 std::vector<DWARFDIE> &dies) = 0;
55 /// Helper function implementing common logic for processing function dies. If
57 /// "parent_decl_ctx" and "name_type_mask", it is inserted into the "dies"
62 uint32_t name_type_mask, std::vector<DWARFDIE> &dies);
H A DManualDWARFIndex.cpp58 // Create a task runner that extracts dies for each DWARF unit in a
62 // function call, we are going to want to clear the CU dies after we are
63 // done indexing to make sure we don't pull in all DWARF dies, but we need
117 for (const DWARFDebugInfoEntry &die : unit.dies()) {
399 std::vector<DWARFDIE> &dies) {
410 dies.push_back(die);
421 dies.push_back(die);
431 dies.push_back(die);
441 dies.push_back(die);
396 GetFunctions(ConstString name, SymbolFileDWARF &dwarf, const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, std::vector<DWARFDIE> &dies) argument
H A DManualDWARFIndex.h41 std::vector<DWARFDIE> &dies) override;
H A DAppleDWARFIndex.h48 std::vector<DWARFDIE> &dies) override;
H A DDebugNamesDWARFIndex.h40 std::vector<DWARFDIE> &dies) override;
H A DAppleDWARFIndex.cpp159 std::vector<DWARFDIE> &dies) {
164 name_type_mask, dies);
156 GetFunctions(ConstString name, SymbolFileDWARF &dwarf, const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, std::vector<DWARFDIE> &dies) argument
H A DDebugNamesDWARFIndex.cpp220 std::vector<DWARFDIE> &dies) {
239 dies.push_back(die);
217 GetFunctions( ConstString name, SymbolFileDWARF &dwarf, const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, std::vector<DWARFDIE> &dies) argument
H A DDWARFDebugInfoEntry.cpp233 std::vector<DWARFDIE> dies; local
301 dies.push_back(form_value.Reference());
305 dies.push_back(form_value.Reference());
387 for (const DWARFDIE &die : dies) {
H A DDWARFUnit.h206 die_iterator_range dies() { function in class:DWARFUnit
H A DSymbolFileDWARF.cpp822 for (DWARFDebugInfoEntry &entry : dwarf_cu->dies()) {
2345 std::vector<DWARFDIE> dies; local
2346 m_index->GetFunctions(name, *this, *parent_decl_ctx, name_type_mask, dies);
2347 for (const DWARFDIE &die : dies) {
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp35 for (const auto &entry : cu->dies()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc840 // the process dies.
852 // Allow normal processing to take place; i.e., the process dies.
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c190 * .debug_info section, for resolving relative reference dies. */
354 /* The dies in a compilation unit form an n-ary tree. PARENT
534 /* The routines that read and process dies for a C struct or C++ class
1202 compilation unit's dies, then read_comp_unit_head will happily
1301 then use the information extracted from its child dies. */
1328 /* Read in all interesting dies to the end of the compilation unit or
1688 where STRUCT_PDI occurs in the tree of dies, but because of
1696 places other than the tree structure of dies if there's any
1826 struct die_info *dies; local
1876 dies
4194 free_die_list(struct die_info *dies) argument
4211 do_free_die_list_cleanup(void *dies) argument
4217 make_cleanup_free_die_list(struct die_info *dies) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h515 die_iterator_range dies() { function in class:llvm::DWARFUnit
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp316 for (const auto &Entry : CU->dies()) {
/freebsd-11-stable/share/mk/
H A Dbsd.cpu.mk110 #XXX: gcc doesn't seem to like -mcpu=xscale, and dies while rebuilding itself
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1445 for (const DWARFDebugInfoEntry &Die : CU->dies())

Completed in 233 milliseconds