Searched refs:BaseTypeId (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 215 BTFTypeDeclTag(uint32_t BaseTypeId, int ComponentId, StringRef Tag); 363 void processDeclAnnotations(DINodeArray Annotations, uint32_t BaseTypeId, 375 int genBTFTypeTags(const DIDerivedType *DTy, int BaseTypeId);
|
H A D | BTFDebug.cpp | 445 BTFTypeDeclTag::BTFTypeDeclTag(uint32_t BaseTypeId, int ComponentIdx, in BTFTypeDeclTag() argument 450 BTFType.Type = BaseTypeId; in BTFTypeDeclTag() 584 uint32_t BaseTypeId, in processDeclAnnotations() argument 596 auto TypeEntry = std::make_unique<BTFTypeDeclTag>(BaseTypeId, ComponentIdx, in processDeclAnnotations() 622 int BTFDebug::genBTFTypeTags(const DIDerivedType *DTy, int BaseTypeId) { in genBTFTypeTags() argument 646 if (BaseTypeId >= 0) in genBTFTypeTags() 648 std::make_unique<BTFTypeTypeTag>(BaseTypeId, MDStrs[0]->getString()); in genBTFTypeTags()
|