Searched refs:emitDebugInfoForGlobal (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 201 void emitDebugInfoForGlobal(const DIGlobalVariable *DIGV, MCSymbol *GVSym);
|
D | CodeViewDebug.cpp | 2003 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/ |
D | CodeViewDebug.h | 267 void emitDebugInfoForGlobal(const DIGlobalVariable *DIGV,
|
D | CodeViewDebug.cpp | 2713 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
|