Searched defs:triple (Results 1 – 3 of 3) sorted by relevance
20 … public static void GetTripleAndModelKey(ICPU cpu, uint flags, out string triple, out string model) in GetTripleAndModelKey()
58 private static extern IntPtr init_llvm_architecture(string triple); in init_llvm_architecture()
100 public LLVMDisasWrapper(string cpu, string triple, uint flags) in LLVMDisasWrapper()