Searched refs:DEBUG_SECTION_MAGIC (Results 1 – 14 of 14) sorted by relevance
146 SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)) in commit()
670 DEBUG_SECTION_MAGIC = 0x4, enumerator
716 DEBUG_SECTION_MAGIC = 0x4, enumerator
665 DEBUG_SECTION_MAGIC = 0x4, enumerator
131 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!"); in initializeFileAndStringTable()
81 if (Magic != COFF::DEBUG_SECTION_MAGIC) in isCodeViewDebugSubsection()
1167 if (Magic != COFF::DEBUG_SECTION_MAGIC) in dumpTypesFromObjectFile()
785 assert(Magic == COFF::DEBUG_SECTION_MAGIC && in fromDebugT()812 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugT()
909 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!"); in fromDebugS()
191 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugS()
756 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewSymbolSection()1092 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewTypeSection()
963 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewSymbolSection()1246 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewTypeSection()
366 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4); in emitCodeViewMagicVersion()
456 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4); in emitCodeViewMagicVersion()