Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCOFF.h665 DEBUG_SECTION_MAGIC = 0x4, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h670 DEBUG_SECTION_MAGIC = 0x4, enumerator
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp756 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewSymbolSection()
1092 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewTypeSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp366 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4); in emitCodeViewMagicVersion()