HomeSort by: relevance | last modified time | path
    Searched refs:DEBUG_SECTION_MAGIC (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiModuleDescriptorBuilder.cpp 170 if (auto EC = SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC))
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h 725 DEBUG_SECTION_MAGIC = 0x4,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.cpp 88 if (Magic != COFF::DEBUG_SECTION_MAGIC)
DumpOutputStyle.cpp 1389 if (Magic != COFF::DEBUG_SECTION_MAGIC)
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp 128 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!");
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 789 assert(Magic == COFF::DEBUG_SECTION_MAGIC &&
816 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC));
COFFEmitter.cpp 197 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC));
CodeViewYAMLDebugSections.cpp 908 assert(Magic == COFF::DEBUG_SECTION_MAGIC && "Invalid .debug$S section!");
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 1002 if (Magic != COFF::DEBUG_SECTION_MAGIC)
1346 if (Magic != COFF::DEBUG_SECTION_MAGIC)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 561 OS.emitInt32(COFF::DEBUG_SECTION_MAGIC);

Completed in 24 milliseconds