Home
last modified time | relevance | path

Searched refs:getCOFFSection (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp401 Ctx->getCOFFSection(".text", in InitCOFFMCObjectFileInfo()
407 Ctx->getCOFFSection(".data", in InitCOFFMCObjectFileInfo()
413 Ctx->getCOFFSection(".rdata", in InitCOFFMCObjectFileInfo()
419 Ctx->getCOFFSection(".CRT$XCU", in InitCOFFMCObjectFileInfo()
425 Ctx->getCOFFSection(".ctors", in InitCOFFMCObjectFileInfo()
434 Ctx->getCOFFSection(".dtors", in InitCOFFMCObjectFileInfo()
445 Ctx->getCOFFSection(".gcc_except_table", in InitCOFFMCObjectFileInfo()
452 Ctx->getCOFFSection(".debug_abbrev", in InitCOFFMCObjectFileInfo()
457 Ctx->getCOFFSection(".debug_info", in InitCOFFMCObjectFileInfo()
462 Ctx->getCOFFSection(".debug_line", in InitCOFFMCObjectFileInfo()
[all …]
DMCWin64EH.cpp229 return context.getCOFFSection((".xdata"+suffix).str(), in getWin64EHTableSection()
239 return context.getCOFFSection((".pdata"+suffix).str(), in getWin64EHFuncTableSection()
DWinCOFFStreamer.cpp94 SwitchSection(getContext().getCOFFSection(Section, Characteristics, Kind)); in SetSection()
152 const MCSection *Section = MCStreamer::getContext().getCOFFSection( in AddCommonSymbol()
DMCContext.cpp228 const MCSection *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext
DMCAsmStreamer.cpp1084 return context.getCOFFSection((".xdata"+suffix).str(), in getWin64EHTableSection()
/external/llvm/include/llvm/MC/
DMCContext.h223 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics,
226 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics, in getCOFFSection() function
228 return getCOFFSection (Section, Characteristics, 0, Kind); in getCOFFSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp704 return getContext().getCOFFSection(GV->getSection(), in getExplicitSectionGlobal()
738 return getContext().getCOFFSection(Name.str(), Characteristics, in SelectSectionForGlobal()
/external/llvm/include/llvm/Object/
DCOFF.h171 const coff_section *getCOFFSection(section_iterator &It) const;
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp170 getStreamer().SwitchSection(getContext().getCOFFSection( in ParseSectionSwitch()
/external/llvm/utils/obj2yaml/
Dcoff2yaml.cpp260 const llvm::object::coff_section *sect = Obj.getCOFFSection(iter); in yamlCOFFSections()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp721 const coff_section *COFFObjectFile::getCOFFSection(section_iterator &It) const { in getCOFFSection() function in COFFObjectFile