Home
last modified time | relevance | path

Searched refs:emitDebugInfoForGlobal (Results 1 – 4 of 4) 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h267 void emitDebugInfoForGlobal(const DIGlobalVariable *DIGV,
DCodeViewDebug.cpp2713 emitDebugInfoForGlobal(GVE->getVariable(), GV, Asm->getSymbol(GV)); in emitDebugInfoForGlobals()
2730 emitDebugInfoForGlobal(GVE->getVariable(), GV, GVSym); in emitDebugInfoForGlobals()
2750 void CodeViewDebug::emitDebugInfoForGlobal(const DIGlobalVariable *DIGV, in emitDebugInfoForGlobal() function in CodeViewDebug