/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 111 unsigned getAttributeID(AttributeSet PAL) const { in getAttributeID() 118 unsigned getAttributeGroupID(AttributeSet PAL) const { in getAttributeGroupID()
|
D | ValueEnumerator.cpp | 422 void ValueEnumerator::EnumerateAttributes(AttributeSet PAL) { in EnumerateAttributes()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 308 AttributeSet PAL = getAttributes(); in addAttribute() local 314 AttributeSet PAL = getAttributes(); in addAttributes() local 320 AttributeSet PAL = getAttributes(); in removeAttributes() local
|
D | AsmWriter.cpp | 1934 const AttributeSet &PAL = CI->getAttributes(); in printInstruction() local 1967 const AttributeSet &PAL = II->getAttributes(); in printInstruction() local
|
D | Instructions.cpp | 335 AttributeSet PAL = getAttributes(); in addAttribute() local 341 AttributeSet PAL = getAttributes(); in removeAttribute() local 594 AttributeSet PAL = getAttributes(); in addAttribute() local 600 AttributeSet PAL = getAttributes(); in removeAttribute() local
|
D | Core.cpp | 1583 const AttributeSet PAL = Func->getAttributes(); in LLVMAddFunctionAttr() local 1606 const AttributeSet PAL = Func->getAttributes(); in LLVMRemoveFunctionAttr() local 1617 const AttributeSet PAL = Func->getAttributes(); in LLVMGetFunctionAttr() local
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 149 const AttributeSet &PAL = F->getAttributes().getFnAttributes(); in runOnSCC() local
|
D | DeadArgumentElimination.cpp | 244 AttributeSet PAL = CS.getAttributes(); in DeleteDeadVarargs() local 705 const AttributeSet &PAL = F->getAttributes(); in RemoveDeadStuffFromFunction() local
|
D | ArgumentPromotion.cpp | 526 const AttributeSet &PAL = F->getAttributes(); in DoPromotion() local
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 201 void setAttributes(const AttributeSet &PAL) { in setAttributes()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 239 const AttributeSet &PAL = MF.getFunction()->getAttributes(); in emitPrologue() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3235 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseFunctionHeader() local 3808 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseInvoke() local 4220 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseCall() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2757 AttributeSet PAL = getAttributes(Record[0]); in ParseFunctionBody() local 3048 AttributeSet PAL = getAttributes(Record[0]); in ParseFunctionBody() local
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 474 void CppWriter::printAttributes(const AttributeSet &PAL, in printAttributes()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1784 const AttributeSet &PAL = F->getAttributes(); in emitFunctionParamList() local
|
D | NVPTXISelLowering.cpp | 1634 const AttributeSet &PAL = F->getAttributes(); in LowerFormalArguments() local
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1067 AttributeListType &PAL, in ConstructAttributeList()
|