Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp155 SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)) in commit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp156 SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)) in commit()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h718 DEBUG_SECTION_MAGIC = 0x4, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h725 DEBUG_SECTION_MAGIC = 0x4, enumerator
/external/llvm-project/llvm/tools/obj2yaml/
Dcoff2yaml.cpp128 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!"); in initializeFileAndStringTable()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.cpp88 if (Magic != COFF::DEBUG_SECTION_MAGIC) in isCodeViewDebugSubsection()
DDumpOutputStyle.cpp1393 if (Magic != COFF::DEBUG_SECTION_MAGIC) in dumpTypesFromObjectFile()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp784 assert(Magic == COFF::DEBUG_SECTION_MAGIC && in fromDebugT()
811 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugT()
DCOFFEmitter.cpp198 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugS()
DCodeViewYAMLDebugSections.cpp908 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!"); in fromDebugS()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp784 assert(Magic == COFF::DEBUG_SECTION_MAGIC && in fromDebugT()
811 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugT()
DCOFFEmitter.cpp198 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugS()
DCodeViewYAMLDebugSections.cpp908 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!"); in fromDebugS()
/external/llvm-project/lld/COFF/
DChunks.cpp614 : DEBUG_SECTION_MAGIC; in consumeDebugMagic()
/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-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp984 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewSymbolSection()
1328 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewTypeSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp366 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4); in emitCodeViewMagicVersion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp554 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4); in emitCodeViewMagicVersion()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp541 OS.emitInt32(COFF::DEBUG_SECTION_MAGIC); in emitCodeViewMagicVersion()