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

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 522 BSSSection = Ctx->getCOFFSection(
526 TextSection = Ctx->getCOFFSection(
532 DataSection = Ctx->getCOFFSection(
536 ReadOnlySection = Ctx->getCOFFSection(
542 Ctx->getCOFFSection(".CRT$XCU", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
546 Ctx->getCOFFSection(".CRT$XTX", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
550 StaticCtorSection = Ctx->getCOFFSection(
554 StaticDtorSection = Ctx->getCOFFSection(
569 LSDASection = Ctx->getCOFFSection(".gcc_except_table",
577 Ctx->getCOFFSection(".debug$S", COFF::IMAGE_SCN_MEM_DISCARDABLE
    [all...]
MCWinEH.cpp 51 return Context.getCOFFSection(
MCContext.cpp 348 MCContext::getCOFFSection(StringRef Section, unsigned Characteristics,
376 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
380 return getCOFFSection(Section, Characteristics, Kind, "", 0, BeginSymName);
383 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
402 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(),
  /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),
COFFDumper.cpp 342 const coff_section *Section = Obj->getCOFFSection(S);
531 if (error(resolveSymbolName(Obj->getCOFFSection(Section), Offset,
676 if (error(resolveSymbolName(Obj->getCOFFSection(Section),
726 const coff_section *Section = Obj->getCOFFSection(Sec);
    [all...]
ARMWinEHPrinter.cpp 520 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
708 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
725 COFF.getSectionName(COFF.getCOFFSection(Section), SectionName))
  /external/llvm/include/llvm/MC/
MCContext.h 357 const MCSectionCOFF *getCOFFSection(StringRef Section,
363 const MCSectionCOFF *getCOFFSection(StringRef Section,
368 const MCSectionCOFF *getCOFFSection(StringRef Section);
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 169 ResolvedSection = Obj->getCOFFSection(*iter);
387 const coff_section *Pdata = Obj->getCOFFSection(Section);
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 887 return getContext().getCOFFSection(Name,
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 175 return getContext().getCOFFSection(".rdata", Characteristics, Kind,
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 105 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 274 const coff_section *CoffSection = COFFObj->getCOFFSection(Section);
297 return ((COFFObj->getCOFFSection(Section)->Characteristics &
314 return COFFObj->getCOFFSection(Section)->Characteristics &
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 307 getStreamer().SwitchSection(getContext().getCOFFSection(
  /external/llvm/lib/Object/
COFFObjectFile.cpp 488 const coff_section *Section = getCOFFSection(S);
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 631 const coff_section *getCOFFSection(const SectionRef &Section) const;
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 705 const coff_section *Section = Obj.getCOFFSection(*SecI);
    [all...]

Completed in 1540 milliseconds