Home
last modified time | relevance | path

Searched refs:dropLocation (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInstruction.h530 void dropLocation();
/openbsd/src/gnu/llvm/llvm/lib/IR/
DDebugInfo.cpp866 void Instruction::updateLocationAfterHoist() { dropLocation(); } in updateLocationAfterHoist()
868 void Instruction::dropLocation() { in dropLocation() function in Instruction
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp1153 Repl->dropLocation(); in hoist()
/openbsd/src/gnu/llvm/llvm/docs/
DHowToUpdateDebugInfo.rst131 use is ``Instruction::dropLocation()``.