Searched refs:addCallStack (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DState.cpp107 addCallStack(Limit);
117 void State::addCallStack(unsigned Limit) { function in class:State
H A DState.h127 void addCallStack(unsigned Limit);
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h87 void addCallStack(AllocationType AllocType, ArrayRef<uint64_t> StackIds);
91 void addCallStack(MDNode *MIB);
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp100 void CallStackTrie::addCallStack(AllocationType AllocType, function in class:CallStackTrie
133 void CallStackTrie::addCallStack(MDNode *MIB) { function in class:CallStackTrie
143 addCallStack(getMIBAllocType(MIB), CallStack);
219 assert(!Alloc->Callers.empty() && "addCallStack has not been called yet");
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1268 static void addCallStack(CallStackTrie &AllocTrie, function
1276 AllocTrie.addCallStack(AllocType, StackIds);
1452 addCallStack(AllocTrie, AllocInfo);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp818 CallStack.addCallStack(cast<MDNode>(MIB));

Completed in 223 milliseconds