HomeSort by relevance Sort by last modified time
    Searched refs:getFnAttributes (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/
Attributes.h 237 /// getFnAttributes - The function attributes are returned.
238 Attributes getFnAttributes() const {
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 239 if (Attributes FnAttrs = PAL.getFnAttributes())
658 Attributes FnAttrs = PAL.getFnAttributes();
788 Attributes FnAttrs = CallPAL.getFnAttributes();
    [all...]
ArgumentPromotion.cpp 593 if (Attributes attrs = PAL.getFnAttributes())
729 if (Attributes attrs = CallPAL.getFnAttributes())
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
Verifier.cpp 602 Attributes FAttrs = Attrs.getFnAttributes();
    [all...]
Core.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 66 Fn->getAttributes().getFnAttributes()));
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 102 .getFnAttributes()));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CodeGenModule.cpp     [all...]

Completed in 109 milliseconds