Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h367 void emitLocalVariable(const FunctionInfo &FI, const LocalVariable &Var);
H A DCodeViewDebug.cpp2668 emitLocalVariable(FI, *L); in emitLocalVariableList()
2673 emitLocalVariable(FI, L); in emitLocalVariableList()
2676 void CodeViewDebug::emitLocalVariable(const FunctionInfo &FI, in emitLocalVariable() function in CodeViewDebug