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

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 500 Ctx->getCOFFSection(".text",
506 Ctx->getCOFFSection(".data",
512 Ctx->getCOFFSection(".rdata",
518 Ctx->getCOFFSection(".CRT$XCU",
524 Ctx->getCOFFSection(".ctors",
534 Ctx->getCOFFSection(".CRT$XTX",
540 Ctx->getCOFFSection(".dtors",
552 Ctx->getCOFFSection(".gcc_except_table",
559 Ctx->getCOFFSection(".debug_abbrev",
564 Ctx->getCOFFSection(".debug_info"
    [all...]
MCContext.cpp 277 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
297 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
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(
MCAsmStreamer.cpp     [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 58 const object::coff_section *Sect = Obj.getCOFFSection(iter);
  /external/llvm/include/llvm/MC/
MCContext.h 259 const MCSectionCOFF *getCOFFSection(StringRef Section,
264 const MCSectionCOFF *getCOFFSection(StringRef Section);
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 167 ResolvedSection = Obj->getCOFFSection(iter);
253 Pdata = Obj->getCOFFSection(SI);
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 291 getStreamer().SwitchSection(getContext().getCOFFSection(
447 getContext().getCOFFSection(AssocName));
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 190 ResolvedSection = Obj->getCOFFSection(iter);
548 const coff_section *Section = Obj->getCOFFSection(SecI);
663 const coff_section *Section = Obj->getCOFFSection(SecI);
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 275 const coff_section *getCOFFSection(section_iterator &It) const;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 732 return getContext().getCOFFSection(Name,
769 return getContext().getCOFFSection(Name.str(), Characteristics,
  /external/llvm/lib/Object/
COFFObjectFile.cpp 769 const coff_section *COFFObjectFile::getCOFFSection(section_iterator &It) const {

Completed in 156 milliseconds