/llvm-project/offload/plugins-nextgen/host/ |
H A D | CMakeLists.txt | 7 set(machine ${CMAKE_SYSTEM_PROCESSOR}) variable 9 set(machine ppc64) variable
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsMachineFlag.h | 34 template <typename T> Triple::ArchType getMachineArchType(T machine) { in getMachineArchType() argument
|
/llvm-project/llvm/test/Bindings/OCaml/ |
H A D | passbuilder.ml | 44 let machine = var
|
H A D | target.ml | 38 let machine = TargetMachine.create (Target.default_triple ()) target var
|
/llvm-project/lld/COFF/ |
H A D | Symbols.cpp | 111 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 D | MinGW.cpp | 194 static StringRef mangle(Twine sym, MachineTypes machine) { in mangle() argument
|
H A D | Chunks.cpp | 574 getRuntimePseudoRelocSize(uint16_t type,llvm::COFF::MachineTypes machine) getRuntimePseudoRelocSize() argument 1007 getDefaultType(llvm::COFF::MachineTypes machine) getDefaultType() argument [all...] |
H A D | PDB.cpp | 1360 toCodeViewMachine(COFF::MachineTypes machine) toCodeViewMachine() argument 1403 fillLinkerVerRecord(Compile3Sym & cs,MachineTypes machine) fillLinkerVerRecord() argument [all...] |
H A D | Chunks.h | 712 Baserel(uint32_t v,llvm::COFF::MachineTypes machine) Baserel() argument [all...] |
H A D | SymbolTable.cpp | 796 addImportThunk(StringRef name,DefinedImportData * id,uint16_t machine) addImportThunk() argument [all...] |
H A D | Config.h | 116 bool is64() const { return llvm::COFF::is64Bit(machine); } member
|
/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.h | 84 llvm::Triple::ArchType machine = arch.GetMachine(); in CodeAddressIsValid() local
|
H A D | ABISysV_riscv.cpp | 133 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 D | struct_utsname.h | 26 char machine[__UTS_NAME_LENGTH]; member
|
/llvm-project/lldb/source/Plugins/Architecture/AArch64/ |
H A D | ArchitectureAArch64.cpp | 33 auto machine = arch.GetMachine(); in Create() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.cpp | 56 PDB_Machine machine = dbi_stream->getMachineType(); in GetArchitecture() local
|
/llvm-project/bolt/runtime/ |
H A D | common.h | 145 char machine[_UTSNAME_LENGTH]; /* Hardware identifier */ member
|
/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 35 llvm::Triple::ArchType machine; global() member
|
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.h | 180 uint16_t machine = 0; member
|
H A D | ObjectFilePECOFF.cpp | 1399 uint16_t machine = m_coff_header.machine; GetArchitecture() local [all...] |
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwin.cpp | 416 llvm::Triple::ArchType machine = target.GetArchitecture().GetMachine(); GetSoftwareBreakpointTrapOpcode() local
|
/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 499 const llvm::Triple::ArchType machine = arch.GetMachine(); in Decode() local
|