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

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 475 Ctx->getCOFFSection(".text",
481 Ctx->getCOFFSection(".data",
487 Ctx->getCOFFSection(".rdata",
493 Ctx->getCOFFSection(".CRT$XCU",
499 Ctx->getCOFFSection(".ctors",
509 Ctx->getCOFFSection(".CRT$XTX",
515 Ctx->getCOFFSection(".dtors",
527 Ctx->getCOFFSection(".gcc_except_table",
534 Ctx->getCOFFSection(".debug_abbrev",
539 Ctx->getCOFFSection(".debug_info"
    [all...]
MCWin64EH.cpp 229 return context.getCOFFSection((".xdata"+suffix).str(),
239 return context.getCOFFSection((".pdata"+suffix).str(),
WinCOFFStreamer.cpp 103 SwitchSection(getContext().getCOFFSection(Section, Characteristics, Kind));
157 const MCSection *Section = MCStreamer::getContext().getCOFFSection(
MCContext.cpp 273 const MCSection *MCContext::getCOFFSection(StringRef Section,
MCAsmStreamer.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 257 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics,
260 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics,
262 return getCOFFSection (Section, Characteristics, 0, Kind);
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 167 ResolvedSection = Obj->getCOFFSection(iter);
253 Pdata = Obj->getCOFFSection(SI);
  /external/llvm/include/llvm/Object/
COFF.h 173 const coff_section *getCOFFSection(section_iterator &It) const;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 734 return getContext().getCOFFSection(Name,
772 return getContext().getCOFFSection(Name.str(), Characteristics,
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 171 getStreamer().SwitchSection(getContext().getCOFFSection(
  /external/llvm/utils/obj2yaml/
coff2yaml.cpp 259 const llvm::object::coff_section *sect = Obj.getCOFFSection(iter);
  /external/llvm/lib/Object/
COFFObjectFile.cpp 733 const coff_section *COFFObjectFile::getCOFFSection(section_iterator &It) const {

Completed in 552 milliseconds