Searched refs:DIEs (Results 1 – 3 of 3) sorted by relevance
143 std::vector<DIE*> &DIEs = AccelNames[Name]; in addAccelName() local144 DIEs.push_back(Die); in addAccelName()147 std::vector<DIE*> &DIEs = AccelObjC[Name]; in addAccelObjC() local148 DIEs.push_back(Die); in addAccelObjC()151 std::vector<DIE*> &DIEs = AccelNamespace[Name]; in addAccelNamespace() local152 DIEs.push_back(Die); in addAccelNamespace()155 std::vector<std::pair<DIE*, unsigned > > &DIEs = AccelTypes[Name]; in addAccelType() local156 DIEs.push_back(Die); in addAccelType()
51 DataArray &DIEs = Entries[Name]; in AddName() local52 DIEs.push_back(new (Allocator) HashDataContents(die, Flags)); in AddName()
2012 We might want to store an offset to all of the debug information entries (DIEs)2084 multiple matching DIEs in a single file, which could come up with an inlined2154 ``DW_TAG_variable`` DIEs that have a ``DW_OP_addr`` in the location (global and2216 We get a few type DIEs:2231 "``.apple_namespaces``" section should contain all ``DW_TAG_namespace`` DIEs.2244 "``.apple_objc``" section should contain all ``DW_TAG_subprogram`` DIEs for an