Searched refs:DebugNamesSection (Results 1 – 5 of 5) sorted by relevance
142 struct DebugNamesSection { struct257 std::optional<DebugNamesSection> DebugNames;357 template <> struct MappingTraits<DWARFYAML::DebugNamesSection> { in LLVM_YAML_IS_SEQUENCE_VECTOR()358 LLVM_ABI 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()
876 const DebugNamesSection DebugNames = DI.DebugNames.value(); in emitDebugNames()
927 class DebugNamesSection final : public DebugNamesBaseSection {929 DebugNamesSection(Ctx &);
3251 DebugNamesSection<ELFT>::DebugNamesSection(Ctx &ctx) in DebugNamesSection() function in DebugNamesSection3296 void DebugNamesSection<ELFT>::getNameRelocs( in getNameRelocs()3305 template <class ELFT> void DebugNamesSection<ELFT>::finalizeContents() { in finalizeContents()3325 template <class ELFT> void DebugNamesSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()4975 ctx.in.debugNames = std::make_unique<DebugNamesSection<ELFT>>(ctx); in createSyntheticSections()