Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h98 void processVariable(const Module &M, const DbgVariableIntrinsic &DVI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp195 processVariable(M, *DVI); in processInstruction()
281 void DebugInfoFinder::processVariable(const Module &M, in processVariable() function in DebugInfoFinder