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

  /external/llvm/lib/Linker/
LinkItems.cpp 39 bool is_native = false; local
40 if (LinkInLibrary(I->first, is_native))
42 if (is_native)
46 bool is_native = false; local
47 if (LinkInFile(sys::Path(I->first), is_native))
49 if (is_native)
59 bool is_native; local
62 if(LinkInLibrary(*I, is_native))
64 if (is_native)
74 bool Linker::LinkInLibrary(StringRef Lib, bool& is_native) {
126 bool is_native = false; local
236 bool is_native; local
    [all...]
LinkArchives.cpp 95 Linker::LinkInArchive(const sys::Path &Filename, bool &is_native) {
124 is_native = true;
127 is_native = false;
  /external/llvm/include/llvm/
Linker.h 192 bool &is_native ///< Indicates if the file is native object file
222 bool& is_native ///< Indicates if lib a native library
239 bool& is_native ///< Indicates if archive is a native archive
  /external/v8/src/
objects-debug.cc 432 bool is_native = RegExpImpl::UsesNativeRegExp(); local
440 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
443 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
compiler.h 89 bool is_native() const { function in class:v8::internal::BASE_EMBEDDED
parser.cc     [all...]
  /external/bluetooth/glib/gio/
gdummyfile.c 416 iface->is_native = g_dummy_file_is_native;
gfile.h 58 * @is_native: Checks to see if a file is native to the system.
148 gboolean (* is_native) (GFile *file); member in struct:_GFileIface
    [all...]
glocalfile.c     [all...]
gfile.c 337 return (* iface->is_native) (file);
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 754 iface->is_native = g_winhttp_file_is_native;

Completed in 287 milliseconds