/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 105 unsigned getAttributeID(AttributeSet PAL) const { in getAttributeID() 112 unsigned getAttributeGroupID(AttributeSet PAL) const { in getAttributeGroupID()
|
D | ValueEnumerator.cpp | 421 void ValueEnumerator::EnumerateAttributes(AttributeSet PAL) { in EnumerateAttributes()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 282 AttributeSet PAL = getAttributes(); in addAttribute() local 288 AttributeSet PAL = getAttributes(); in addAttributes() local 294 AttributeSet PAL = getAttributes(); in removeAttributes() local
|
D | AsmWriter.cpp | 1889 const AttributeSet &PAL = CI->getAttributes(); in printInstruction() local 1922 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 | 1443 const AttributeSet PAL = Func->getAttributes(); in LLVMAddFunctionAttr() local 1466 const AttributeSet PAL = Func->getAttributes(); in LLVMRemoveFunctionAttr() local 1477 const AttributeSet PAL = Func->getAttributes(); in LLVMGetFunctionAttr() local
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 148 const AttributeSet &PAL = F->getAttributes().getFnAttributes(); in runOnSCC() local
|
D | DeadArgumentElimination.cpp | 278 AttributeSet PAL = CS.getAttributes(); in DeleteDeadVarargs() local 724 const AttributeSet &PAL = F->getAttributes(); in RemoveDeadStuffFromFunction() local
|
D | ArgumentPromotion.cpp | 513 const AttributeSet &PAL = F->getAttributes(); in DoPromotion() local
|
/external/llvm/include/llvm/Support/ |
D | CallSite.h | 182 void setAttributes(const AttributeSet &PAL) { in setAttributes()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 101 const AttributeSet &PAL = MF.getFunction()->getAttributes(); in emitPrologue() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3046 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseFunctionHeader() local 3614 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseInvoke() local 4020 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseCall() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2596 AttributeSet PAL = getAttributes(Record[0]); in ParseFunctionBody() local 2861 AttributeSet PAL = getAttributes(Record[0]); in ParseFunctionBody() local
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 467 void CppWriter::printAttributes(const AttributeSet &PAL, in printAttributes()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1465 const AttributeSet &PAL = F->getAttributes(); in emitFunctionParamList() local
|
D | NVPTXISelLowering.cpp | 1368 const AttributeSet &PAL = F->getAttributes(); in LowerFormalArguments() local
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 994 AttributeListType &PAL, in ConstructAttributeList()
|