Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1606 uint32_t StructTypeId = 0; in endModule() local
1609 StructTypeId = StructType->getId(); in endModule()
1614 if (StructTypeId == 0) { in endModule()
1616 StructTypeId = addType(std::move(FwdTypeEntry)); in endModule()
1623 int TmpTypeId = genBTFTypeTags(DTy, StructTypeId); in endModule()
1627 BDType->setPointeeType(StructTypeId); in endModule()