Searched refs:AddrTableEntry (Results 1 – 3 of 3) sorted by relevance
187 struct AddrTableEntry { struct245 std::optional<std::vector<AddrTableEntry>> DebugAddr;293 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::AddrTableEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()420 template <> struct MappingTraits<DWARFYAML::AddrTableEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()421 LLVM_ABI static void mapping(IO &IO, DWARFYAML::AddrTableEntry &AddrTable); in LLVM_YAML_IS_SEQUENCE_VECTOR()
303 void MappingTraits<DWARFYAML::AddrTableEntry>::mapping( in mapping()304 IO &IO, DWARFYAML::AddrTableEntry &AddrTable) { in mapping()
659 for (const AddrTableEntry &TableEntry : *DI.DebugAddr) { in emitDebugAddr()