Home
last modified time | relevance | path

Searched defs:machine (Results 1 – 22 of 22) sorted by relevance

/llvm-project/offload/plugins-nextgen/host/
H A DCMakeLists.txt7 set(machine ${CMAKE_SYSTEM_PROCESSOR}) variable
9 set(machine ppc64) variable
/llvm-project/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h34 template <typename T> Triple::ArchType getMachineArchType(T machine) { in getMachineArchType() argument
/llvm-project/llvm/test/Bindings/OCaml/
H A Dpassbuilder.ml44 let machine = var
H A Dtarget.ml38 let machine = TargetMachine.create (Target.default_triple ()) target var
/llvm-project/lld/COFF/
H A DSymbols.cpp111 makeImportThunk(COFFLinkerContext & ctx,DefinedImportData * s,uint16_t machine) makeImportThunk() argument
123 DefinedImportThunk(COFFLinkerContext & ctx,StringRef name,DefinedImportData * s,uint16_t machine) DefinedImportThunk() argument
H A DMinGW.cpp194 static StringRef mangle(Twine sym, MachineTypes machine) { in mangle() argument
H A DChunks.cpp574 getRuntimePseudoRelocSize(uint16_t type,llvm::COFF::MachineTypes machine) getRuntimePseudoRelocSize() argument
1007 getDefaultType(llvm::COFF::MachineTypes machine) getDefaultType() argument
[all...]
H A DPDB.cpp1360 toCodeViewMachine(COFF::MachineTypes machine) toCodeViewMachine() argument
1403 fillLinkerVerRecord(Compile3Sym & cs,MachineTypes machine) fillLinkerVerRecord() argument
[all...]
H A DChunks.h712 Baserel(uint32_t v,llvm::COFF::MachineTypes machine) Baserel() argument
[all...]
H A DSymbolTable.cpp796 addImportThunk(StringRef name,DefinedImportData * id,uint16_t machine) addImportThunk() argument
[all...]
H A DConfig.h116 bool is64() const { return llvm::COFF::is64Bit(machine); } member
/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.h84 llvm::Triple::ArchType machine = arch.GetMachine(); in CodeAddressIsValid() local
H A DABISysV_riscv.cpp133 llvm::Triple::ArchType machine = arch.GetTriple().getArch(); CreateInstance() local
413 GetValObjFromIntRegs(Thread & thread,const RegisterContextSP & reg_ctx,llvm::Triple::ArchType machine,uint32_t type_flags,uint32_t byte_size) GetValObjFromIntRegs() argument
487 GetValObjFromFPRegs(Thread & thread,const RegisterContextSP & reg_ctx,llvm::Triple::ArchType machine,uint32_t arch_fp_flags,uint32_t type_flags,uint32_t byte_size) GetValObjFromFPRegs() argument
547 const llvm::Triple::ArchType machine = arch.GetMachine(); GetReturnValueObjectSimple() local
602 const llvm::Triple::ArchType machine = arch.GetMachine(); GetReturnValueObjectImpl() local
[all...]
/llvm-project/libc/include/llvm-libc-types/
H A Dstruct_utsname.h26 char machine[__UTS_NAME_LENGTH]; member
/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp33 auto machine = arch.GetMachine(); in Create() local
/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp56 PDB_Machine machine = dbi_stream->getMachineType(); in GetArchitecture() local
/llvm-project/bolt/runtime/
H A Dcommon.h145 char machine[_UTSNAME_LENGTH]; /* Hardware identifier */ member
/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp35 llvm::Triple::ArchType machine; global() member
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h180 uint16_t machine = 0; member
H A DObjectFilePECOFF.cpp1399 uint16_t machine = m_coff_header.machine; GetArchitecture() local
[all...]
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp416 llvm::Triple::ArchType machine = target.GetArchitecture().GetMachine(); GetSoftwareBreakpointTrapOpcode() local
/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp499 const llvm::Triple::ArchType machine = arch.GetMachine(); in Decode() local