Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h108 struct LocalVariable { struct
123 SmallVector<LocalVariable, 1> InlinedLocals; argument
134 SmallVector<LocalVariable, 1> Locals;
170 SmallVector<LocalVariable, 1> Locals;
232 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables;
269 void calculateRanges(LocalVariable &Var,
398 SmallVectorImpl<LocalVariable> &Locals,
402 SmallVectorImpl<LocalVariable> &ParentLocals,
407 void recordLocalVariable(LocalVariable &&Var, const LexicalScope *LS);
411 ArrayRef<LocalVariable> Locals);
[all …]
H A DCodeViewDebug.cpp491 void CodeViewDebug::recordLocalVariable(LocalVariable &&Var, in recordLocalVariable()
1330 LocalVariable Var; in collectVariableInfoFromMFTable()
1356 LocalVariable &Var, const DbgValueHistoryMap::Entries &Entries) { in calculateRanges()
1481 LocalVariable Var; in collectVariableInfo()
2833 ArrayRef<LocalVariable> Locals) { in emitLocalVariableList()
2835 SmallVector<const LocalVariable *, 6> Params; in emitLocalVariableList()
2836 for (const LocalVariable &L : Locals) in emitLocalVariableList()
2839 llvm::sort(Params, [](const LocalVariable *L, const LocalVariable *R) { in emitLocalVariableList()
2842 for (const LocalVariable *L : Params) in emitLocalVariableList()
2846 for (const LocalVariable &L : Locals) { in emitLocalVariableList()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitNonSemanticDI.cpp139 DILocalVariable *LocalVariable = DVR.getVariable(); in emitGlobalDI() local
141 dyn_cast<DIBasicType>(LocalVariable->getType())) { in emitGlobalDI()
144 dyn_cast<DIDerivedType>(LocalVariable->getType())) { in emitGlobalDI()