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.h115 LLVM_ABI void processVariable(DILocalVariable *DVI);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp251 processVariable(DVI->getVariable()); in processInstruction()
269 processVariable(DVR->getVariable()); in processDbgRecord()
359 processVariable(Var); in processSubprogram()
365 void DebugInfoFinder::processVariable(DILocalVariable *DV) { in processVariable() function in DebugInfoFinder