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

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformMacOSX.h 36 GetPluginNameStatic (bool is_host);
39 GetDescriptionStatic(bool is_host);
44 PlatformMacOSX (bool is_host);
PlatformMacOSX.cpp 68 const bool is_host = false; local
114 return new PlatformMacOSX (is_host);
119 PlatformMacOSX::GetPluginNameStatic (bool is_host)
121 if (is_host)
134 PlatformMacOSX::GetDescriptionStatic (bool is_host)
136 if (is_host)
145 PlatformMacOSX::PlatformMacOSX (bool is_host) :
146 PlatformDarwin (is_host)
PlatformDarwin.h 22 PlatformDarwin (bool is_host);
PlatformDarwin.cpp 38 PlatformDarwin::PlatformDarwin (bool is_host) :
39 Platform(is_host), // This is the local host platform
    [all...]
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.h 31 PlatformLinux (bool is_host);
43 GetPluginNameStatic (bool is_host);
46 GetPluginDescriptionStatic (bool is_host);
PlatformLinux.cpp 91 PlatformLinux::GetPluginNameStatic (bool is_host)
93 if (is_host)
106 PlatformLinux::GetPluginDescriptionStatic (bool is_host)
108 if (is_host)
303 PlatformLinux::PlatformLinux (bool is_host) :
304 Platform(is_host), // This is the local host platform
  /art/compiler/
elf_writer_mclinker.h 47 bool is_host,
55 bool is_host)
67 void AddRuntimeInputs(const std::string& android_root, bool is_host);
elf_writer.h 57 bool is_host)
elf_writer_mclinker.cc 58 bool is_host,
61 return elf_writer.Write(oat_writer, dex_files, android_root, is_host);
67 bool is_host) {
78 AddRuntimeInputs(android_root, is_host);
278 void ElfWriterMclinker::AddRuntimeInputs(const std::string& android_root, bool is_host) {
288 if (is_host) {
301 if (is_host) {
313 if (is_host) {
compiler.cc 141 bool is_host, const CompilerDriver& driver) const
145 file, oat_writer, dex_files, android_root, is_host, driver);
compilers.cc 94 bool is_host) const {
95 return art::ElfWriterQuick::Create(file, oat_writer, dex_files, android_root, is_host,
compiler.h 77 bool is_host) const
compilers.h 51 bool is_host) const
elf_writer_quick.h 33 bool is_host,
41 bool is_host)
elf_writer_quick.cc     [all...]
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 37 GetPluginNameStatic (bool is_host);
40 GetDescriptionStatic (bool is_host);
45 PlatformFreeBSD (bool is_host);
PlatformFreeBSD.cpp 36 const bool is_host = false; local
83 return new PlatformFreeBSD (is_host);
89 PlatformFreeBSD::GetPluginNameStatic (bool is_host)
91 if (is_host)
104 PlatformFreeBSD::GetDescriptionStatic (bool is_host)
106 if (is_host)
141 PlatformFreeBSD::PlatformFreeBSD (bool is_host) :
142 Platform(is_host)
  /art/dex2oat/
dex2oat.cc 346 bool is_host,
424 if (!driver->WriteElf(android_root, is_host, dex_files, &oat_writer, oat_file)) {
857 bool is_host = false; local
    [all...]
  /external/lldb/source/Target/
Platform.cpp 233 Platform::Platform (bool is_host) :
234 m_is_host (is_host),
  /art/compiler/driver/
compiler_driver.h 373 bool is_host,
    [all...]
compiler_driver.cc     [all...]

Completed in 146 milliseconds