Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp37 void emitGlobalVariable(const GlobalVariable *GV) override;
42 void DXILAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in DXILAsmPrinter
/freebsd/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/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h59 void emitGlobalVariable(const GlobalVariable *GV) override;
H A DWebAssemblyAsmPrinter.cpp178 void WebAssemblyAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in WebAssemblyAsmPrinter
180 AsmPrinter::emitGlobalVariable(GV); in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h105 void emitGlobalVariable(const GlobalVariable *GV) override;
H A DARMAsmPrinter.cpp103 void ARMAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in ARMAsmPrinter
107 AsmPrinter::emitGlobalVariable(GV); in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h128 void emitGlobalVariable(const GlobalVariable *GV) override;
H A DAMDGPUAsmPrinter.cpp306 void AMDGPUAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in AMDGPUAsmPrinter
338 AsmPrinter::emitGlobalVariable(GV); in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h269 void emitGlobalVariable(const GlobalVariable *GV) override {} in emitGlobalVariable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h510 void emitGlobalVariable(const GlobalVariable *GV);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp576 emitGlobalVariable(GVar); in getPointerToGlobal()
1302 emitGlobalVariable(&GV); in emitGlobals()
1311 void ExecutionEngine::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in ExecutionEngine
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h451 virtual void emitGlobalVariable(const GlobalVariable *GV);
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp89 void emitGlobalVariable(const GlobalVariable *GV) override {} in emitGlobalVariable() function in __anonbc5f3f620111::SPIRVAsmPrinter
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp698 void AsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in AsmPrinter
2095 emitGlobalVariable(GV); in emitGlobalGOTEquivs()
2298 emitGlobalVariable(&G); in doFinalization()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp283 void emitGlobalVariable(const GlobalVariable *GV) override;
2766 void PPCAIXAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in PPCAIXAsmPrinter