Home
last modified time | relevance | path

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

/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));
101 static LocalVarDef createDefRangeMem(uint16_t CVRegister, int Offset);
106 MapVector<LocalVarDef,
527 template <> struct DenseMapInfo<CodeViewDebug::LocalVarDef> {
529 static inline CodeViewDebug::LocalVarDef getEmptyKey() {
530 return CodeViewDebug::LocalVarDef::createFromOpaqueValue(~0ULL);
[all …]
H A DCodeViewDebug.cpp1229 CodeViewDebug::LocalVarDef in emitDebugInfoForFunction()
1231 LocalVarDef DR; in emitDebugInfoForFunction()
1285 LocalVarDef DefRange = in collectVariableInfoFromMFTable()
1373 LocalVarDef DR; in calculateRanges()
2841 LocalVarDef DefRange = Pair.first; in emitLocalVariableList()
/llvm-project/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/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