HomeSort by relevance Sort by last modified time
    Searched defs:eraseFromParent (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/VMCore/
Globals.cpp 136 void GlobalVariable::eraseFromParent() {
215 void GlobalAlias::eraseFromParent() {
Instruction.cpp 71 void Instruction::eraseFromParent() {
BasicBlock.cpp 100 void BasicBlock::eraseFromParent() {
280 PN->eraseFromParent();
Function.cpp 154 void Function::eraseFromParent() {
241 BasicBlocks.begin()->eraseFromParent();
Metadata.cpp 408 /// eraseFromParent - Drop all references and remove the node from parent
410 void NamedMDNode::eraseFromParent() {
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 662 /// eraseFromParent - This method unlinks 'this' from the containing function,
664 void MachineBasicBlock::eraseFromParent() {
MachineInstr.cpp 797 /// eraseFromParent - This method unlinks 'this' from the containing basic
799 void MachineInstr::eraseFromParent() {
    [all...]

Completed in 30 milliseconds