Searched refs:TypeIdAttr (Results 1 – 6 of 6) sorted by relevance
30 constexpr StringRef BPFCoreSharedInfo::TypeIdAttr; member in llvm::BPFCoreSharedInfo98 GV->addAttribute(BPFCoreSharedInfo::TypeIdAttr); in BPFPreserveDITypeImpl()
63 static constexpr StringRef TypeIdAttr = "btf_type_id"; variable
87 GV->hasAttribute(BPFCoreSharedInfo::TypeIdAttr)) in checkIR()
219 GV->hasAttribute(BPFCoreSharedInfo::TypeIdAttr)) in avoidSpeculation()
293 else if (!GVar->hasAttribute(BPFCoreSharedInfo::TypeIdAttr)) in removeLD()
1017 !GVar->hasAttribute(BPFCoreSharedInfo::TypeIdAttr)) in processReloc()1219 GVar->hasAttribute(BPFCoreSharedInfo::TypeIdAttr)) { in InstLower()