HomeSort by relevance Sort by last modified time
    Searched refs:triple_ref (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/Plugins/DynamicLoader/Static/
DynamicLoaderStatic.cpp 32 const llvm::Triple &triple_ref = process->GetTarget().GetArchitecture().GetTriple(); local
33 const llvm::Triple::OSType os_type = triple_ref.getOS();
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DynamicLoaderPOSIXDYLD.cpp 81 const llvm::Triple &triple_ref = process->GetTarget().GetArchitecture().GetTriple(); local
82 if (triple_ref.getOS() == llvm::Triple::Linux ||
83 triple_ref.getOS() == llvm::Triple::FreeBSD)
  /external/lldb/source/Plugins/Process/mach-core/
ProcessMachCore.cpp 89 const llvm::Triple &triple_ref = m_core_module_sp->GetArchitecture().GetTriple(); local
90 if (triple_ref.getVendor() == llvm::Triple::Apple)
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 147 const llvm::Triple &triple_ref = target.GetArchitecture().GetTriple(); local
148 switch (triple_ref.getOS())
153 if (triple_ref.getVendor() == llvm::Triple::Apple)
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 157 const llvm::Triple &triple_ref = process->GetTarget().GetArchitecture().GetTriple(); local
158 switch (triple_ref.getOS())
163 if (triple_ref.getVendor() != llvm::Triple::Apple)
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 114 const llvm::Triple &triple_ref = process->GetTarget().GetArchitecture().GetTriple(); local
115 switch (triple_ref.getOS())
120 create = triple_ref.getVendor() == llvm::Triple::Apple;
    [all...]

Completed in 142 milliseconds