Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp146 SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)) in commit()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h670 DEBUG_SECTION_MAGIC = 0x4, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h716 DEBUG_SECTION_MAGIC = 0x4, enumerator
/external/llvm/include/llvm/Support/
DCOFF.h665 DEBUG_SECTION_MAGIC = 0x4, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp131 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!"); in initializeFileAndStringTable()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp81 if (Magic != COFF::DEBUG_SECTION_MAGIC) in isCodeViewDebugSubsection()
DDumpOutputStyle.cpp1167 if (Magic != COFF::DEBUG_SECTION_MAGIC) in dumpTypesFromObjectFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp785 assert(Magic == COFF::DEBUG_SECTION_MAGIC && in fromDebugT()
812 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugT()
DCodeViewYAMLDebugSections.cpp909 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!"); in fromDebugS()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp191 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugS()
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp963 if (Magic != COFF::DEBUG_SECTION_MAGIC) in printCodeViewSymbolSection()
1246 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-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp456 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4); in emitCodeViewMagicVersion()