Searched refs:createGlobalVariableDIE (Results 1 – 3 of 3) sorted by relevance
254 void createGlobalVariableDIE(const MDNode *N);
551 CU->createGlobalVariableDIE(N); in collectInfoFromNamedMDNodes()597 CU->createGlobalVariableDIE(N); in collectLegacyDebugInfo()627 CU->createGlobalVariableDIE(GVs.getElement(i)); in beginModule()
1041 void CompileUnit::createGlobalVariableDIE(const MDNode *N) { in createGlobalVariableDIE() function in CompileUnit