Home
last modified time | relevance | path

Searched refs:emitDebugInfoForGlobal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h201 void emitDebugInfoForGlobal(const DIGlobalVariable *DIGV, MCSymbol *GVSym);
DCodeViewDebug.cpp2003 emitDebugInfoForGlobal(G, Asm->getSymbol(GV)); in emitDebugInfoForGlobals()
2020 emitDebugInfoForGlobal(G, GVSym); in emitDebugInfoForGlobals()
2040 void CodeViewDebug::emitDebugInfoForGlobal(const DIGlobalVariable *DIGV, in emitDebugInfoForGlobal() function in CodeViewDebug