Searched refs:AddrTable (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 261 IO &IO, DWARFYAML::AddrTableEntry &AddrTable) { in mapping() argument 262 IO.mapOptional("Format", AddrTable.Format, dwarf::DWARF32); in mapping() 263 IO.mapOptional("Length", AddrTable.Length); in mapping() 264 IO.mapRequired("Version", AddrTable.Version); in mapping() 265 IO.mapOptional("AddressSize", AddrTable.AddrSize); in mapping() 266 IO.mapOptional("SegmentSelectorSize", AddrTable.SegSelectorSize, 0); in mapping() 267 IO.mapOptional("Entries", AddrTable.SegAddrPairs); in mapping()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 53 DWARFDebugAddrTable AddrTable; in dumpDebugAddr() local 62 if (Error Err = AddrTable.extractV5(AddrData, &Offset, /*CUAddrSize=*/0, in dumpDebugAddr() 66 for (uint64_t Addr : AddrTable.getAddressEntries()) { in dumpDebugAddr() 74 AddrTables.back().Format = AddrTable.getFormat(); in dumpDebugAddr() 75 AddrTables.back().Length = AddrTable.getLength(); in dumpDebugAddr() 76 AddrTables.back().Version = AddrTable.getVersion(); in dumpDebugAddr() 77 AddrTables.back().AddrSize = AddrTable.getAddressSize(); in dumpDebugAddr() 78 AddrTables.back().SegSelectorSize = AddrTable.getSegmentSelectorSize(); in dumpDebugAddr()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 227 DWARFDebugAddrTable AddrTable; in dumpAddrSection() local 229 if (Error Err = AddrTable.extract(AddrData, &Offset, Version, AddrSize, in dumpAddrSection() 234 if (auto TableLength = AddrTable.getFullLength()) { in dumpAddrSection() 240 AddrTable.dump(OS, DumpOpts); in dumpAddrSection()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 376 static void mapping(IO &IO, DWARFYAML::AddrTableEntry &AddrTable); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|