Searched defs:getELFSection (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 305 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection() function 310 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection() function 316 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection() function 322 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection() function 330 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection() function
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 293 const MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection() function in MCContext 305 const MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection() function in MCContext
|