Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h386 void emitLocalVariable(const FunctionInfo &FI, const LocalVariable &Var);
H A DCodeViewDebug.cpp2796 emitLocalVariable(FI, *L); in emitLocalVariableList()
2808 emitLocalVariable(FI, L); in emitLocalVariableList()
2814 void CodeViewDebug::emitLocalVariable(const FunctionInfo &FI, in emitLocalVariable() function in CodeViewDebug