Home
last modified time | relevance | path

Searched defs:triple (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DLLVMArchitectureMapping.cs20 … public static void GetTripleAndModelKey(ICPU cpu, uint flags, out string triple, out string model) in GetTripleAndModelKey()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Assembler/
DLLVMAssembler.cs58 private static extern IntPtr init_llvm_architecture(string triple); in init_llvm_architecture()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/
DLLVMDisassembler.cs100 public LLVMDisasWrapper(string cpu, string triple, uint flags) in LLVMDisasWrapper()