Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp411 bool HasBTF = false; in hasBTFSections() local
419 HasBTF |= *Name == BTFSectionName; in hasBTFSections()
421 if (HasBTF && HasBTFExt) in hasBTFSections()