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 228 const MCSection *MCContext::getCOFFSection(StringRef Section,
  /external/llvm/include/llvm/MC/
MCContext.h 219 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics,
222 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics,
224 return getCOFFSection (Section, Characteristics, 0, Kind);

Completed in 30 milliseconds