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

  /external/llvm/lib/MC/
MCContext.cpp 328 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type,
336 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID,
340 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type,
  /external/llvm/include/llvm/MC/
MCContext.h 320 MCSectionELF *getELFSection(StringRef Section, unsigned Type,
322 return getELFSection(Section, Type, Flags, nullptr);
325 MCSectionELF *getELFSection(StringRef Section, unsigned Type,
327 return getELFSection(Section, Type, Flags, 0, "", BeginSymName);
330 MCSectionELF *getELFSection(StringRef Section, unsigned Type,
333 return getELFSection(Section, Type, Flags, EntrySize, Group, nullptr);
336 MCSectionELF *getELFSection(StringRef Section, unsigned Type,
339 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0,
343 MCSectionELF *getELFSection(StringRef Section, unsigned Type,
346 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID
    [all...]

Completed in 49 milliseconds