Searched refs:getCOFFSection (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp597 Ctx->getCOFFSection(".bss",
603 Ctx->getCOFFSection(".text",
611 Ctx->getCOFFSection(".data",
617 Ctx->getCOFFSection(".rdata",
624 Ctx->getCOFFSection(".CRT$XCU",
629 Ctx->getCOFFSection(".CRT$XTX",
635 Ctx->getCOFFSection(".ctors",
641 Ctx->getCOFFSection(".dtors",
657 LSDASection = Ctx->getCOFFSection(".gcc_except_table",
665 Ctx->getCOFFSection("
[all...]
H A DMCContext.cpp281 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, function in class:MCContext
307 MCContext::getCOFFSection(StringRef Section, unsigned Characteristics, function in class:MCContext
309 return getCOFFSection(Section, Characteristics, Kind, "", 0);
312 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { function in class:MCContext
H A DMCWin64EH.cpp245 return context.getCOFFSection((".xdata"+suffix).str(),
255 return context.getCOFFSection((".pdata"+suffix).str(),
H A DMCAsmStreamer.cpp1098 return context.getCOFFSection((".xdata"+suffix).str(),
/external/llvm/include/llvm/MC/
H A DMCContext.h276 const MCSectionCOFF *getCOFFSection(StringRef Section,
281 const MCSectionCOFF *getCOFFSection(StringRef Section,
285 const MCSectionCOFF *getCOFFSection(StringRef Section);
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp154 ResolvedSection = Ctx.COFF.getCOFFSection(*SI);
309 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
321 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section),
H A DARMWinEHPrinter.cpp525 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
716 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
733 COFF.getSectionName(COFF.getCOFFSection(Section), SectionName))
H A DCOFFDumper.cpp325 const coff_section *Section = Obj->getCOFFSection(S);
490 if (error(resolveSymbolName(Obj->getCOFFSection(Section), Offset,
601 const coff_section *Section = Obj->getCOFFSection(Sec);
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp169 ResolvedSection = Obj->getCOFFSection(*iter);
390 const coff_section *Pdata = Obj->getCOFFSection(Section);
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp55 const object::coff_section *Sect = Obj.getCOFFSection(Section);
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp830 return getContext().getCOFFSection(Name,
883 return getContext().getCOFFSection(Name, Characteristics, Kind,
973 return Ctx.getCOFFSection(SecCOFF->getSectionName(), Characteristics,
/external/llvm/include/llvm/Object/
H A DCOFF.h431 const coff_section *getCOFFSection(const SectionRef &Section) const;
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp307 getStreamer().SwitchSection(getContext().getCOFFSection(
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp442 const coff_section *Section = getCOFFSection(S);
886 COFFObjectFile::getCOFFSection(const SectionRef &Section) const { function in class:COFFObjectFile
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp573 const coff_section *Section = Obj.getCOFFSection(*SecI);

Completed in 197 milliseconds