Home
last modified time | relevance | path

Searched refs:DEBUG_SECTION_MAGIC (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDCOFF.h659 DEBUG_SECTION_MAGIC = 0x4, enumerator
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDWinCodeViewLineTables.cpp125 Asm->EmitInt32(COFF::DEBUG_SECTION_MAGIC); in endModule()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp493 if (Magic != COFF::DEBUG_SECTION_MAGIC) { in printCodeViewDebugInfo()