Home
last modified time | relevance | path

Searched refs:TypeIdAttr (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Target/BPF/
DBPFPreserveDIType.cpp30 constexpr StringRef BPFCoreSharedInfo::TypeIdAttr; member in llvm::BPFCoreSharedInfo
98 GV->addAttribute(BPFCoreSharedInfo::TypeIdAttr); in BPFPreserveDITypeImpl()
DBPFCORE.h63 static constexpr StringRef TypeIdAttr = "btf_type_id"; variable
DBPFCheckAndAdjustIR.cpp87 GV->hasAttribute(BPFCoreSharedInfo::TypeIdAttr)) in checkIR()
DBPFAdjustOpt.cpp219 GV->hasAttribute(BPFCoreSharedInfo::TypeIdAttr)) in avoidSpeculation()
DBPFMISimplifyPatchable.cpp293 else if (!GVar->hasAttribute(BPFCoreSharedInfo::TypeIdAttr)) in removeLD()
DBTFDebug.cpp1017 !GVar->hasAttribute(BPFCoreSharedInfo::TypeIdAttr)) in processReloc()
1219 GVar->hasAttribute(BPFCoreSharedInfo::TypeIdAttr)) { in InstLower()