HomeSort by: relevance | last modified time | path
    Searched defs:getAttributes (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPEntry.cpp 76 const LDAPAttributeList* LDAPEntry::getAttributes() const{
77 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::getAttributes()" << endl);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCPseudoProbe.h 94 uint8_t getAttributes() const { return Attributes; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalVariable.h 223 AttributeSet getAttributes() const {
244 return getAttributes().hasAttribute("bss-section") ||
245 getAttributes().hasAttribute("data-section") ||
246 getAttributes().hasAttribute("relro-section") ||
247 getAttributes().hasAttribute("rodata-section");
InstrTypes.h 1472 AttributeList getAttributes() const { return Attrs; }
1494 AttributeList PAL = getAttributes();
1501 AttributeList PAL = getAttributes();
1509 AttributeList PAL = getAttributes();
1517 AttributeList PAL = getAttributes();
1524 AttributeList PAL = getAttributes();
1531 AttributeList PAL = getAttributes();
1537 AttributeList PAL = getAttributes();
1545 AttributeList PAL = getAttributes();
1553 AttributeList PAL = getAttributes();
    [all...]
Function.h 249 AttributeList getAttributes() const { return AttributeSets; }
277 setAttributes(getAttributes().removeAttribute(
445 return getAttributes().hasAttribute(i, Kind);
450 return getAttributes().hasParamAttribute(ArgNo, Kind);
455 return getAttributes().getParamAttr(ArgNo, Kind);
IntrinsicInst.h 1177 ConstantInt *getAttributes() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.h 101 const LoopAttributes &getAttributes() const { return Attrs; }
224 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 1374 CurBuilder.merge(List.getAttributes(I - 1));
1384 AttributeSet Attrs = getAttributes(Index);
1427 const MaybeAlign OldAlign = getAttributes(Index).getAlignment();
1433 AttrBuilder Merged(getAttributes(Index));
1487 AttributeSet Attrs = getAttributes(Index);
1556 return getAttributes(ArgNo + FirstArgIndex);
1560 return getAttributes(ReturnIndex);
1564 return getAttributes(FunctionIndex);
1569 return getAttributes(Index).hasAttribute(Kind);
1573 return getAttributes(Index).hasAttribute(Kind)
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 667 inline ListASTNode * getAttributes() { return m_attributes; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 1783 uint32_t getAttributes() const { return Attributes; }
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 795 ParsedAttributes &getAttributes() { return Attrs; }
796 const ParsedAttributes &getAttributes() const { return Attrs; }
1475 MethodQualifiers->getAttributes().size());
2523 const ParsedAttributes &getAttributes() const { return Attrs; }
2524 ParsedAttributes &getAttributes() { return Attrs; }
2528 if (!getAttributes().empty() || getDeclSpec().hasAttributes())
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 643 AttributeList getAttributes(unsigned i) const {
3310 auto AS = getAttributes(Record[12]).getFnAttributes();
3365 Func->setAttributes(getAttributes(Record[4]));
4670 AttributeList PAL = getAttributes(Record[OpNum++]);
4753 AttributeList PAL = getAttributes(Record[OpNum++]);
5307 AttributeList PAL = getAttributes(Record[OpNum++]);

Completed in 52 milliseconds