Searched refs:DebugNamesSection (Results 1 – 5 of 5) sorted by relevance
138 struct DebugNamesSection { struct253 std::optional<DebugNamesSection> DebugNames;353 template <> struct MappingTraits<DWARFYAML::DebugNamesSection> { in LLVM_YAML_IS_SEQUENCE_VECTOR()354 static void mapping(IO &IO, DWARFYAML::DebugNamesSection &); in LLVM_YAML_IS_SEQUENCE_VECTOR()
148 void MappingTraits<DWARFYAML::DebugNamesSection>::mapping( in mapping()149 IO &IO, DWARFYAML::DebugNamesSection &DebugNames) { in mapping()
850 const DebugNamesSection DebugNames = DI.DebugNames.value(); in emitDebugNames()
912 class DebugNamesSection final : public DebugNamesBaseSection {914 DebugNamesSection();
3162 template <class ELFT> DebugNamesSection<ELFT>::DebugNamesSection() { in DebugNamesSection() function in DebugNamesSection3207 void DebugNamesSection<ELFT>::getNameRelocs( in getNameRelocs()3216 template <class ELFT> void DebugNamesSection<ELFT>::finalizeContents() { in finalizeContents()3236 template <class ELFT> void DebugNamesSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()4901 in.debugNames = std::make_unique<DebugNamesSection<ELFT>>(); in createSyntheticSections()