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 79 struct ScalarEnumerationTraits<COFF::MachineTypes> {
80 static void enumeration(IO &IO, COFF::MachineTypes &Value);
  /external/llvm/lib/Object/
COFFYAML.cpp 26 void ScalarEnumerationTraits<COFF::MachineTypes>::enumeration(
27 IO &IO, COFF::MachineTypes &Value) {
208 NMachine(IO &) : Machine(COFF::MachineTypes(0)) {}
209 NMachine(IO &, uint16_t M) : Machine(COFF::MachineTypes(M)) {}
211 COFF::MachineTypes Machine;
  /external/llvm/include/llvm/Support/
COFF.h 55 enum MachineTypes {
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 225 static const EnumEntry<COFF::MachineTypes> ImageFileMachineType[] = {
    [all...]

Completed in 445 milliseconds