Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Function

212 // getTextSection - Get the text section for the specified function
213 ELFSection &ELFWriter::getTextSection(const Function *F) {
298 if (isa<Function>(GV))
308 return GV->isDeclaration() || (isa<Function>(GV));
515 // This is a constant address for a global variable or function and
661 /// function pointers, ignoring the init priority.
675 // Emit the function pointer.