Searched refs:Push (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp96 Instruction *Push = 0; local
101 Push = Inst;
106 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) {
111 << " Push: " << *Push << "\n"); local
113 Push->eraseFromParent();
115 Push = 0;
119 Push = 0;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DInputReaderStack.h32 Push (const lldb::InputReaderSP& reader_sp);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DInputReaderStack.cpp39 InputReaderStack::Push (const lldb::InputReaderSP& reader_sp) function in class:InputReaderStack
H A DDebugger.cpp981 m_input_reader_stack.Push (reader_sp);
/freebsd-10.0-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S257 pushl %eax # Push it onto the stack
258 loop push_arg # Push all of the arguments
/freebsd-10.0-release/sys/boot/i386/btx/lib/
H A Dbtxv86.s52 pushl $__v86 # Push pointer
/freebsd-10.0-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.s52 pushl $__v86 # Push pointer
/freebsd-10.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S533 push %eax # Push it onto the stack
534 loop push_arg # Push all of the arguments
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm110 ! Push the environment vector pointer, the argument vector pointer,
H A Dsol2-gc1.asm123 ! Push the environment vector pointer, the argument vector pointer,
/freebsd-10.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S741 push %eax # Push it onto the stack
742 loop push_arg # Push all of the arguments
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp119 void Push (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die) function in class:DIEStack
159 Push (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die) function in class:DIEStack::ScopedPopper
162 m_die_stack.Push (cu, die);
5641 scoped_die_logger.Push (dwarf_cu, die);

Completed in 382 milliseconds