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

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 597 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(".debug$S"
    [all...]
MCContext.cpp 281 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
307 MCContext::getCOFFSection(StringRef Section, unsigned Characteristics,
309 return getCOFFSection(Section, Characteristics, Kind, "", 0);
312 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
MCWin64EH.cpp 245 return context.getCOFFSection((".xdata"+suffix).str(),
255 return context.getCOFFSection((".pdata"+suffix).str(),
MCAsmStreamer.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 276 const MCSectionCOFF *getCOFFSection(StringRef Section,
281 const MCSectionCOFF *getCOFFSection(StringRef Section,
285 const MCSectionCOFF *getCOFFSection(StringRef Section);
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 154 ResolvedSection = Ctx.COFF.getCOFFSection(*SI);
309 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
321 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section),
ARMWinEHPrinter.cpp 525 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
716 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
733 COFF.getSectionName(COFF.getCOFFSection(Section), SectionName))
COFFDumper.cpp 325 const coff_section *Section = Obj->getCOFFSection(S);
490 if (error(resolveSymbolName(Obj->getCOFFSection(Section), Offset,
601 const coff_section *Section = Obj->getCOFFSection(Sec);
    [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 169 ResolvedSection = Obj->getCOFFSection(*iter);
390 const coff_section *Pdata = Obj->getCOFFSection(Section);
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 55 const object::coff_section *Sect = Obj.getCOFFSection(Section);
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 830 return getContext().getCOFFSection(Name,
883 return getContext().getCOFFSection(Name, Characteristics, Kind,
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 431 const coff_section *getCOFFSection(const SectionRef &Section) const;
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 307 getStreamer().SwitchSection(getContext().getCOFFSection(
  /external/llvm/lib/Object/
COFFObjectFile.cpp 442 const coff_section *Section = getCOFFSection(S);
886 COFFObjectFile::getCOFFSection(const SectionRef &Section) const {
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 573 const coff_section *Section = Obj.getCOFFSection(*SecI);
    [all...]

Completed in 804 milliseconds