HomeSort by relevance Sort by last modified time
    Searched refs:MachineTypes (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Object/
COFFYAML.h 104 struct ScalarEnumerationTraits<COFF::MachineTypes> {
105 static void enumeration(IO &IO, COFF::MachineTypes &Value);
  /external/llvm/lib/Object/
COFFYAML.cpp 52 void ScalarEnumerationTraits<COFF::MachineTypes>::enumeration(
53 IO &IO, COFF::MachineTypes &Value) {
265 NMachine(IO &) : Machine(COFF::MachineTypes(0)) {}
266 NMachine(IO &, uint16_t M) : Machine(COFF::MachineTypes(M)) {}
268 COFF::MachineTypes Machine;
  /external/llvm/include/llvm/Support/
COFF.h 58 enum MachineTypes {
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 132 static const EnumEntry<COFF::MachineTypes> ImageFileMachineType[] = {
    [all...]

Completed in 296 milliseconds