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

/external/llvm/lib/MC/
H A DMCContext.cpp281 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, function in class:MCContext
307 MCContext::getCOFFSection(StringRef Section, unsigned Characteristics, function in class:MCContext
309 return getCOFFSection(Section, Characteristics, Kind, "", 0);
312 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { function in class:MCContext
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp442 const coff_section *Section = getCOFFSection(S);
886 COFFObjectFile::getCOFFSection(const SectionRef &Section) const { function in class:COFFObjectFile

Completed in 363 milliseconds