HomeSort by relevance Sort by last modified time
    Searched refs:removeAttributes (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/unittests/IR/
AttributesTest.cpp 43 AttributeSet SetB = SetA.removeAttributes(C, 1, ASs[1]);
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 68 F.removeAttributes(AttributeSet::FunctionIndex, ToStrip);
  /external/llvm/bindings/go/llvm/
IRBindings.cpp 46 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex,
  /external/llvm/include/llvm/IR/
Attributes.h 289 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
459 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
Function.h 221 void removeAttributes(unsigned i, AttributeSet attr);
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 102 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
106 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
DeadArgumentElimination.cpp     [all...]
FunctionAttrs.cpp 284 F->removeAttributes(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 807 return removeAttributes(C, Index, AttributeSet::get(C, Index, Attr));
810 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index,
842 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index);
    [all...]
Function.cpp 199 getParent()->removeAttributes(getArgNo() + 1,
339 void Function::removeAttributes(unsigned i, AttributeSet attrs) {
341 PAL = PAL.removeAttributes(getContext(), i, attrs);
    [all...]
Core.cpp     [all...]
Instructions.cpp 344 PAL = PAL.removeAttributes(Context, i,
615 PAL = PAL.removeAttributes(getContext(), i,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 528 NewF->removeAttributes(
535 NewF->removeAttributes(
705 NewF->removeAttributes(
747 NewF->removeAttributes(AttributeSet::FunctionIndex, ReadOnlyNoneAttrs);
    [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 497 F.removeAttributes(AttributeSet::FunctionIndex, A);
  /external/llvm/lib/AsmParser/
LLParser.cpp 71 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
91 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
102 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
bcel.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 

Completed in 1326 milliseconds

1 2