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

/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCContext.cpp185 getELFSection(StringRef Section, unsigned Type, unsigned Flags, function in class:MCContext
187 return getELFSection(Section, Type, Flags, Kind, 0, "");
191 getELFSection(StringRef Section, unsigned Type, unsigned Flags, function in class:MCContext
/external/llvm/lib/MC/
H A DMCContext.cpp330 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix);
333 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, function in class:MCContext
341 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID,
345 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, function in class:MCContext
/external/llvm/include/llvm/MC/
H A DMCContext.h342 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, function
344 return getELFSection(Section, Type, Flags, nullptr);
347 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, function
349 return getELFSection(Section, Type, Flags, 0, "", BeginSymName);
352 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, function
355 return getELFSection(Section, Type, Flags, EntrySize, Group, nullptr);
358 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, function
361 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0,
365 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, function
368 return getELFSection(Sectio
[all...]

Completed in 295 milliseconds