Home
last modified time | relevance | path

Searched refs:emitGlobalVariable (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp75 void emitGlobalVariable(const GlobalVariable *GV) override;
107 void XCoreAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in XCoreAsmPrinter
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h69 void emitGlobalVariable(const GlobalVariable *GV) override;
H A DWebAssemblyAsmPrinter.cpp174 void WebAssemblyAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in WebAssemblyAsmPrinter
176 AsmPrinter::emitGlobalVariable(GV); in emitGlobalVariable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h122 void emitGlobalVariable(const GlobalVariable *GV) override;
H A DAMDGPUAsmPrinter.cpp297 void AMDGPUAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in AMDGPUAsmPrinter
329 AsmPrinter::emitGlobalVariable(GV); in emitGlobalVariable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h101 void emitGlobalVariable(const GlobalVariable *GV) override;
H A DARMAsmPrinter.cpp106 void ARMAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in ARMAsmPrinter
110 AsmPrinter::emitGlobalVariable(GV); in emitGlobalVariable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h511 void emitGlobalVariable(const GlobalVariable *GV);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp576 emitGlobalVariable(GVar); in getPointerToGlobal()
1279 emitGlobalVariable(&GV); in emitGlobals()
1288 void ExecutionEngine::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in ExecutionEngine
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h399 virtual void emitGlobalVariable(const GlobalVariable *GV);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp514 void AsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in AsmPrinter
1610 emitGlobalVariable(GV); in emitGlobalGOTEquivs()
1727 emitGlobalVariable(&G); in doFinalization()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp230 void emitGlobalVariable(const GlobalVariable *GV) override;
2303 void PPCAIXAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in PPCAIXAsmPrinter