Home
last modified time | relevance | path

Searched defs:Sec (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Object/
DCOFFObjectFile.cpp286 DataRefImpl Sec; in getSymbolSection() local
298 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, in getSectionNext()
307 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
313 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress()
320 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec, in getSectionSize()
327 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
336 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment()
345 error_code COFFObjectFile::isSectionText(DataRefImpl Sec, in isSectionText()
352 error_code COFFObjectFile::isSectionData(DataRefImpl Sec, in isSectionData()
359 error_code COFFObjectFile::isSectionBSS(DataRefImpl Sec, in isSectionBSS()
[all …]
DMachOObjectFile.cpp506 error_code MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec, in getSectionFinalSegmentName()
612 error_code MachOObjectFile::isSectionRequiredForExecution(DataRefImpl Sec, in isSectionRequiredForExecution()
619 error_code MachOObjectFile::isSectionVirtual(DataRefImpl Sec, in isSectionVirtual()
645 error_code MachOObjectFile::isSectionReadOnlyData(DataRefImpl Sec, in isSectionReadOnlyData()
656 error_code MachOObjectFile::sectionContainsSymbol(DataRefImpl Sec, in sectionContainsSymbol()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DObjectImageCommon.h65 virtual void updateSectionAddress(const object::SectionRef &Sec, in updateSectionAddress()
DRuntimeDyldELF.cpp96 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) in updateSectionAddress()
127 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, in updateSectionAddress()
/external/llvm/include/llvm/MC/
DMCContext.h319 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) { in addMCLineSection()
368 void setGenDwarfSection(const MCSection *Sec) { GenDwarfSection = Sec; } in setGenDwarfSection()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp368 MCSectionCOFF const &Sec = in DefineSection() local
771 COFFSection *Sec = SectionMap[&i->getSection()]; in WriteObject() local
DMCDwarf.cpp334 const MCSection *Sec = *it; in EmitCU() local
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp74 const MCSection *Sec = getContext().getELFSection(NameData, in emitPersonalityValue() local
/external/llvm/utils/yaml2obj/
Dyaml2obj.cpp312 Section Sec; in parseSections() local