HomeSort by relevance Sort by last modified time
    Searched refs:Attrs (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/elfutils/tests/
run-show-die-info.sh 30 Attrs : name stmt_list low_pc high_pc language comp_dir producer
40 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
47 Attrs : name byte_size encoding
54 Attrs : name stmt_list low_pc high_pc language comp_dir producer
64 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type
71 Attrs : name byte_size encoding
78 Attrs : name stmt_list low_pc high_pc language comp_dir producer
88 Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type
95 Attrs : sibling name decl_file decl_line declaration external type
100 Attrs
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 118 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) {
121 Attrs.NAME = V; \
361 // Go through the attributes from \param Attrs in the order specified in 7.27.4
363 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) {
370 ADD_ATTR(Attrs.DW_AT_name);
371 ADD_ATTR(Attrs.DW_AT_accessibility);
372 ADD_ATTR(Attrs.DW_AT_address_class);
373 ADD_ATTR(Attrs.DW_AT_allocated);
374 ADD_ATTR(Attrs.DW_AT_artificial);
375 ADD_ATTR(Attrs.DW_AT_associated)
    [all...]
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 22 static MDNode *createMetadata(LLVMContext &Ctx, const LoopAttributes &Attrs) {
24 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 &&
25 Attrs.InterleaveCount == 0 && Attrs.UnrollCount == 0 &&
26 Attrs.VectorizeEnable == LoopAttributes::Unspecified &&
27 Attrs.UnrollEnable == LoopAttributes::Unspecified)
36 if (Attrs.VectorizeWidth > 0) {
39 Type::getInt32Ty(Ctx), Attrs.VectorizeWidth))};
44 if (Attrs.InterleaveCount > 0)
    [all...]
CGLoopInfo.h 66 LoopInfo(llvm::BasicBlock *Header, const LoopAttributes &Attrs);
75 const LoopAttributes &getAttributes() const { return Attrs; }
83 LoopAttributes Attrs;
100 /// \brief Begin a new structured loop. Stage attributes from the Attrs list.
103 llvm::ArrayRef<const Attr *> Attrs);
  /external/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp 22 SmallVector<AttributeSet, 4> Attrs;
23 Attrs.push_back(
26 Attrs.push_back(
29 Attrs.push_back(
32 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs));
  /external/llvm/utils/TableGen/
Attributes.cpp 40 const std::vector<Record*> &Attrs =
43 for (auto A : Attrs)
  /external/llvm/lib/IR/
AttributeImpl.h 152 AttributeSetNode(ArrayRef<Attribute> Attrs) : NumAttrs(Attrs.size()) {
154 std::copy(Attrs.begin(), Attrs.end(), getTrailingObjects<Attribute>());
161 static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs);
218 ArrayRef<std::pair<unsigned, AttributeSetNode *> > Attrs)
219 : Context(C), NumAttrs(Attrs.size()) {
222 if (Attrs.size() >= 2) {
223 for (const std::pair<unsigned, AttributeSetNode *> *i = Attrs.begin() + 1,
224 *e = Attrs.end()
    [all...]
Attributes.cpp 473 ArrayRef<Attribute> Attrs) {
474 if (Attrs.empty())
481 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end());
615 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) {
618 AttributeSetImpl::Profile(ID, Attrs);
628 AttributeSetImpl::totalSizeToAlloc<IndexAttrPair>(Attrs.size()));
629 PA = new (Mem) AttributeSetImpl(C, Attrs);
638 ArrayRef<std::pair<unsigned, Attribute> > Attrs){
640 if (Attrs.empty()
    [all...]
Verifier.cpp 417 bool VerifyAttributeCount(AttributeSet Attrs, unsigned Params);
418 void VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx, bool isFunction,
420 void VerifyParameterAttrs(AttributeSet Attrs, unsigned Idx, Type *Ty,
422 void VerifyFunctionAttrs(FunctionType *FT, AttributeSet Attrs,
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 194 ArrayRef<std::pair<unsigned, Attribute> > Attrs);
197 AttributeSetNode*> > Attrs);
201 AttributeSetNode*> > Attrs);
213 static AttributeSet get(LLVMContext &C, ArrayRef<AttributeSet> Attrs);
238 AttributeSet Attrs) const;
250 AttributeSet Attrs) const;
256 const AttrBuilder &Attrs) const;
392 std::bitset<Attribute::EndAttrKinds> Attrs;
401 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0),
404 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0)
    [all...]
  /external/clang/lib/ASTMatchers/
Android.mk 8 Attrs.inc \
  /external/clang/lib/Index/
Android.mk 7 Attrs.inc \
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 132 const SmallVectorImpl<const Attr *> &Attrs) {
146 for (const auto *I : Attrs) {
230 SmallVector<const Attr*, 8> Attrs;
233 Attrs.push_back(a);
236 CheckForIncompatibleAttributes(*this, Attrs);
238 if (Attrs.empty())
241 return ActOnAttributedStmt(Range.getBegin(), Attrs, S);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 123 const std::string &Attrs = Graph->getGraphAttrs(N);
124 if (!Attrs.empty()) {
125 if (Attrs.find("shape=") == std::string::npos)
126 return std::string("shape=Mrecord,") + Attrs;
128 return Attrs;
184 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) {
186 NodeGraphAttrs[N] = Attrs;
  /external/llvm/lib/Analysis/
StratifiedSets.h 66 StratifiedAttrs Attrs;
268 return Link.Attrs;
274 Link.Attrs.set(index);
279 Link.Attrs |= other;
371 auto &CurrentBits = Links[CurrentIndex].Attrs;
373 auto &NextBits = Links[NextIndex].Attrs;
455 auto Attrs = Link->getAttrs();
458 Attrs |= Link->getAttrs();
461 return Attrs;
466 auto Attrs = getAttributes(Main)
    [all...]
  /external/clang/lib/Edit/
Android.mk 11 Attrs.inc \
  /external/clang/lib/Frontend/Rewrite/
Android.mk 7 Attrs.inc \
  /external/clang/lib/Rewrite/
Android.mk 7 Attrs.inc \
  /external/clang/lib/StaticAnalyzer/Frontend/
Android.mk 8 Attrs.inc \
  /external/clang/lib/Tooling/
Android.mk 7 Attrs.inc \
  /external/clang/lib/Parse/
ParseStmt.cpp 103 ParsedAttributesWithRange Attrs(AttrFactory);
104 MaybeParseCXX11Attributes(Attrs, nullptr, /*MightBeObjCMessageSend*/ true);
107 OnlyStatement, TrailingElseLoc, Attrs);
109 assert((Attrs.empty() || Res.isInvalid() || Res.isUsable()) &&
112 if (Attrs.empty() || Res.isInvalid())
115 return Actions.ProcessStmtAttributes(Res.get(), Attrs.getList(), Attrs.Range);
150 ParsedAttributesWithRange &Attrs) {
163 ProhibitAttributes(Attrs); // TODO: is it correct?
177 return ParseLabeledStatement(Attrs);
    [all...]
Android.mk 8 Attrs.inc \
  /external/llvm/lib/MC/
MCSectionMachO.cpp 188 StringRef Attrs = GetEmptyOrTrim(3);
228 if (Attrs.empty()) {
238 Attrs.split(SectionAttrs, '+', /*MaxSplit=*/-1, /*KeepEmpty=*/false);
  /external/clang/lib/ARCMigrate/
Android.mk 6 Attrs.inc \
  /external/clang/lib/Analysis/
Android.mk 7 Attrs.inc \

Completed in 1276 milliseconds

1 2 3 4 5