|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp 213 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386;
lib/Object/COFFObjectFile.cpp 884 switch(getMachine()) {
899 switch (getMachine()) {
1182 switch (getMachine()) {
1802 switch (Obj->getMachine()) {
lib/ToolDrivers/llvm-lib/LibDriver.cpp 154 uint16_t Machine = Obj.getMachine();
tools/lld/COFF/InputFiles.cpp 681 return static_cast<MachineTypes>(coffObj->getMachine());
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp 187 switch (COFFObj->getMachine()) {
tools/llvm-objdump/COFFDump.cpp 306 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386)
600 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) {
tools/llvm-readobj/COFFDumper.cpp 618 W.printEnum ("Machine", Obj->getMachine(),
1573 switch (Obj->getMachine()) {
1588 ARM::WinEH::Decoder Decoder(W, Obj->getMachine() ==
1595 W.printEnum("unsupported Image Machine", Obj->getMachine(),
tools/obj2yaml/coff2yaml.cpp 95 YAMLObj.Header.Machine = Obj.getMachine();