Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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), "");
103 MapVector<LocalVarDef,
503 template <> struct DenseMapInfo<CodeViewDebug::LocalVarDef> {
505 static inline CodeViewDebug::LocalVarDef getEmptyKey() {
517 static bool isEqual(const CodeViewDebug::LocalVarDef &LHS,
519 return CodeViewDebug::LocalVarDef::toOpaqueValue(LHS) ==
[all …]
H A DCodeViewDebug.cpp1245 CodeViewDebug::LocalVarDef
1247 LocalVarDef DR; in createDefRangeMem()
1299 LocalVarDef DefRange = in collectVariableInfoFromMFTable()
1371 LocalVarDef DR; in calculateRanges()
2812 LocalVarDef DefRange = Pair.first; in emitLocalVariable()
/llvm-project-15.0.7/clang/test/Sema/
H A Ddllexport.c64 …__declspec(dllexport) int LocalVarDef = 1; // expected-error{{'LocalVarDef' must have exter… in functionScope() local
H A Ddllimport.c137 …__declspec(dllimport) int LocalVarDef = 1; // expected-error{{definition of dllimport data}} in functionScope() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp94 …__declspec(dllexport) int LocalVarDef = 1; // expected-error{{'LocalVarDef' must have exter… in functionScope() local
H A Ddllimport.cpp157 …__declspec(dllimport) int LocalVarDef = 1; // expected-error{{definition of dllimport data}} in functionScope() local