Searched defs:getCOFFSection (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/MC/ | ||
H A D | MCContext.cpp | 281 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 D | COFFObjectFile.cpp | 442 const coff_section *Section = getCOFFSection(S); 886 COFFObjectFile::getCOFFSection(const SectionRef &Section) const { function in class:COFFObjectFile |
Completed in 106 milliseconds