Home
last modified time | relevance | path

Searched refs:BaseTypeId (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h215 BTFTypeDeclTag(uint32_t BaseTypeId, int ComponentId, StringRef Tag);
356 void processDeclAnnotations(DINodeArray Annotations, uint32_t BaseTypeId,
364 int genBTFTypeTags(const DIDerivedType *DTy, int BaseTypeId);
H A DBTFDebug.cpp442 BTFTypeDeclTag::BTFTypeDeclTag(uint32_t BaseTypeId, int ComponentIdx, in BTFTypeDeclTag() argument
447 BTFType.Type = BaseTypeId; in BTFTypeDeclTag()
581 uint32_t BaseTypeId, in processDeclAnnotations() argument
593 auto TypeEntry = std::make_unique<BTFTypeDeclTag>(BaseTypeId, ComponentIdx, in processDeclAnnotations()
600 int BTFDebug::genBTFTypeTags(const DIDerivedType *DTy, int BaseTypeId) { in genBTFTypeTags() argument
624 if (BaseTypeId >= 0) in genBTFTypeTags()
626 std::make_unique<BTFTypeTypeTag>(BaseTypeId, MDStrs[0]->getString()); in genBTFTypeTags()