Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.h256 uint32_t ArrayIndexTypeId; variable
351 assert(ArrayIndexTypeId); in getArrayIndexTypeId()
352 return ArrayIndexTypeId; in getArrayIndexTypeId()
H A DBTFDebug.cpp405 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0), in BTFDebug()
538 if (!ArrayIndexTypeId) { in visitArrayType()
541 ArrayIndexTypeId = addType(std::move(TypeEntry)); in visitArrayType()