Home
last modified time | relevance | path

Searched refs:hasCallBaseContext (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1480 if (AA->hasCallBaseContext()) in manifestAttributes()
2699 if (Pos.hasCallBaseContext()) in operator <<()
H A DAttributorAttributes.cpp5359 if (hasCallBaseContext() && in updateImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h635 bool hasCallBaseContext() const { return CBContext != nullptr; } in hasCallBaseContext() function