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

1 2

  /external/llvm/lib/Support/
PluginLoader.cpp 17 #include "llvm/Support/ManagedStatic.h"
23 static ManagedStatic<std::vector<std::string> > Plugins;
24 static ManagedStatic<sys::SmartMutex<true> > PluginsLock;
Statistic.cpp 29 #include "llvm/Support/ManagedStatic.h"
49 /// StatisticInfo - This class is used in a ManagedStatic so that it is created
65 static ManagedStatic<StatisticInfo> StatInfo;
66 static ManagedStatic<sys::SmartMutex<true> > StatLock;
Timer.cpp 20 #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 39 ManagedStatic.cpp \
  /frameworks/compile/mclinker/lib/LD/
RelocData.cpp 12 #include <llvm/Support/ManagedStatic.h>
18 static llvm::ManagedStatic<RelocDataFactory> g_RelocDataFactory;
SectionData.cpp 14 #include <llvm/Support/ManagedStatic.h>
20 static llvm::ManagedStatic<SectDataFactory> g_SectDataFactory;
LDSymbol.cpp 18 #include <llvm/Support/ManagedStatic.h>
24 static llvm::ManagedStatic<LDSymbol> g_NullSymbol;
25 static llvm::ManagedStatic<NullFragment> g_NullSymbolFragment;
26 static llvm::ManagedStatic<LDSymbolFactory> g_LDSymbolFactory;
LDSection.cpp 13 #include <llvm/Support/ManagedStatic.h>
19 static llvm::ManagedStatic<SectionFactory> g_SectFactory;
EhFrame.cpp 16 #include <llvm/Support/ManagedStatic.h>
22 static llvm::ManagedStatic<EhFrameFactory> g_EhFrameFactory;
ResolveInfo.cpp 12 #include <llvm/Support/ManagedStatic.h>
  /external/llvm/lib/IR/
LeakDetector.cpp 19 #include "llvm/Support/ManagedStatic.h"
24 static ManagedStatic<sys::SmartMutex<true> > ObjectsLock;
25 static ManagedStatic<LeakDetectorImpl<void> > Objects;
LLVMContext.cpp 20 #include "llvm/Support/ManagedStatic.h"
25 static ManagedStatic<LLVMContext> GlobalContext;
PassRegistry.cpp 22 #include "llvm/Support/ManagedStatic.h"
29 // FIXME: We use ManagedStatic to erase the pass registrar on shutdown.
34 static ManagedStatic<PassRegistry> PassRegistryObj;
39 static ManagedStatic<sys::SmartRWMutex<true> > Lock;
  /frameworks/compile/mclinker/lib/Support/
MemoryRegion.cpp 12 #include <llvm/Support/ManagedStatic.h>
16 static llvm::ManagedStatic<RegionFactory> g_RegionFactory;
MsgHandling.cpp 17 #include <llvm/Support/ManagedStatic.h>
28 static llvm::ManagedStatic<DiagnosticEngine> g_pEngine;
  /external/llvm/unittests/Support/
ManagedStatic.cpp 1 //===- llvm/unittest/Support/ManagedStatic.cpp - ManagedStatic tests ------===//
9 #include "llvm/Support/ManagedStatic.h"
25 llvm::ManagedStatic<int> ms;
  /external/clang/tools/diagtool/
DiagTool.h 18 #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.
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 15 #include <llvm/Support/ManagedStatic.h>
30 static llvm::ManagedStatic<FragRefFactory> g_FragRefFactory;
Relocation.cpp 18 #include <llvm/Support/ManagedStatic.h>
22 static llvm::ManagedStatic<RelocationFactory> g_RelocationFactory;
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 19 #include "llvm/Support/ManagedStatic.h"
41 static ManagedStatic<PSVGlobalsTy> PSVGlobals;
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 22 #include <llvm/Support/ManagedStatic.h>
  /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;
  /art/compiler/llvm/
compiler_llvm.cc 33 #include <llvm/Support/ManagedStatic.h>

Completed in 324 milliseconds

1 2