Home
last modified time | relevance | path

Searched defs:Instances (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp47 static TimeTraceProfilerInstances Instances; getTimeTraceProfilerInstances() local
156 auto &Instances = getTimeTraceProfilerInstances(); write() local
326 auto &Instances = getTimeTraceProfilerInstances(); timeTraceProfilerCleanup() local
336 auto &Instances = getTimeTraceProfilerInstances(); timeTraceProfilerFinishThread() local
[all...]
/llvm-project/libc/utils/HdrGen/
H A DPublicAPICommand.cpp
/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp435 std::unordered_map<const char *, char *> Instances; global() member in __anon141acc330111::ELFNixPlatformRuntimeTLVManager
H A Dmacho_platform.cpp1295 std::unordered_map<const char *, char *> Instances; global() member in __anoncbb4fc950411::MachOPlatformRuntimeTLVManager
/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h169 DenseMap<unsigned, MCLabel *> Instances; variable