Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h57 struct LocalVarDef { struct
75 uint64_t static toOpaqueValue(const LocalVarDef DR) { in toOpaqueValue() argument
81 LocalVarDef static createFromOpaqueValue(uint64_t Val) { in createFromOpaqueValue() argument
82 LocalVarDef DR; in createFromOpaqueValue()
88 static_assert(sizeof(uint64_t) == sizeof(LocalVarDef));
106 MapVector<LocalVarDef,
529 template <> struct DenseMapInfo<CodeViewDebug::LocalVarDef> {
531 static inline CodeViewDebug::LocalVarDef getEmptyKey() {
543 static bool isEqual(const CodeViewDebug::LocalVarDef &LHS,
545 return CodeViewDebug::LocalVarDef::toOpaqueValue(LHS) ==
[all …]
H A DCodeViewDebug.cpp1262 CodeViewDebug::LocalVarDef
1264 LocalVarDef DR; in createDefRangeMem()
1318 LocalVarDef DefRange = in collectVariableInfoFromMFTable()
1406 LocalVarDef DR; in calculateRanges()
2874 LocalVarDef DefRange = Pair.first; in emitLocalVariable()