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

  /external/llvm/include/llvm/IR/
Attributes.h 501 namespace AttributeFuncs {
506 } // end AttributeFuncs namespace
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 821 removeAttributes(AttributeFuncs::
826 hasAttributes(AttributeFuncs::
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 494 AttributeFuncs::typeIncompatible(NewFT->getReturnType(),
647 AttributeFuncs::typeIncompatible(NewFT->getReturnType(),
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp     [all...]
Verifier.cpp 849 hasAttributes(AttributeFuncs::typeIncompatible(Ty, Idx), Idx),
851 AttributeFuncs::typeIncompatible(Ty, Idx).getAsString(Idx), V);
    [all...]

Completed in 140 milliseconds