Home
last modified time | relevance | path

Searched refs:createGlobalVariableDIE (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h254 void createGlobalVariableDIE(const MDNode *N);
DDwarfDebug.cpp551 CU->createGlobalVariableDIE(N); in collectInfoFromNamedMDNodes()
597 CU->createGlobalVariableDIE(N); in collectLegacyDebugInfo()
627 CU->createGlobalVariableDIE(GVs.getElement(i)); in beginModule()
DDwarfCompileUnit.cpp1041 void CompileUnit::createGlobalVariableDIE(const MDNode *N) { in createGlobalVariableDIE() function in CompileUnit