| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | InputFiles.h | 39 using llvm::COFF::MachineTypes; 69 virtual MachineTypes getMachineType() { return IMAGE_FILE_MACHINE_UNKNOWN; } in getMachineType() 112 MachineTypes getMachineType() override; 266 MachineTypes getMachineType() override;
|
| H A D | Driver.h | 36 using llvm::COFF::MachineTypes; 139 MachineTypes getMachineType(StringRef Arg); 140 StringRef machineToStr(MachineTypes MT);
|
| H A D | InputFiles.cpp | 460 MachineTypes ObjFile::getMachineType() { in getMachineType() 462 return static_cast<MachineTypes>(COFFObj->getMachine()); in getMachineType() 558 MachineTypes BitcodeFile::getMachineType() { in getMachineType()
|
| H A D | DriverUtils.cpp | 77 MachineTypes getMachineType(StringRef S) { in getMachineType() 78 MachineTypes MT = StringSwitch<MachineTypes>(S.lower()) in getMachineType() 89 StringRef machineToStr(MachineTypes MT) { in machineToStr()
|
| H A D | Config.h | 86 llvm::COFF::MachineTypes Machine = IMAGE_FILE_MACHINE_UNKNOWN;
|
| H A D | SymbolTable.cpp | 37 MachineTypes MT = File->getMachineType(); in addFile()
|
| H A D | PDB.cpp | 1422 static codeview::CPUType toCodeViewMachine(COFF::MachineTypes Machine) { in toCodeViewMachine()
|
| /freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 69 static MachineTypes getEmulation(StringRef S) { in getEmulation() 70 return StringSwitch<MachineTypes>(S) in getEmulation() 129 COFF::MachineTypes Machine = IMAGE_FILE_MACHINE_UNKNOWN; in dlltoolDriverMain()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 33 static bool is32bit(MachineTypes Machine) { in is32bit() 46 static uint16_t getImgRelRelocation(MachineTypes Machine) { in getImgRelRelocation() 94 MachineTypes Machine, bool MinGW) { in getNameType() 141 MachineTypes Machine; 149 ObjectFactory(StringRef S, MachineTypes M) in ObjectFactory() 574 MachineTypes Machine, bool MinGW) { in writeImportLibrary()
|
| H A D | COFFModuleDefinition.cpp | 149 explicit Parser(StringRef S, MachineTypes M, bool B) in Parser() 357 MachineTypes Machine; 363 MachineTypes Machine, in parseCOFFModuleDefinition()
|
| H A D | WindowsResource.cpp | 319 WindowsResourceCOFFWriter(COFF::MachineTypes MachineType, 340 COFF::MachineTypes MachineType; 357 COFF::MachineTypes MachineType, const WindowsResourceParser &Parser, in WindowsResourceCOFFWriter() 714 writeWindowsResourceCOFF(COFF::MachineTypes MachineType, in writeWindowsResourceCOFF()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | COFFModuleDefinition.h | 47 parseCOFFModuleDefinition(MemoryBufferRef MB, COFF::MachineTypes Machine,
|
| H A D | COFFImportFile.h | 98 COFF::MachineTypes Machine, bool MinGW);
|
| H A D | WindowsResource.h | 221 writeWindowsResourceCOFF(llvm::COFF::MachineTypes MachineType,
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | COFFYAML.cpp | 60 void ScalarEnumerationTraits<COFF::MachineTypes>::enumeration( in enumeration() 61 IO &IO, COFF::MachineTypes &Value) { in enumeration() 358 NMachine(IO &) : Machine(COFF::MachineTypes(0)) {} in NMachine() 359 NMachine(IO &, uint16_t M) : Machine(COFF::MachineTypes(M)) {} in NMachine() 363 COFF::MachineTypes Machine;
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | COFFYAML.h | 140 struct ScalarEnumerationTraits<COFF::MachineTypes> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 141 static void enumeration(IO &IO, COFF::MachineTypes &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiStreamBuilder.h | 60 void setMachineType(COFF::MachineTypes M);
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 94 enum MachineTypes : unsigned { enum
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiStreamBuilder.cpp | 57 void DbiStreamBuilder::setMachineType(COFF::MachineTypes M) { in setMachineType()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 338 static const EnumEntry<COFF::MachineTypes> ImageFileMachineType[] = {
|