HomeSort by relevance Sort by last modified time
    Searched defs:PAL (Results 1 - 13 of 13) sorted by null

  /external/llvm/bindings/go/llvm/
IRBindings.cpp 26 const AttributeSet PAL = Func->getAttributes();
29 PAL.addAttributes(Func->getContext(), AttributeSet::FunctionIndex,
37 const AttributeSet PAL = Func->getAttributes();
38 return PAL.Raw(AttributeSet::FunctionIndex);
43 const AttributeSet PAL = Func->getAttributes();
46 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex,
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417DecodedBitStreamParser.h 35 static int32_t PAL;
BC_PDF417DecodedBitStreamParser.cpp 50 int32_t CBC_DecodedBitStreamPaser::PAL = 29;
311 if (subModeCh < PAL) {
314 if (subModeCh == PAL) {
337 if (subModeCh < PAL) {
340 if (subModeCh == PAL) {
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 239 const AttributeSet &PAL = MF.getFunction()->getAttributes();
240 if (PAL.hasAttrSomewhere(Attribute::Nest))
  /external/llvm/lib/IR/
Function.cpp 340 AttributeSet PAL = getAttributes();
341 PAL = PAL.addAttribute(getContext(), i, attr);
342 setAttributes(PAL);
346 AttributeSet PAL = getAttributes();
347 PAL = PAL.addAttributes(getContext(), i, attrs);
348 setAttributes(PAL);
352 AttributeSet PAL = getAttributes();
353 PAL = PAL.removeAttributes(getContext(), i, attrs)
    [all...]
AsmWriter.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 638 const AttributeSet &PAL = F->getAttributes();
641 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
643 PAL.getRetAttributes()));
658 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
720 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
722 PAL.getFnAttributes()));
    [all...]
DeadArgumentElimination.cpp 249 AttributeSet PAL = CS.getAttributes();
250 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
252 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
253 AttributesVec.push_back(PAL.getSlotAttributes(i));
254 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
256 PAL.getFnAttributes()));
257 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
265 cast<InvokeInst>(New)->setAttributes(PAL);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 735 milliseconds