Home | History | Annotate | Download | only in CodeGen

Lines Matching full:associateddata

252     Structor() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {}
254 llvm::Constant *AssociatedData)
256 AssociatedData(AssociatedData) {}
259 llvm::Constant *AssociatedData;
1202 llvm::Constant *AssociatedData = nullptr);