Home
last modified time | relevance | path

Searched refs:emitSpecialLLVMGlobal (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp109 if (!GV->hasInitializer() || emitSpecialLLVMGlobal(GV)) in emitGlobalVariable()
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h388 bool emitSpecialLLVMGlobal(const GlobalVariable *GV);
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp495 if (emitSpecialLLVMGlobal(GV)) in emitGlobalVariable()
2107 bool AsmPrinter::emitSpecialLLVMGlobal(const GlobalVariable *GV) { in emitSpecialLLVMGlobal() function in AsmPrinter
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1936 emitSpecialLLVMGlobal(&G); in doInitialization()