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

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp562 EHFrameSection = Ctx->getCOFFSection(
572 BSSSection = Ctx->getCOFFSection(
576 TextSection = Ctx->getCOFFSection(
582 DataSection = Ctx->getCOFFSection(
586 ReadOnlySection = Ctx->getCOFFSection(
592 Ctx->getCOFFSection(".CRT$XCU", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
596 Ctx->getCOFFSection(".CRT$XTX", COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
600 StaticCtorSection = Ctx->getCOFFSection(
604 StaticDtorSection = Ctx->getCOFFSection(
618 LSDASection = Ctx->getCOFFSection("
[all...]
H A DMCWinEH.cpp52 return Context.getCOFFSection((SecName + Twine('$') + CodeSecName).str(),
H A DMCContext.cpp382 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, function in class:MCContext
412 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, function in class:MCContext
416 return getCOFFSection(Section, Characteristics, Kind, "", 0, BeginSymName);
419 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { function in class:MCContext
437 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(),
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp153 ResolvedSection = Ctx.COFF.getCOFFSection(**SI);
307 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
320 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section),
H A DCOFFDumper.cpp350 const coff_section *Section = Obj->getCOFFSection(S);
544 error(resolveSymbolName(Obj->getCOFFSection(Section), Offset,
718 error(resolveSymbolName(Obj->getCOFFSection(Section),
767 const coff_section *Section = Obj->getCOFFSection(Sec);
H A DARMWinEHPrinter.cpp513 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
715 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
732 COFF.getSectionName(COFF.getCOFFSection(Section), SectionName))
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCContext.h370 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
375 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
379 MCSectionCOFF *getCOFFSection(StringRef Section);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp887 return getContext().getCOFFSection(Name,
934 return getContext().getCOFFSection(Name, Characteristics, Kind,
939 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData,
995 return getContext().getCOFFSection(Name, Characteristics, Kind, COMDATSymName,
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp169 return getContext().getCOFFSection(".rdata", Characteristics, Kind,
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp171 ResolvedSection = Obj->getCOFFSection(**Iter);
400 const coff_section *Pdata = Obj->getCOFFSection(Section);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp288 const coff_section *CoffSection = COFFObj->getCOFFSection(Section);
311 return ((COFFObj->getCOFFSection(Section)->Characteristics &
328 return COFFObj->getCOFFSection(Section)->Characteristics &
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp308 getStreamer().SwitchSection(getContext().getCOFFSection(
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp441 const coff_section *Section = getCOFFSection(S);
999 COFFObjectFile::getCOFFSection(const SectionRef &Section) const { function in class:COFFObjectFile
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DCOFF.h686 const coff_section *getCOFFSection(const SectionRef &Section) const;
/freebsd-11.0-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp728 const coff_section *Section = Obj.getCOFFSection(*SecI);

Completed in 110 milliseconds