Home
last modified time | relevance | path

Searched refs:DebugNamesSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h142 struct DebugNamesSection { struct
257 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()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp148 void MappingTraits<DWARFYAML::DebugNamesSection>::mapping( in mapping()
149 IO &IO, DWARFYAML::DebugNamesSection &DebugNames) { in mapping()
H A DDWARFEmitter.cpp876 const DebugNamesSection DebugNames = DI.DebugNames.value(); in emitDebugNames()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h927 class DebugNamesSection final : public DebugNamesBaseSection {
929 DebugNamesSection(Ctx &);
H A DSyntheticSections.cpp3251 DebugNamesSection<ELFT>::DebugNamesSection(Ctx &ctx) in DebugNamesSection() function in DebugNamesSection
3296 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()