Searched refs:DEBUG_SECTION_MAGIC (Results 1 – 21 of 21) sorted by relevance
155 SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)) in commit()
156 SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)) in commit()
665 DEBUG_SECTION_MAGIC = 0x4, enumerator
670 DEBUG_SECTION_MAGIC = 0x4, enumerator
718 DEBUG_SECTION_MAGIC = 0x4, enumerator
725 DEBUG_SECTION_MAGIC = 0x4, enumerator
128 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!"); in initializeFileAndStringTable()
88 if (Magic != COFF::DEBUG_SECTION_MAGIC) in isCodeViewDebugSubsection()
1393 if (Magic != COFF::DEBUG_SECTION_MAGIC) in dumpTypesFromObjectFile()
784 assert(Magic == COFF::DEBUG_SECTION_MAGIC && in fromDebugT()811 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugT()
198 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugS()
908 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!"); in fromDebugS()
614 : DEBUG_SECTION_MAGIC; in consumeDebugMagic()
756 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewSymbolSection()1092 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewTypeSection()
984 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewSymbolSection()1328 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewTypeSection()
366 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4); in emitCodeViewMagicVersion()
554 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4); in emitCodeViewMagicVersion()
541 OS.emitInt32(COFF::DEBUG_SECTION_MAGIC); in emitCodeViewMagicVersion()