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

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 593 EHFrameSection = Ctx->getCOFFSection(
606 BSSSection = Ctx->getCOFFSection(
610 TextSection = Ctx->getCOFFSection(
616 DataSection = Ctx->getCOFFSection(
620 ReadOnlySection = Ctx->getCOFFSection(
626 Ctx->getCOFFSection(".CRT$XCU", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
630 Ctx->getCOFFSection(".CRT$XTX", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
634 StaticCtorSection = Ctx->getCOFFSection(
638 StaticDtorSection = Ctx->getCOFFSection(
652 LSDASection = Ctx->getCOFFSection(".gcc_except_table"
    [all...]
MCContext.cpp 387 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
419 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
423 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID,
427 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
447 return getCOFFSection(Sec->getSectionName(), Characteristics,
452 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(),
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 377 Ctx->getCOFFSection(".text",
383 Ctx->getCOFFSection(".data",
389 Ctx->getCOFFSection(".rdata",
394 Ctx->getCOFFSection(".ctors",
400 Ctx->getCOFFSection(".dtors",
411 Ctx->getCOFFSection(".gcc_except_table",
418 Ctx->getCOFFSection(".debug_abbrev",
423 Ctx->getCOFFSection(".debug_info",
428 Ctx->getCOFFSection(".debug_line",
433 Ctx->getCOFFSection(".debug_frame"
    [all...]
MCWin64EH.cpp 229 return context.getCOFFSection((".xdata"+suffix).str(),
240 return context.getCOFFSection((".pdata"+suffix).str(),
WinCOFFStreamer.cpp 93 SwitchSection(getContext().getCOFFSection(Section, Characteristics, Kind));
151 const MCSection *Section = MCStreamer::getContext().getCOFFSection(
MCContext.cpp 223 const MCSection *MCContext::getCOFFSection(StringRef Section,
MCAsmStreamer.cpp 1014 return context.getCOFFSection((".xdata"+suffix).str(),
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCContext.h 192 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics,
195 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics,
197 return getCOFFSection (Section, Characteristics, 0, Kind);
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 159 ResolvedSection = Ctx.COFF.getCOFFSection(**SI);
313 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
326 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section),
COFFDumper.cpp 152 Sec = Obj->getCOFFSection(SR);
278 const coff_section *Section = Obj->getCOFFSection(Sec);
535 const coff_section *Section = Obj->getCOFFSection(S);
    [all...]
ARMWinEHPrinter.cpp 516 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
758 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
775 COFF.getSectionName(COFF.getCOFFSection(Section), SectionName))
  /external/llvm/include/llvm/MC/
MCContext.h 400 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
406 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
410 MCSectionCOFF *getCOFFSection(StringRef Section);
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 164 return getContext().getCOFFSection(".rdata", Characteristics, Kind,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 912 return getContext().getCOFFSection(Name, Characteristics, Kind, COMDATSymName,
    [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 171 ResolvedSection = Obj->getCOFFSection(**Iter);
456 const coff_section *Pdata = Obj->getCOFFSection(Section);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 587 return getContext().getCOFFSection(GV->getSection(),
620 return getContext().getCOFFSection(Name.str(), Characteristics,
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 105 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 358 const coff_section *CoffSection = COFFObj->getCOFFSection(Section);
382 return ((COFFObj->getCOFFSection(Section)->Characteristics &
399 return COFFObj->getCOFFSection(Section)->Characteristics &
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
COFFAsmParser.cpp 168 getStreamer().SwitchSection(getContext().getCOFFSection(
  /external/llvm/lib/Object/
COFFObjectFile.cpp 444 const coff_section *Section = getCOFFSection(S);
460 const coff_section *Section = getCOFFSection(S);
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 308 getStreamer().SwitchSection(getContext().getCOFFSection(
  /external/llvm/include/llvm/Object/
COFF.h 760 const coff_section *getCOFFSection(const SectionRef &Section) const;
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 817 const coff_section *Section = Obj.getCOFFSection(*SecI);
    [all...]

Completed in 1011 milliseconds