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

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 37 // subsection in ELF attribute section should have.
74 /** \class Subsection
78 class Subsection {
80 Subsection(ELFAttribute& pParent, ELFAttributeData& pAttrData)
92 /// subsection
95 /// emit - write out this attribute subsection to the buffer.
99 // The attribute section this subsection belongs to
102 // The attribute data containing in this subsection
106 // Obtain the corresponding subsection of the specified vendor
107 Subsection* getSubsection(llvm::StringRef pVendorName) const
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 75 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSubsection>(".subsection");
186 const MCExpr *Subsection = nullptr;
188 if (getParser().parseExpression(Subsection))
193 Subsection);
369 const MCExpr *Subsection = nullptr;
385 if (getParser().parseExpression(Subsection))
522 getStreamer().SwitchSection(ELFSection, Subsection);
719 const MCExpr *Subsection = nullptr;
721 if (getParser().parseExpression(Subsection))
728 getStreamer().SubSection(Subsection)
    [all...]

Completed in 214 milliseconds