Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h109 void processVariable(const Module &M, const DILocalVariable *DVI);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp238 processVariable(M, DVI->getVariable()); in processInstruction()
255 processVariable(M, DPV.getVariable()); in processDPValue()
332 void DebugInfoFinder::processVariable(const Module &M, in processVariable() function in DebugInfoFinder