Searched defs:Associated (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCSectionELF.h51 const MCSectionELF *Associated; member in class:llvm::final
57 MCSymbol *Begin, const MCSectionELF *Associated)
60 Associated(Associated) {
89 const MCSectionELF *getAssociatedSection() const { return Associated; }
55 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, MCSymbol *Begin, const MCSectionELF *Associated) argument
/external/llvm/lib/MC/
H A DMCContext.cpp315 const MCSectionELF *Associated) {
323 EntrySize, Group, true, nullptr, Associated);
350 const MCSectionELF *Associated) {
375 Begin, Associated);
312 createELFRelSection(const Twine &Name, unsigned Type, unsigned Flags, unsigned EntrySize, const MCSymbolELF *Group, const MCSectionELF *Associated) argument
345 getELFSection(const Twine &Section, unsigned Type, unsigned Flags, unsigned EntrySize, const MCSymbolELF *GroupSym, unsigned UniqueID, const char *BeginSymName, const MCSectionELF *Associated) argument

Completed in 131 milliseconds