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

  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 76 virtual void EmitGlobalVariable(const GlobalVariable *GV);
109 void XCoreAsmPrinter::EmitGlobalVariable(const GlobalVariable *GV) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 514 EmitGlobalVariable(GVar);
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 898 EmitGlobalVariable(GVar);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 264 /// EmitGlobalVariable - Emit the specified global variable to the .s file.
265 void AsmPrinter::EmitGlobalVariable(const GlobalVariable *GV) {
844 EmitGlobalVariable(I);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 111 milliseconds