HomeSort by: relevance | last modified time | path
    Searched refs:removeAttributes (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 308 removeAttributes(LLVMContext &C, const AttrBuilder &AttrsToRemove) const;
506 LLVM_NODISCARD AttributeList removeAttributes(
511 LLVM_NODISCARD AttributeList removeAttributes(LLVMContext &C,
533 return removeAttributes(C, ArgNo + FirstArgIndex, AttrsToRemove);
546 return removeAttributes(C, ArgNo + FirstArgIndex);
851 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
Function.h 428 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
InstrTypes.h 1536 void removeAttributes(unsigned i, const AttrBuilder &Attrs) {
1538 PAL = PAL.removeAttributes(getContext(), i, Attrs);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SCCP.cpp 496 F.removeAttributes(AttributeList::FunctionIndex, AttributesToRemove);
503 CB->removeAttributes(AttributeList::FunctionIndex,
RewriteStatepointsForGC.cpp 2611 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 515 NewCI->removeAttributes(AttributeList::ReturnIndex,
544 NewCI->removeAttributes(AttributeList::ReturnIndex,
607 NewCI->removeAttributes(AttributeList::ReturnIndex,
1084 NewCI->removeAttributes(AttributeList::ReturnIndex,
1138 NewCI->removeAttributes(AttributeList::ReturnIndex,
1153 NewCI->removeAttributes(AttributeList::ReturnIndex,
1215 NewCI->removeAttributes(AttributeList::ReturnIndex,
3265 NewCI->removeAttributes(AttributeList::ReturnIndex,
3279 NewCI->removeAttributes(AttributeList::ReturnIndex,
3295 NewCI->removeAttributes(AttributeList::ReturnIndex
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 783 AttributeSet AttributeSet::removeAttributes(LLVMContext &C,
1485 AttributeList::removeAttributes(LLVMContext &C, unsigned Index,
1488 AttributeSet NewAttrs = Attrs.removeAttributes(C, AttrsToRemove);
1495 AttributeList AttributeList::removeAttributes(LLVMContext &C,
1823 AttrBuilder &AttrBuilder::removeAttributes(AttributeList A, uint64_t Index) {
2179 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr);
2183 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr);
Function.cpp 581 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) {
583 PAL = PAL.removeAttributes(getContext(), i, Attrs);
AutoUpgrade.cpp 4381 F.removeAttributes(AttributeList::ReturnIndex,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp 360 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 488 F.removeAttributes(AttributeList::FunctionIndex, B);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 1218 NewF->removeAttributes(
1224 NewF->removeAttributes(AttributeList::FunctionIndex,
1571 NewF->removeAttributes(
1620 NewF->removeAttributes(AttributeList::FunctionIndex, ReadOnlyNoneAttrs);
3104 CustomFn->removeAttributes(AttributeList::FunctionIndex,
3320 NewCB->setAttributes(CB.getAttributes().removeAttributes(
MemorySanitizer.cpp 3634 Call->removeAttributes(AttributeList::FunctionIndex, B);
3636 Func->removeAttributes(AttributeList::FunctionIndex, B);
5320 F.removeAttributes(AttributeList::FunctionIndex, B);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 306 F->removeAttributes(AttributeList::FunctionIndex, AttrsToRemove);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 144 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);
161 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);
169 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);
177 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 2007 F->removeAttributes(llvm::AttributeList::FunctionIndex, RemoveAttrs);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 5639 CI->removeAttributes(AttributeList::ReturnIndex,

Completed in 71 milliseconds