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.h138 struct DebugNamesSection { struct
253 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()
/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.cpp850 const DebugNamesSection DebugNames = DI.DebugNames.value(); in emitDebugNames()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h912 class DebugNamesSection final : public DebugNamesBaseSection {
914 DebugNamesSection();
H A DSyntheticSections.cpp3162 template <class ELFT> DebugNamesSection<ELFT>::DebugNamesSection() { in DebugNamesSection() function in DebugNamesSection
3207 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()