Home
last modified time | relevance | path

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

/freebsd/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));
105 static LocalVarDef createDefRangeMem(uint16_t CVRegister, int Offset);
110 MapVector<LocalVarDef,
534 template <> struct DenseMapInfo<CodeViewDebug::LocalVarDef> {
536 static inline CodeViewDebug::LocalVarDef getEmptyKey() {
537 return CodeViewDebug::LocalVarDef::createFromOpaqueValue(~0ULL);
[all …]
H A DCodeViewDebug.cpp1269 CodeViewDebug::LocalVarDef
1271 LocalVarDef DR; in createDefRangeMem()
1327 LocalVarDef DefRange = in collectVariableInfoFromMFTable()
1420 LocalVarDef DR; in calculateRanges()
2888 LocalVarDef DefRange = Pair.first; in emitLocalVariable()