Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h66 bool NeedsFixup; variable
70 BTFTypeDerived(const DIDerivedType *Ty, unsigned Tag, bool NeedsFixup);
H A DBTFDebug.cpp49 bool NeedsFixup) in BTFTypeDerived() argument
50 : DTy(DTy), NeedsFixup(NeedsFixup), Name(DTy->getName()) { in BTFTypeDerived()
76 : DTy(nullptr), NeedsFixup(false), Name(Name) { in BTFTypeDerived()
89 if (NeedsFixup || !DTy) in completeType()