Home
last modified time | relevance | path

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

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