Searched refs:ToStrip (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dstrip_unknown_attributes.cpp35 llvm::AttributeSet ToStrip = llvm::AttributeSet::get(F.getContext(), local
37 A.removeAttr(ToStrip);
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp66 AttributeSet ToStrip = AttributeSet::get(F.getContext(), local
68 F.removeAttributes(AttributeSet::FunctionIndex, ToStrip);

Completed in 76 milliseconds