HomeSort by: relevance | last modified time | path
    Searched refs:IsFnInterface (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 2244 bool IsFnInterface = IRP.isFnInterfaceKind();
2253 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope)))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 3502 bool IsFnInterface = IRP.isFnInterfaceKind();
3504 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope))) {

Completed in 32 milliseconds