Home | History | Annotate | Download | only in Script

Lines Matching defs:sect

74   const LDSection* sect = NULL;
77 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
80 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
86 assert(sect != NULL);
87 res->setValue(sect->addr());
96 const LDSection* sect = NULL;
99 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
102 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
108 assert(sect != NULL);
109 res->setValue(sect->align());
173 const LDSection* sect = NULL;
176 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
179 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
185 assert(sect != NULL);
186 res->setValue(sect->size());