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

1 2

  /external/llvm/unittests/IR/
AttributesTest.cpp 43 AttributeSet SetB = SetA.removeAttributes(C, 1, ASs[1]);
  /external/llvm/include/llvm/IR/
Attributes.h 249 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
255 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
430 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
Function.h 235 void removeAttributes(unsigned i, AttributeSet attr);
  /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/lib/Transforms/IPO/
Inliner.cpp 104 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
108 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
113 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
    [all...]
DeadArgumentElimination.cpp     [all...]
FunctionAttrs.cpp 258 F->removeAttributes(
    [all...]
  /external/llvm/lib/IR/
Function.cpp 206 getParent()->removeAttributes(getArgNo() + 1,
351 void Function::removeAttributes(unsigned i, AttributeSet attrs) {
353 PAL = PAL.removeAttributes(getContext(), i, attrs);
    [all...]
Attributes.cpp 863 return removeAttributes(C, Index, AttributeSet::get(C, Index, Attr));
866 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index,
896 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index);
909 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index,
    [all...]
Core.cpp     [all...]
Instructions.cpp 331 PAL = PAL.removeAttributes(Context, i,
663 PAL = PAL.removeAttributes(getContext(), i,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 541 NewF->removeAttributes(
548 NewF->removeAttributes(
719 NewF->removeAttributes(
761 NewF->removeAttributes(AttributeSet::FunctionIndex, ReadOnlyNoneAttrs);
    [all...]
SafeStack.cpp 691 F.removeAttributes(
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 507 F.removeAttributes(AttributeSet::FunctionIndex, A);
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 99 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
119 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
130 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
    [all...]
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /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 

Completed in 1289 milliseconds

1 2