Searched refs:DwarfFormat (Results 1 – 2 of 2) sorted by relevance
35 StringOffsetTable() : format_{DwarfFormat::k32Bit} {} in StringOffsetTable()55 case DwarfFormat::k64Bit: in GetStringOffset()58 case DwarfFormat::k32Bit: in GetStringOffset()66 static DwarfFormat DetectDwarfFormat(const uint8_t* table, size_t size) {
22 enum class DwarfFormat { k32Bit, k64Bit }; enum