Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h106 void processVariable(const Module &M, const DbgVariableIntrinsic &DVI);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp210 processVariable(M, *DVI); in processInstruction()
296 void DebugInfoFinder::processVariable(const Module &M, in processVariable() function in DebugInfoFinder