HomeSort by: relevance | last modified time | path
    Searched defs:XCOFF (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
StringTableBuilder.h 34 XCOFF
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
XCOFF.h 1 //===-- llvm/BinaryFormat/XCOFF.h - The XCOFF file format -------*- C++/-*-===//
9 // This file defines manifest constants for the XCOFF object file format.
23 namespace XCOFF {
25 // Constants used in the XCOFF definition.
185 /// 32-bit XCOFF only when the vstamp in the auxiliary header is greater than 1.
267 char Name[XCOFF::NameSize];
297 StringRef getMappingClassString(XCOFF::StorageMappingClass SMC);
298 StringRef getRelocationTypeString(XCOFF::RelocationType Type);
416 } // end namespace XCOFF
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 239 XCOFF,
654 /// Tests whether the OS uses the XCOFF binary format.
656 return getObjectFormat() == Triple::XCOFF;

Completed in 37 milliseconds