Searched defs:Sec (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 286 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 …]
|
D | MachOObjectFile.cpp | 506 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/ |
D | ObjectImageCommon.h | 65 virtual void updateSectionAddress(const object::SectionRef &Sec, in updateSectionAddress()
|
D | RuntimeDyldELF.cpp | 96 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/ |
D | MCContext.h | 319 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) { in addMCLineSection() 368 void setGenDwarfSection(const MCSection *Sec) { GenDwarfSection = Sec; } in setGenDwarfSection()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 368 MCSectionCOFF const &Sec = in DefineSection() local 771 COFFSection *Sec = SectionMap[&i->getSection()]; in WriteObject() local
|
D | MCDwarf.cpp | 334 const MCSection *Sec = *it; in EmitCU() local
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 74 const MCSection *Sec = getContext().getELFSection(NameData, in emitPersonalityValue() local
|
/external/llvm/utils/yaml2obj/ |
D | yaml2obj.cpp | 312 Section Sec; in parseSections() local
|