Searched refs:Instances (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp45 static TimeTraceProfilerInstances Instances; local
46 return Instances;
150 auto &Instances = getTimeTraceProfilerInstances(); local
151 std::lock_guard<std::mutex> Lock(Instances.Lock);
154 assert(llvm::all_of(Instances.List,
182 for (const TimeTraceProfiler *TTP : Instances.List)
190 for (const TimeTraceProfiler *TTP : Instances.List)
204 for (const TimeTraceProfiler *TTP : Instances.List)
255 for (const TimeTraceProfiler *TTP : Instances.List)
302 auto &Instances local
312 auto &Instances = getTimeTraceProfilerInstances(); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp435 std::unordered_map<const char *, char *> Instances; member in class:__anon1011::ELFNixPlatformRuntimeTLVManager
440 auto I = Instances.find(ThreadData);
441 if (I != Instances.end())
459 Instances[ThreadData] = Instance;
H A Dmacho_platform.cpp1295 std::unordered_map<const char *, char *> Instances; member in class:__anon1158::MachOPlatformRuntimeTLVManager
1300 auto I = Instances.find(ThreadData);
1301 if (I != Instances.end())
1321 Instances[ThreadData] = Instance;
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp156 Instances.clear();
328 MCLabel *&Label = Instances[LocalLabelVal];
335 MCLabel *&Label = Instances[LocalLabelVal];
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h166 /// Instances of directional local labels.
167 DenseMap<unsigned, MCLabel *> Instances; member in class:llvm::MCContext

Completed in 187 milliseconds