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

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 401 Ctx->getCOFFSection(".text",
407 Ctx->getCOFFSection(".data",
413 Ctx->getCOFFSection(".rdata",
419 Ctx->getCOFFSection(".CRT$XCU",
425 Ctx->getCOFFSection(".ctors",
434 Ctx->getCOFFSection(".dtors",
445 Ctx->getCOFFSection(".gcc_except_table",
452 Ctx->getCOFFSection(".debug_abbrev",
457 Ctx->getCOFFSection(".debug_info",
462 Ctx->getCOFFSection(".debug_line"
    [all...]
MCWin64EH.cpp 229 return context.getCOFFSection((".xdata"+suffix).str(),
240 return context.getCOFFSection((".pdata"+suffix).str(),
WinCOFFStreamer.cpp 94 SwitchSection(getContext().getCOFFSection(Section, Characteristics, Kind));
152 const MCSection *Section = MCStreamer::getContext().getCOFFSection(
MCContext.cpp 228 const MCSection *MCContext::getCOFFSection(StringRef Section,
MCAsmStreamer.cpp     [all...]
  /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);
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 670 return getContext().getCOFFSection(GV->getSection(),
704 return getContext().getCOFFSection(Name.str(), Characteristics,
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 170 getStreamer().SwitchSection(getContext().getCOFFSection(

Completed in 64 milliseconds