Searched refs:emitGlobalVariable (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h134 void emitGlobalVariable(const GlobalVariable *GV) override;
H A DAMDGPUAsmPrinter.cpp295 void AMDGPUAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { function in class:AMDGPUAsmPrinter
327 AsmPrinter::emitGlobalVariable(GV);
/freebsd-13-stable/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) { function in class:ARMAsmPrinter
110 AsmPrinter::emitGlobalVariable(GV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp75 void emitGlobalVariable(const GlobalVariable *GV) override;
107 void XCoreAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { function in class:XCoreAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h516 void emitGlobalVariable(const GlobalVariable *GV);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h366 virtual void emitGlobalVariable(const GlobalVariable *GV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp587 emitGlobalVariable(GVar);
1290 emitGlobalVariable(&GV);
1299 void ExecutionEngine::emitGlobalVariable(const GlobalVariable *GV) { function in class:ExecutionEngine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp166 void emitGlobalVariable(const GlobalVariable *GV) override;
1671 void PPCAIXAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { function in class:PPCAIXAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp461 void AsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { function in class:AsmPrinter
1387 emitGlobalVariable(GV);
1489 emitGlobalVariable(&G);

Completed in 178 milliseconds