/external/llvm/unittests/IR/ |
AttributesTest.cpp | 43 AttributeSet SetB = SetA.removeAttributes(C, 1, ASs[1]);
|
/external/llvm/bindings/go/llvm/ |
IRBindings.cpp | 46 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex,
|
/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
bcc_strip_attr.cpp | 68 F.removeAttributes(AttributeSet::FunctionIndex, ToStrip);
|
/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);
|
/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/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/ |
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...] |
Function.cpp | 206 getParent()->removeAttributes(getArgNo() + 1, 351 void Function::removeAttributes(unsigned i, AttributeSet attrs) { 353 PAL = PAL.removeAttributes(getContext(), i, attrs); [all...] |
Core.cpp | [all...] |
Instructions.cpp | 331 PAL = PAL.removeAttributes(Context, i, 663 PAL = PAL.removeAttributes(getContext(), i, [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...] |