OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetTailCallRelease
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/ObjCARC/
PtrState.h
124
void
SetTailCallRelease
(const bool NewValue) {
PtrState.cpp
185
SetTailCallRelease
(cast<CallInst>(I)->isTailCall());
338
SetTailCallRelease
(cast<CallInst>(Release)->isTailCall());
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
PtrState.h
126
void
SetTailCallRelease
(const bool NewValue) {
PtrState.cpp
199
SetTailCallRelease
(cast<CallInst>(I)->isTailCall());
365
SetTailCallRelease
(cast<CallInst>(Release)->isTailCall());
Completed in 209 milliseconds