Searched defs:Sec (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 286 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 …]
|
D | MachOObjectFile.cpp | 582 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/ |
D | ObjectImage.h | 46 virtual void updateSectionAddress(const object::SectionRef &Sec, in updateSectionAddress()
|
D | RuntimeDyldELF.cpp | 90 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) in updateSectionAddress() 121 const SectionRef &Sec, in updateSectionAddress()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 261 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) { in addMCLineSection() 291 void setGenDwarfSection(const MCSection *Sec) { GenDwarfSection = Sec; } in setGenDwarfSection()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 370 MCSectionCOFF const &Sec = in DefineSection() local 772 COFFSection *Sec = SectionMap[&i->getSection()]; in WriteObject() local
|
D | MCDwarf.cpp | 302 const MCSection *Sec = *it; in Emit() local
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 75 const MCSection *Sec = getContext().getELFSection(NameData, in emitPersonalityValue() local
|
/external/llvm/utils/yaml2obj/ |
D | yaml2obj.cpp | 313 Section Sec; in parseSections() local
|