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

  /external/llvm/lib/IR/
Globals.cpp 189 void GlobalVariable::eraseFromParent() {
277 void GlobalAlias::eraseFromParent() {
BasicBlock.cpp 97 iplist<BasicBlock>::iterator BasicBlock::eraseFromParent() {
330 PN->eraseFromParent();
Instruction.cpp 75 iplist<Instruction>::iterator Instruction::eraseFromParent() {
Function.cpp 241 void Function::eraseFromParent() {
326 BasicBlocks.begin()->eraseFromParent();
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp     [all...]
MachineInstr.cpp     [all...]

Completed in 251 milliseconds