Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp93 static inline bool isCodeViewDebugSubsection(object::SectionRef Section, in isCodeViewDebugSubsection() function
123 if (!isCodeViewDebugSubsection(Section, ".debug$S", Reader)) in isDebugSSection()
132 if (!isCodeViewDebugSubsection(Section, ".debug$T", Reader) && in isDebugTSection()
133 !isCodeViewDebugSubsection(Section, ".debug$P", Reader)) in isDebugTSection()