Home
last modified time | relevance | path

Searched refs:getMachine (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFObjectWriter.cpp51 if (getMachine() == COFF::IMAGE_FILE_MACHINE_AMD64) { in getRelocType()
76 } else if (getMachine() == COFF::IMAGE_FILE_MACHINE_I386) { in getRelocType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFObjectWriter.cpp57 if (getMachine() == COFF::IMAGE_FILE_MACHINE_AMD64) { in getRelocType()
84 } else if (getMachine() == COFF::IMAGE_FILE_MACHINE_I386) { in getRelocType()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFObjectWriter.cpp57 if (getMachine() == COFF::IMAGE_FILE_MACHINE_AMD64) { in getRelocType()
84 } else if (getMachine() == COFF::IMAGE_FILE_MACHINE_I386) { in getRelocType()
/external/llvm/include/llvm/MC/
DMCWinCOFFObjectWriter.h31 unsigned getMachine() const { return Machine; } in getMachine() function
/external/llvm-project/llvm/include/llvm/IR/
DModuleSlotTracker.h58 SlotTracker *getMachine();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSlotTracker.h58 SlotTracker *getMachine();
/external/llvm/include/llvm/IR/
DModuleSlotTracker.h59 SlotTracker *getMachine();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWinCOFFObjectWriter.h39 unsigned getMachine() const { return Machine; } in getMachine() function
/external/llvm-project/llvm/include/llvm/MC/
DMCWinCOFFObjectWriter.h39 unsigned getMachine() const { return Machine; } in getMachine() function
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp50 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp42 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp50 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp31 unsigned Object::getMachine() const { in getMachine() function in llvm::ELFYAML::Object
298 switch (Object->getMachine()) { in bitset()
501 switch (Object->getMachine()) { in enumeration()
556 switch (Object->getMachine()) { in bitset()
648 switch (Object->getMachine()) { in enumeration()
716 switch (Object->getMachine()) { in enumeration()
970 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther()
989 MapVector<StringRef, uint8_t> Flags = getFlags(Object->getMachine()); in toValue()
1323 if (Obj.getMachine() == ELF::EM_MIPS && Type == ELF::SHT_MIPS_ABIFLAGS) { in mapping()
1330 if (Obj.getMachine() == ELF::EM_ARM && Type == ELF::SHT_ARM_EXIDX) { in mapping()
[all …]
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp313 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386) in printLoadConfiguration()
585 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) { in printCOFFUnwindInfo()
/external/llvm/lib/IR/
DAsmWriter.cpp709 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker
722 if (!getMachine()) in incorporateFunction()
3326 if (auto *ST = MST.getMachine()) in print()
3405 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
3433 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print()
3464 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(), in printAsOperandImpl()
3486 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand()
3501 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M, in printMetadataImpl()
3509 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
/external/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp309 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386) in printLoadConfiguration()
601 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) { in printCOFFUnwindInfo()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp163 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp98 YAMLObj.Header.Machine = Obj.getMachine(); in dumpHeader()
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp200 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp213 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
/external/llvm-project/llvm/lib/IR/
DAsmWriter.cpp880 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker
893 if (!getMachine()) in incorporateFunction()
4512 if (auto *ST = MST.getMachine()) in print()
4591 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4619 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print()
4648 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(), in printAsOperandImpl()
4670 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand()
4683 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M, in printMetadataImpl()
4691 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp837 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker
850 if (!getMachine()) in incorporateFunction()
4253 if (auto *ST = MST.getMachine()) in print()
4332 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4360 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print()
4389 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(), in printAsOperandImpl()
4411 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand()
4424 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M, in printMetadataImpl()
4432 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
/external/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp151 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp154 uint16_t Machine = Obj.getMachine(); in getCOFFFileMachine()
/external/llvm-project/llvm/lib/Object/
DCOFFObjectFile.cpp939 switch(getMachine()) { in getFileFormatName()
954 switch (getMachine()) { in getArch()
1204 switch (getMachine()) { in getRelocationTypeName()
1819 switch (Obj->getMachine()) { in getContents()

12