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

/external/llvm/lib/MC/
H A DMCContext.cpp293 const MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, function in class:MCContext
301 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID,
305 const MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, function in class:MCContext
/external/llvm/include/llvm/MC/
H A DMCContext.h305 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, function in class:llvm::MCContext
307 return getELFSection(Section, Type, Flags, nullptr);
310 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, function in class:llvm::MCContext
313 return getELFSection(Section, Type, Flags, 0, "", BeginSymName);
316 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, function in class:llvm::MCContext
319 return getELFSection(Section, Type, Flags, EntrySize, Group, nullptr);
322 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, function in class:llvm::MCContext
326 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0,
330 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, function in class:llvm::MCContext
333 return getELFSection(Sectio
[all...]

Completed in 49 milliseconds