Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1152 if (AA->hasCallBaseContext()) in manifestAttributes()
2252 if (Pos.hasCallBaseContext()) in operator <<()
H A DAttributorAttributes.cpp4732 if (hasCallBaseContext()) in updateImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h563 bool hasCallBaseContext() const { return CBContext != nullptr; } in hasCallBaseContext() function