Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h224 void emitLocalVariableList(ArrayRef<LocalVariable> Locals);
DCodeViewDebug.cpp575 emitLocalVariableList(Site.InlinedLocals); in emitInlinedCallSite()
683 emitLocalVariableList(FI.Locals); in emitDebugInfoForFunction()
1834 void CodeViewDebug::emitLocalVariableList(ArrayRef<LocalVariable> Locals) { in emitLocalVariableList() function in CodeViewDebug