Searched refs:triple_cstr (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| D | PlatformRemoteAppleBridge.cpp | 69 const char *triple_cstr = in CreateInstance() local 73 __FUNCTION__, force ? "true" : "false", arch_name, triple_cstr); in CreateInstance()
|
| D | PlatformRemoteAppleTV.cpp | 70 const char *triple_cstr = in CreateInstance() local 74 __FUNCTION__, force ? "true" : "false", arch_name, triple_cstr); in CreateInstance()
|
| D | PlatformRemoteMacOSX.cpp | 70 const char *triple_cstr = in CreateInstance() local 74 __FUNCTION__, force ? "true" : "false", arch_name, triple_cstr); in CreateInstance()
|
| D | PlatformRemoteiOS.cpp | 64 const char *triple_cstr = in CreateInstance() local 68 __FUNCTION__, force ? "true" : "false", arch_name, triple_cstr); in CreateInstance()
|
| D | PlatformRemoteAppleWatch.cpp | 67 const char *triple_cstr = in CreateInstance() local 71 __FUNCTION__, force ? "true" : "false", arch_name, triple_cstr); in CreateInstance()
|
| D | PlatformAppleSimulator.cpp | 316 const char *triple_cstr = in CreateInstance() local 320 force ? "true" : "false", arch_name, triple_cstr); in CreateInstance()
|
| D | PlatformDarwinKernel.cpp | 85 const char *triple_cstr = in CreateInstance() local 89 __FUNCTION__, force ? "true" : "false", arch_name, triple_cstr); in CreateInstance()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
| D | PlatformAndroid.cpp | 71 const char *triple_cstr = in CreateInstance() local 75 force ? "true" : "false", arch_name, triple_cstr); in CreateInstance()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | ArchSpec.h | 286 explicit ArchSpec(const char *triple_cstr);
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | ArchSpec.cpp | 523 ArchSpec::ArchSpec(const char *triple_cstr) { in ArchSpec() argument 524 if (triple_cstr) in ArchSpec() 525 SetTriple(triple_cstr); in ArchSpec()
|