Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp67 static inline bool isCodeViewDebugSubsection(object::SectionRef Section, in isCodeViewDebugSubsection() function
93 if (!isCodeViewDebugSubsection(Section, ".debug$S", Reader)) in isDebugSSection()
102 if (!isCodeViewDebugSubsection(Section, ".debug$T", Reader) && in isDebugTSection()
103 !isCodeViewDebugSubsection(Section, ".debug$P", Reader)) in isDebugTSection()