Searched refs:allocContextNode (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | CtxInstrProfiling.cpp | 117 inline ContextNode *allocContextNode(char *Place, GUID Guid, in allocContextNode() function 205 auto *Ret = allocContextNode(AllocPlace, Guid, NumCounters, NumCallsites, in getCallsiteSlow() 239 auto *Ret = allocContextNode(AllocBuff, Guid, NumCounters, 0); in getFlatProfile() 268 Root->FirstNode = allocContextNode(M->tryBumpAllocate(Needed), Guid, in setupContext()
|