Home
last modified time | relevance | path

Searched defs:isCompileUnit (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h578 inline bool isCompileUnit(const std::unique_ptr<DWARFUnit> &U) { in isCompileUnit() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVElement.h214 virtual bool isCompileUnit() const { return false; } in isCompileUnit() function
DLVScope.h199 bool isCompileUnit() const override { return getIsCompileUnit(); } in isCompileUnit() function