Home
last modified time | relevance | path

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

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