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 382 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
412 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
416 return getCOFFSection(Section, Characteristics, Kind, "", 0, BeginSymName);
419 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
437 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(),
  /external/llvm/lib/Object/
COFFObjectFile.cpp 441 const coff_section *Section = getCOFFSection(S);
    [all...]

Completed in 206 milliseconds