Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp412 bool HasBTFExt = false; in hasBTFSections() local
420 HasBTFExt |= *Name == BTFExtSectionName; in hasBTFSections()
421 if (HasBTF && HasBTFExt) in hasBTFSections()