Searched refs:getCOFFSection (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 401 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 …]
|
D | MCWin64EH.cpp | 229 return context.getCOFFSection((".xdata"+suffix).str(), in getWin64EHTableSection() 239 return context.getCOFFSection((".pdata"+suffix).str(), in getWin64EHFuncTableSection()
|
D | WinCOFFStreamer.cpp | 94 SwitchSection(getContext().getCOFFSection(Section, Characteristics, Kind)); in SetSection() 152 const MCSection *Section = MCStreamer::getContext().getCOFFSection( in AddCommonSymbol()
|
D | MCContext.cpp | 228 const MCSection *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() function in MCContext
|
D | MCAsmStreamer.cpp | 1084 return context.getCOFFSection((".xdata"+suffix).str(), in getWin64EHTableSection()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 223 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/ |
D | TargetLoweringObjectFileImpl.cpp | 704 return getContext().getCOFFSection(GV->getSection(), in getExplicitSectionGlobal() 738 return getContext().getCOFFSection(Name.str(), Characteristics, in SelectSectionForGlobal()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 171 const coff_section *getCOFFSection(section_iterator &It) const;
|
/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 170 getStreamer().SwitchSection(getContext().getCOFFSection( in ParseSectionSwitch()
|
/external/llvm/utils/obj2yaml/ |
D | coff2yaml.cpp | 260 const llvm::object::coff_section *sect = Obj.getCOFFSection(iter); in yamlCOFFSections()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 721 const coff_section *COFFObjectFile::getCOFFSection(section_iterator &It) const { in getCOFFSection() function in COFFObjectFile
|