Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h407 void emitLocalVariable(const FunctionInfo &FI, const LocalVariable &Var);
H A DCodeViewDebug.cpp2829 emitLocalVariable(FI, *L); in emitLocalVariableList()
2841 emitLocalVariable(FI, L); in emitLocalVariableList()
2847 void CodeViewDebug::emitLocalVariable(const FunctionInfo &FI, in emitLocalVariable() function in CodeViewDebug