HomeSort by relevance Sort by last modified time
    Searched defs:EmitGlobalVariable (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 80 virtual void EmitGlobalVariable(const GlobalVariable *GV);
109 void XCoreAsmPrinter::EmitGlobalVariable(const GlobalVariable *GV) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 524 EmitGlobalVariable(GVar);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 257 /// EmitGlobalVariable - Emit the specified global variable to the .s file.
258 void AsmPrinter::EmitGlobalVariable(const GlobalVariable *GV) {
848 EmitGlobalVariable(I);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 71 milliseconds