Home
last modified time | relevance | path

Searched refs:setAttributes (Results 26 – 50 of 63) sorted by relevance

123

/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dprocess.d1801 import std.file : remove, write, setAttributes, tempDir;
1807 setAttributes(deleteme, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
1852 setAttributes(directoryNoSearch, S_IRUSR);
1915 import std.file : mkdir, write, setAttributes, rmdirRecurse;
1922 setAttributes(dir ~ "/program", octal!700);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp163 NewF->setAttributes( in simplifyExternals()
H A DMergeFunctions.cpp714 CI->setAttributes(F->getAttributes()); in writeThunk()
H A DGlobalOpt.cpp1649 F->setAttributes(StripAttr(F->getContext(), F->getAttributes(), A)); in RemoveAttribute()
1654 CB->setAttributes(StripAttr(F->getContext(), CB->getAttributes(), A)); in RemoveAttribute()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1263 NewRetVal->setAttributes(NewAL); in AddReturnAttributes()
2148 NewCI->setAttributes(Attrs); in InlineFunction()
2386 NewDeoptCall->setAttributes(DeoptAttributes); in InlineFunction()
H A DBuildLibCalls.cpp1456 CI->setAttributes(Attrs.removeAttribute(B.getContext(), in emitUnaryFloatFnCallHelper()
1501 CI->setAttributes(Attrs.removeAttribute(B.getContext(), in emitBinaryFloatFnCallHelper()
H A DValueMapper.cpp957 CB->setAttributes(Attrs); in remapInstruction()
H A DLocal.cpp2143 NewCall->setAttributes(II->getAttributes()); in createCallMatchingInvoke()
2209 II->setAttributes(CI->getAttributes()); in changeToInvokeAndSplitBasicBlock()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp681 F.setAttributes( in setFunctionAttributes()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp152 New->setAttributes(AttributeList); in getOrInsertFunction()
H A DInstructions.cpp553 NewCI->setAttributes(CI->getAttributes()); in Create()
871 NewII->setAttributes(II->getAttributes()); in Create()
953 NewCBI->setAttributes(CBI->getAttributes()); in Create()
/netbsd/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.y257 node->setAttributes(dynamic_cast<ListASTNode*>($2));
H A DElftosbAST.h666 inline void setAttributes(ListASTNode * attributes) { m_attributes = attributes; } in setAttributes() function
H A Delftosb_parser.tab.cpp1643 node->setAttributes(dynamic_cast<ListASTNode*>((yyvsp[-1].m_ast)));
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86WinEHState.cpp498 NewCall->setAttributes(Call.getAttributes()); in rewriteSetJmpCall()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h422 AttributeList setAttributes(LLVMContext &C, unsigned Index,
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp745 Entry.setAttributes(CI, ArgI); in lowerCallOperands()
985 Entry.setAttributes(CI, ArgI); in lowerCallTo()
1139 Entry.setAttributes(CI, i - CI->arg_begin()); in lowerCall()
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp157 Fn->setAttributes(AS); in validateEndOfModule()
165 CI->setAttributes(AS); in validateEndOfModule()
173 II->setAttributes(AS); in validateEndOfModule()
181 CBI->setAttributes(AS); in validateEndOfModule()
185 GV->setAttributes(AttributeSet::get(Context,Attrs)); in validateEndOfModule()
1237 GV->setAttributes(AttributeSet::get(Context, Attrs)); in parseGlobal()
5950 Fn->setAttributes(PAL); in parseFunctionHeader()
6629 II->setAttributes(PAL); in parseInvoke()
6956 CBI->setAttributes(PAL); in parseCallBr()
7370 CI->setAttributes(PAL); in parseCall()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dprocess.d1149 import std.file : remove, write, setAttributes;
1154 setAttributes(deleteme, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
1197 setAttributes(directoryNoSearch, S_IRUSR);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp641 CB.setAttributes(AS); in processCallSite()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h525 CB->setAttributes(AttrList); in removeAttrs()
527 getAssociatedFunction()->setAttributes(AttrList); in removeAttrs()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp432 Call->setAttributes(Attrs); in EmitMustTailThunk()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3311 NewGV->setAttributes(AS); in parseGlobalVarRecord()
3365 Func->setAttributes(getAttributes(Record[4])); in parseFunctionRecord()
4736 cast<InvokeInst>(I)->setAttributes(PAL); in parseFunctionBody()
4823 cast<CallBrInst>(I)->setAttributes(PAL); in parseFunctionBody()
5389 cast<CallInst>(I)->setAttributes(PAL); in parseFunctionBody()
/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp365 F->setAttributes(NewAttrs); in TestFuncAttrs()
/netbsd/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp673 F->setAttributes(mapAttributeTypes(F->getContext(), F->getAttributes())); in copyFunctionProto()

123