HomeSort by relevance Sort by last modified time
    Searched refs:Support (Results 251 - 275 of 335) sorted by null

<<11121314

  /frameworks/compile/mclinker/lib/LD/
DiagnosticInfos.cpp 10 #include <llvm/Support/DataTypes.h>
GroupReader.cpp 17 #include <mcld/Support/MsgHandling.h>
NamePool.cpp 9 #include <llvm/Support/raw_ostream.h>
TextDiagnosticPrinter.cpp 11 #include <llvm/Support/Signals.h>
ELFObjectReader.cpp 14 #include <llvm/Support/ELF.h>
23 #include <mcld/Support/MsgHandling.h>
187 // FIXME: support Version Kind
189 // FIXME: support GCCExceptTable Kind
StaticResolver.cpp 11 #include <mcld/Support/MsgHandling.h>
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 13 #include <mcld/Support/MsgHandling.h>
47 // In the system with shared object support, we can find both archive
61 // In the system without shared object support, we only look for an archive
SearchDirs.cpp 11 #include <mcld/Support/FileSystem.h>
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 16 #include <llvm/Support/Casting.h>
23 #include <mcld/Support/MemoryRegion.h>
24 #include <mcld/Support/MsgHandling.h>
25 #include <mcld/Support/TargetRegistry.h>
  /frameworks/rs/cpu_ref/linkloader/android/
librsloader.cpp 29 #include <llvm/Support/ELF.h>
  /external/compiler-rt/make/
lib_platforms.mk 1 # compiler-rt Configuration Support
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 16 #include <llvm/Support/ELF.h>
32 #include <mcld/Support/GCFactory.h>
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 17 #include <llvm/Support/Casting.h>
24 #include <mcld/Support/MemoryRegion.h>
25 #include <mcld/Support/MemoryArea.h>
26 #include <mcld/Support/MsgHandling.h>
27 #include <mcld/Support/TargetRegistry.h>
    [all...]
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 18 #include <mcld/Support/Path.h>
20 #include <llvm/Support/ELF.h>
  /art/compiler/dex/
frontend.cc 17 #include <llvm/Support/Threading.h>
  /art/runtime/
elf_file.h 23 #include <llvm/Support/ELF.h>
  /external/chromium_org/third_party/sqlite/src/
configure.ac 114 # Enable large file support (if special flags are necessary)
236 # Do we want to support multithreaded use of sqlite
239 AC_HELP_STRING([--enable-threadsafe],[Support threadsafe operation]),,enable_threadsafe=yes)
240 AC_MSG_CHECKING([whether to support threadsafe operation])
272 # Do we want to support release
275 AC_HELP_STRING([--enable-releasemode],[Support libtool link to release mode]),,enable_releasemode=no)
276 AC_MSG_CHECKING([whether to support shared library linked as release mode or not])
529 [AC_HELP_STRING([--disable-readline],[disable readline support [default=detect]])],
  /frameworks/compile/mclinker/include/mcld/
Module.h 27 #include <mcld/Support/GCFactoryListTraits.h>
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 11 #include <llvm/Support/TargetRegistry.h>
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 24 #include <llvm/Support/Casting.h>
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 9 #include <mcld/Support/LEB128.h>
  /frameworks/rs/cpu_ref/linkloader/include/
ELFTypes.h 23 #include <llvm/Support/raw_ostream.h>
  /development/build/
Android.mk 35 # ===== Android Support/Compatibility Library =====
40 # anywhere else, and the rules don't support. Aditionally, the depenencies on
122 android-support-v4 \
123 android-support-v7-gridlayout \
124 android-support-v7-appcompat \
125 android-support-v7-mediarouter \
126 android-support-v13
  /external/chromium_org/v8/test/mjsunit/
get-own-property-descriptor.js 82 // Support for additional attributes on string objects.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2346.js 84 // Support for additional attributes on string objects.

Completed in 2274 milliseconds

<<11121314