Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp63 static inline bool isCodeViewDebugSubsection(object::SectionRef Section, in isCodeViewDebugSubsection() function
89 if (!isCodeViewDebugSubsection(Section, ".debug$S", Reader)) in isDebugSSection()
98 if (!isCodeViewDebugSubsection(Section, ".debug$T", Reader) && in isDebugTSection()
99 !isCodeViewDebugSubsection(Section, ".debug$P", Reader)) in isDebugTSection()