Home
last modified time | relevance | path

Searched refs:processVariable (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h98 void processVariable(const Module &M, const DbgVariableIntrinsic &DVI);
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp194 processVariable(M, *DVI); in processInstruction()
280 void DebugInfoFinder::processVariable(const Module &M, in processVariable() function in DebugInfoFinder