Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h71 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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h125 void emitGlobalVariable(const GlobalVariable *GV) override;
H A DAMDGPUAsmPrinter.cpp292 void AMDGPUAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in AMDGPUAsmPrinter
324 AsmPrinter::emitGlobalVariable(GV); in emitGlobalVariable()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h266 void emitGlobalVariable(const GlobalVariable *GV) override {} in emitGlobalVariable() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h510 void emitGlobalVariable(const GlobalVariable *GV);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp576 emitGlobalVariable(GVar); in getPointerToGlobal()
1304 emitGlobalVariable(&GV); in emitGlobals()
1313 void ExecutionEngine::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in ExecutionEngine
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h462 virtual void emitGlobalVariable(const GlobalVariable *GV);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp83 void emitGlobalVariable(const GlobalVariable *GV) override {} in emitGlobalVariable() function in __anon70268b180111::SPIRVAsmPrinter
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp719 void AsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in AsmPrinter
2090 emitGlobalVariable(GV); in emitGlobalGOTEquivs()
2293 emitGlobalVariable(&G); in doFinalization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp275 void emitGlobalVariable(const GlobalVariable *GV) override;
2506 void PPCAIXAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable() function in PPCAIXAsmPrinter