Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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,
353 SmallVectorImpl<LocalVariable> &Locals,
357 SmallVectorImpl<LocalVariable> &ParentLocals,
362 void recordLocalVariable(LocalVariable &&Var, const LexicalScope *LS);
366 ArrayRef<LocalVariable> Locals);
[all …]
H A DCodeViewDebug.cpp483 void CodeViewDebug::recordLocalVariable(LocalVariable &&Var, in recordLocalVariable()
1229 LocalVariable Var; in collectVariableInfoFromMFTable()
1358 LocalVariable Var; in collectVariableInfo()
2661 SmallVector<const LocalVariable *, 6> Params; in emitLocalVariableList()
2662 for (const LocalVariable &L : Locals) in emitLocalVariableList()
2665 llvm::sort(Params, [](const LocalVariable *L, const LocalVariable *R) { in emitLocalVariableList()
2668 for (const LocalVariable *L : Params) in emitLocalVariableList()
2672 for (const LocalVariable &L : Locals) in emitLocalVariableList()
2800 SmallVectorImpl<LocalVariable> &Locals, in collectLexicalBlockInfo()
2811 SmallVectorImpl<LocalVariable> &ParentLocals, in collectLexicalBlockInfo()
[all …]