Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.h50 return cvunion; in asTag()
65 return cvunion; in asUnion()
73 return cvunion.Name; in name()
83 llvm::codeview::UnionRecord cvunion; member
DPdbUtil.cpp80 : cvunion(std::move(u)), m_kind(Union) {} in CVTagRecord()