Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h96 struct LocalVariable { struct
108 SmallVector<LocalVariable, 1> InlinedLocals; argument
119 SmallVector<LocalVariable, 1> Locals;
142 SmallVector<LocalVariable, 1> Locals;
193 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables;
230 void calculateRanges(LocalVariable &Var,
351 SmallVectorImpl<LocalVariable> &Locals,
355 SmallVectorImpl<LocalVariable> &ParentLocals,
360 void recordLocalVariable(LocalVariable &&Var, const LexicalScope *LS);
364 ArrayRef<LocalVariable> Locals);
[all …]
H A DCodeViewDebug.cpp483 void CodeViewDebug::recordLocalVariable(LocalVariable &&Var, in recordLocalVariable()
1229 LocalVariable Var; in collectVariableInfoFromMFTable()
1248 LocalVariable &Var, const DbgValueHistoryMap::Entries &Entries) { in calculateRanges()
1358 LocalVariable Var; in collectVariableInfo()
2658 ArrayRef<LocalVariable> Locals) { in emitLocalVariableList()
2660 SmallVector<const LocalVariable *, 6> Params; in emitLocalVariableList()
2661 for (const LocalVariable &L : Locals) in emitLocalVariableList()
2664 llvm::sort(Params, [](const LocalVariable *L, const LocalVariable *R) { in emitLocalVariableList()
2667 for (const LocalVariable *L : Params) in emitLocalVariableList()
2671 for (const LocalVariable &L : Locals) in emitLocalVariableList()
[all …]