Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h227 void emitLocalVariable(const LocalVariable &Var);
DCodeViewDebug.cpp1845 emitLocalVariable(*L); in emitLocalVariableList()
1850 emitLocalVariable(L); in emitLocalVariableList()
1853 void CodeViewDebug::emitLocalVariable(const LocalVariable &Var) { in emitLocalVariable() function in CodeViewDebug