Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h54 struct LocalVarDef { struct
72 uint64_t static toOpaqueValue(const LocalVarDef DR) { in toOpaqueValue() argument
78 LocalVarDef static createFromOpaqueValue(uint64_t Val) { in createFromOpaqueValue() argument
79 LocalVarDef DR; in createFromOpaqueValue()
85 static_assert(sizeof(uint64_t) == sizeof(LocalVarDef));
98 static LocalVarDef createDefRangeMem(uint16_t CVRegister, int Offset);
103 MapVector<LocalVarDef,
504 template <> struct DenseMapInfo<CodeViewDebug::LocalVarDef> {
506 static inline CodeViewDebug::LocalVarDef getEmptyKey() {
507 return CodeViewDebug::LocalVarDef::createFromOpaqueValue(~0ULL);
[all …]
H A DCodeViewDebug.cpp1246 CodeViewDebug::LocalVarDef
1248 LocalVarDef DR; in createDefRangeMem()
1300 LocalVarDef DefRange = in collectVariableInfoFromMFTable()
1382 LocalVarDef DR; in calculateRanges()
2841 LocalVarDef DefRange = Pair.first; in emitLocalVariable()