Searched refs:BaseTypeId (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.h | 215 BTFTypeDeclTag(uint32_t BaseTypeId, int ComponentId, StringRef Tag); 359 void processDeclAnnotations(DINodeArray Annotations, uint32_t BaseTypeId, 371 int genBTFTypeTags(const DIDerivedType *DTy, int BaseTypeId);
|
| H A D | BTFDebug.cpp | 444 BTFTypeDeclTag::BTFTypeDeclTag(uint32_t BaseTypeId, int ComponentIdx, in BTFTypeDeclTag() argument 449 BTFType.Type = BaseTypeId; in BTFTypeDeclTag() 583 uint32_t BaseTypeId, in processDeclAnnotations() argument 595 auto TypeEntry = std::make_unique<BTFTypeDeclTag>(BaseTypeId, ComponentIdx, in processDeclAnnotations() 621 int BTFDebug::genBTFTypeTags(const DIDerivedType *DTy, int BaseTypeId) { in genBTFTypeTags() argument 645 if (BaseTypeId >= 0) in genBTFTypeTags() 647 std::make_unique<BTFTypeTypeTag>(BaseTypeId, MDStrs[0]->getString()); in genBTFTypeTags()
|