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

/external/llvm/lib/MC/
H A DMCContext.cpp223 const MCSection *MCContext::getCOFFSection(StringRef Section, function in class:MCContext
/external/llvm/include/llvm/MC/
H A DMCContext.h192 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics,
195 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics, function in class:llvm::MCContext
197 return getCOFFSection (Section, Characteristics, 0, Kind);

Completed in 59 milliseconds