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

  /external/llvm/lib/MC/
MCContext.cpp 281 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
307 MCContext::getCOFFSection(StringRef Section, unsigned Characteristics,
309 return getCOFFSection(Section, Characteristics, Kind, "", 0);
312 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 442 const coff_section *Section = getCOFFSection(S);
886 COFFObjectFile::getCOFFSection(const SectionRef &Section) const {
    [all...]

Completed in 517 milliseconds