Searched refs:NewStack (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1202 InlineCallStack NewStack; local
1203 NewStack.push_back(FProfile);
1204 NewStack.insert(NewStack.end(), InlineStack.begin(), InlineStack.end());
1208 for (auto CallerProfile : NewStack)
1250 InlineCallStack NewStack;
1251 NewStack.push_back(FProfile);
1252 NewStack.insert(NewStack.end(), InlineStack.begin(), InlineStack.end());
1253 if (std::error_code EC = readOneFunctionProfile(NewStack, Updat
[all...]
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5146 new stack specified by NewStack and passing in the parameters specified
5149 supports a variable number of arguments following the NewStack parameter.
5155 If NewStack is NULL, then ASSERT().
5162 @param NewStack A pointer to the new stack to use for the EntryPoint
5177 IN VOID *NewStack,
7452 specified by NewStack and passing in the parameters specified by Context1 and
7458 If NewStack is NULL, then ASSERT().
7477 @param NewStack A pointer to the new stack to use for the EntryPoint
7487 IN VOID *NewStack
7498 using the new stack specified by NewStack an
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp6015 llvm::Value *NewStack =
6019 CGF.Builder.CreateStore(NewStack, stack_p);

Completed in 292 milliseconds