Home
last modified time | relevance | path

Searched defs:VariantPart (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2578 struct VariantPart { struct
2587 std::vector<VariantMember> _members;
2588 DiscriminantValue _discriminant;
2661 VariantPart::VariantPart(const DWARFDIE &die, const DWARFDIE &parent_die, in VariantPart() function in VariantPart
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1116 DIE &VariantPart = createAndAddDIE(Composite->getTag(), Buffer); in constructTypeDIE() local