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

  /external/llvm/lib/Support/
PluginLoader.cpp 15 #include "llvm/Support/ManagedStatic.h"
23 static ManagedStatic<std::vector<std::string> > Plugins;
24 static ManagedStatic<sys::SmartMutex<true> > PluginsLock;
Statistic.cpp 28 #include "llvm/Support/ManagedStatic.h"
47 /// StatisticInfo - This class is used in a ManagedStatic so that it is created
63 static ManagedStatic<StatisticInfo> StatInfo;
64 static ManagedStatic<sys::SmartMutex<true> > StatLock;
Timer.cpp 17 #include "llvm/Support/ManagedStatic.h"
37 static ManagedStatic<std::string> LibSupportInfoOutputFilename;
42 static ManagedStatic<sys::SmartMutex<true> > TimerLock;
147 static ManagedStatic<std::vector<Timer*> > ActiveTimers;
225 static ManagedStatic<Name2TimerMap> NamedTimers;
226 static ManagedStatic<Name2PairMap> NamedGroupedTimers;
Android.mk 35 ManagedStatic.cpp \
CMakeLists.txt 37 ManagedStatic.cpp
CommandLine.cpp 23 #include "llvm/Support/ManagedStatic.h"
83 static ManagedStatic<std::vector<const char*> > MoreHelp;
    [all...]
  /external/llvm/unittests/Support/
ManagedStatic.cpp 1 //===- llvm/unittest/Support/ManagedStatic.cpp - ManagedStatic tests ------===//
9 #include "llvm/Support/ManagedStatic.h"
24 llvm::ManagedStatic<int> ms;
  /external/llvm/lib/VMCore/
LeakDetector.cpp 18 #include "llvm/Support/ManagedStatic.h"
24 static ManagedStatic<sys::SmartMutex<true> > ObjectsLock;
25 static ManagedStatic<LeakDetectorImpl<void> > Objects;
LLVMContext.cpp 19 #include "llvm/Support/ManagedStatic.h"
25 static ManagedStatic<LLVMContext> GlobalContext;
PassRegistry.cpp 18 #include "llvm/Support/ManagedStatic.h"
28 // FIXME: We use ManagedStatic to erase the pass registrar on shutdown.
33 static ManagedStatic<PassRegistry> PassRegistryObj;
38 static ManagedStatic<sys::SmartMutex<true> > Lock;
Attributes.cpp 21 #include "llvm/Support/ManagedStatic.h"
119 static ManagedStatic<FoldingSet<AttributeListImpl> > AttributesLists;
122 static ManagedStatic<sys::SmartMutex<true> > ALMutex;
Function.cpp 22 #include "llvm/Support/ManagedStatic.h"
264 static ManagedStatic<sys::SmartRWMutex<true> > GCLock;
PassManager.cpp 24 #include "llvm/Support/ManagedStatic.h"
428 static ManagedStatic<sys::SmartMutex<true> > TimingInfoMutex;
    [all...]
  /external/clang/tools/diagtool/
DiagTool.h 19 #include "llvm/Support/ManagedStatic.h"
49 extern llvm::ManagedStatic<DiagTools> diagTools;
DiagTool.cpp 67 llvm::ManagedStatic<DiagTools> diagTools;
  /external/llvm/include/llvm/Support/
ManagedStatic.h 1 //===-- llvm/Support/ManagedStatic.h - Static Global wrapper ----*- C++ -*-===//
10 // This file defines the ManagedStatic class and the llvm_shutdown() function.
23 /// object_creator - Helper method for ManagedStatic.
29 /// object_deleter - Helper method for ManagedStatic.
38 /// ManagedStaticBase - Common base class for ManagedStatic instances.
55 /// ManagedStatic - This transparently changes the behavior of global statics to
61 class ManagedStatic : public ManagedStaticBase {
99 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 19 #include "llvm/Support/ManagedStatic.h"
41 static ManagedStatic<PSVGlobalsTy> PSVGlobals;
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 29 #include "llvm/Support/ManagedStatic.h"
49 static ManagedStatic<sys::Mutex> FunctionsLock;
53 static ManagedStatic<std::map<const Function *, ExFunc> > ExportedFunctions;
58 static ManagedStatic<std::map<const Function *, RawFunc> > RawFunctions;
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 31 #include "llvm/Support/ManagedStatic.h"
60 static ManagedStatic<SmallVector<std::pair<PassManagerBuilder::ExtensionPointTy,
  /frameworks/compile/slang/
slang_rs_export_type.h 32 #include "llvm/Support/ManagedStatic.h"
244 static llvm::ManagedStatic<RSSpecificTypeMapTy> RSSpecificTypeMap;
slang_rs_export_type.cpp 781 llvm::ManagedStatic<RSExportPrimitiveType::RSSpecificTypeMapTy>
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 32 #include "llvm/Support/ManagedStatic.h"
257 ManagedStatic<JitPool> AllJits;
JITEmitter.cpp 40 #include "llvm/Support/ManagedStatic.h"
274 ManagedStatic<StubToResolverMapTy> StubToResolverMap;
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 28 #include <llvm/Support/ManagedStatic.h>
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 42 #include "llvm/Support/ManagedStatic.h"
    [all...]

Completed in 886 milliseconds