reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/IR/GlobalValue.h
  175   void setParent(Module *parent) {
lib/IR/BasicBlock.cpp
   87 void BasicBlock::setParent(Function *parent) {
lib/IR/Instruction.cpp
   51 void Instruction::setParent(BasicBlock *P) {