| 6236 | } |
| 6237 | |
| 6238 | void BfIRBuilder::DbgCreateGlobalVariable(BfIRMDNode context, const StringImpl& name, const StringImpl& linkageName, BfIRMDNode file, int lineNumber, BfIRMDNode type, bool isLocalToUnit, BfIRValue val, BfIRMDNode decl) |
| 6239 | { |
| 6240 | WriteCmd(BfIRCmd_DbgCreateGlobalVariable, context, name, linkageName, file, lineNumber, type, isLocalToUnit, val, decl); |
| 6241 | NEW_CMD_INSERTED; |
| 6242 | } |
| 6243 | |
| 6244 | BfIRMDNode BfIRBuilder::DbgCreateLexicalBlock(BfIRMDNode scope, BfIRMDNode file, int line, int col) |
| 6245 | { |
no outgoing calls
no test coverage detected