Searched defs:EmitGlobal (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELFWriter.cpp344 // EmitGlobal - Choose the right section for global and emit it
345 void ELFWriter::EmitGlobal(const GlobalValue *GV) { function in class:ELFWriter
697 EmitGlobal(I);
702 EmitGlobal(*I);
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1523 void CodeGenModule::EmitGlobal(GlobalDecl GD) { function in class:CodeGenModule
3758 EmitGlobal(cast<FunctionDecl>(D));
3769 EmitGlobal(cast<VarDecl>(D));

Completed in 139 milliseconds