Searched refs:DEBUG_SECTION_MAGIC (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp156 SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h718 DEBUG_SECTION_MAGIC = 0x4, enumerator in enum:llvm::COFF::CodeViewIdentifiers
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp88 if (Magic != COFF::DEBUG_SECTION_MAGIC)
H A DDumpOutputStyle.cpp1394 if (Magic != COFF::DEBUG_SECTION_MAGIC)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp784 assert(Magic == COFF::DEBUG_SECTION_MAGIC &&
811 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC));
H A DCOFFEmitter.cpp198 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC));
H A DCodeViewYAMLDebugSections.cpp908 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!");
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DChunks.cpp614 : DEBUG_SECTION_MAGIC;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp960 if (Magic != COFF::DEBUG_SECTION_MAGIC)
1304 if (Magic != COFF::DEBUG_SECTION_MAGIC)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp554 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4);

Completed in 192 milliseconds