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
293 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, in getSectionNext()
302 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
308 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress()
315 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec, in getSectionSize()
322 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
331 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment()
340 error_code COFFObjectFile::isSectionText(DataRefImpl Sec, in isSectionText()
347 error_code COFFObjectFile::isSectionData(DataRefImpl Sec, in isSectionData()
354 error_code COFFObjectFile::isSectionBSS(DataRefImpl Sec, in isSectionBSS()
[all …]
DMachOObjectFile.cpp582 error_code MachOObjectFile::isSectionRequiredForExecution(DataRefImpl Sec, in isSectionRequiredForExecution()
589 error_code MachOObjectFile::isSectionVirtual(DataRefImpl Sec, in isSectionVirtual()
615 error_code MachOObjectFile::sectionContainsSymbol(DataRefImpl Sec, in sectionContainsSymbol()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DObjectImage.h46 virtual void updateSectionAddress(const object::SectionRef &Sec, in updateSectionAddress()
DRuntimeDyldELF.cpp90 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) in updateSectionAddress()
121 const SectionRef &Sec, in updateSectionAddress()
/external/llvm/include/llvm/MC/
DMCContext.h261 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) { in addMCLineSection()
291 void setGenDwarfSection(const MCSection *Sec) { GenDwarfSection = Sec; } in setGenDwarfSection()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp370 MCSectionCOFF const &Sec = in DefineSection() local
772 COFFSection *Sec = SectionMap[&i->getSection()]; in WriteObject() local
DMCDwarf.cpp302 const MCSection *Sec = *it; in Emit() local
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp75 const MCSection *Sec = getContext().getELFSection(NameData, in emitPersonalityValue() local
/external/llvm/utils/yaml2obj/
Dyaml2obj.cpp313 Section Sec; in parseSections() local