Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h97 bool isTypeUnit() const { in isTypeUnit() function
291 bool isTypeUnit() const { return Header.isTypeUnit(); } in isTypeUnit() function
DDWARFCompileUnit.h33 static bool classof(const DWARFUnit *U) { return !U->isTypeUnit(); } in classof()
DDWARFTypeUnit.h41 static bool classof(const DWARFUnit *U) { return U->isTypeUnit(); } in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp85 if (Header.isTypeUnit()) in addUnitsImpl()
300 if (isTypeUnit()) { in extract()
317 !isTypeUnit() in extract()