HomeSort by relevance Sort by last modified time
    Searched refs:Support (Results 1 - 25 of 50) sorted by null

1 2

  /frameworks/compile/linkloader/utils/
raw_ostream.h 20 #include <llvm/Support/raw_ostream.h>
21 #include <llvm/Support/Format.h>
rsl_assert.cpp 19 #include <llvm/Support/raw_ostream.h>
raw_ostream.cpp 19 #include <llvm/Support/raw_ostream.h>
20 #include <llvm/Support/Format.h>
  /external/llvm/unittests/
Makefile 12 PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis
  /external/llvm/unittests/Support/
Makefile 11 TESTNAME = Support
12 LINK_COMPONENTS := core support
TimeValue.cpp 1 //===- llvm/unittest/Support/TimeValue.cpp - Time Value tests -------------===//
11 #include "llvm/Support/TimeValue.h"
17 TEST(Support, TimeValue) {
  /frameworks/compile/linkloader/include/impl/
ELFSectionNoBits.hxx 24 #include <llvm/Support/Format.h>
25 #include <llvm/Support/raw_ostream.h>
ELFHeader.hxx 22 #include <llvm/Support/raw_ostream.h>
23 #include <llvm/Support/Format.h>
ELFSectionProgBits.hxx 23 #include <llvm/Support/Format.h>
24 #include <llvm/Support/raw_ostream.h>
ELFSection.hxx 22 #include <llvm/Support/raw_ostream.h>
ELFReloc.hxx 22 #include <llvm/Support/Format.h>
23 #include <llvm/Support/raw_ostream.h>
ELFSectionHeader.hxx 21 #include <llvm/Support/Format.h>
22 #include <llvm/Support/raw_ostream.h>
ELFSectionStrTab.hxx 24 #include <llvm/Support/Format.h>
25 #include <llvm/Support/raw_ostream.h>
ELFSectionBits.hxx 23 #include <llvm/Support/raw_ostream.h>
  /frameworks/compile/linkloader/lib/
ELFTypes.cpp 18 #include <llvm/Support/raw_ostream.h>
19 #include <llvm/Support/Format.h>
MemChunk.cpp 22 #include <llvm/Support/raw_ostream.h>
  /frameworks/compile/linkloader/include/
ELF.h 4 #include <llvm/Support/ELF.h>
8 // TODO: These definitions are not defined in include/llvm/Support/ELF.h
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
ContextManager.h 22 #include <llvm/Support/Mutex.h>
ContextManager.cpp 21 #include <llvm/Support/Mutex.h>
22 #include <llvm/Support/MutexGuard.h>
  /external/chromium/chrome/browser/ui/cocoa/
install.sh 58 /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister "${DEST}"
118 # On earlier systems, xattr doesn't support -r, so run xattr via find.
  /external/llvm/lib/Support/
ThreadLocal.cpp 15 #include "llvm/Support/ThreadLocal.h"
82 #warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 set in Support/ThreadLocal.cpp
Mutex.cpp 15 #include "llvm/Support/Mutex.h"
46 // threading support to be turned off by simply not linking against -lpthread.
50 // pthread_mutex_init does have an address, then mutex support is enabled.
155 #warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in Support/Mutex.cpp
  /external/llvm/
Android.mk 20 lib/Support \
Makefile 13 # 1. Build lib/Support and lib/TableGen, which are used by utils (tblgen).
30 DIRS := lib/Support lib/TableGen utils
33 DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \
163 $(TopDistDir)/include/llvm/Support/DataTypes.h
191 include/llvm/Support/DataTypes.h
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SourceInfo.cpp 39 #include <llvm/Support/MemoryBuffer.h>
40 #include <llvm/Support/system_error.h>

Completed in 290 milliseconds

1 2