Home
last modified time | relevance | path

Searched defs:MovePos (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/IR/
DBasicBlock.cpp103 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore()
110 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
DInstruction.cpp95 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
DCore.cpp1958 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()
1962 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
/external/lzma/CS/7zip/Compress/LZ/
DLzInWindow.cs93 public void MovePos() in MovePos() method in SevenZip.Compression.LZ.InWindow
DLzBinTree.cs63 public new void MovePos() in MovePos() method in SevenZip.Compression.LZ.BinTree
/external/lzma/Java/SevenZip/Compression/LZ/
DInWindow.java93 public void MovePos() throws IOException in MovePos() method in InWindow
DBinTree.java63 public void MovePos() throws IOException in MovePos() method in BinTree
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs446 void MovePos(UInt32 num) in MovePos() method in SevenZip.Compression.LZMA.Encoder
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java446 void MovePos(int num) throws java.io.IOException in MovePos() method in Encoder
/external/lzma/C/
DLzmaEnc.c813 static void MovePos(CLzmaEnc *p, UInt32 num) in MovePos() function