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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1275 uint32_t StructTypeId = 0; local
1278 StructTypeId = StructType->getId();
1283 if (StructTypeId == 0) {
1285 StructTypeId = addType(std::move(FwdTypeEntry));
1289 DType->setPointeeType(StructTypeId);

Completed in 111 milliseconds