Emit DebugTypePointer when non-semantic debug info is enabled
This commit is contained in:
parent
89824a83b7
commit
e17ecb0e80
16 changed files with 9174 additions and 8925 deletions
|
|
@ -226,6 +226,7 @@ public:
|
|||
Id makeMemberDebugType(Id const memberType, DebugTypeLoc const& debugTypeLoc);
|
||||
Id makeCompositeDebugType(std::vector<Id> const& memberTypes, char const*const name,
|
||||
NonSemanticShaderDebugInfo100DebugCompositeType const tag, bool const isOpaqueType = false);
|
||||
Id makePointerDebugType(StorageClass storageClass, Id const baseType);
|
||||
Id makeDebugSource(const Id fileName);
|
||||
Id makeDebugCompilationUnit();
|
||||
Id createDebugGlobalVariable(Id const type, char const*const name, Id const variable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue