Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp883 UVI = UserVariables.begin(), UVE = UserVariables.end(); UVI != UVE; in collectVariableInfo()
1124 assert(UserVariables.empty() && DbgValues.empty() && "Maps weren't cleaned"); in beginFunction()
1151 UserVariables.push_back(Var); in beginFunction()
1343 UserVariables.clear(); in endFunction()
DDwarfDebug.h266 SmallVector<const MDNode*, 8> UserVariables; variable