Searched refs:EmitCamlGlobal (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal() function 71 EmitCamlGlobal(getModule(), AP, "code_begin"); in beginAssembly() 74 EmitCamlGlobal(getModule(), AP, "data_begin"); in beginAssembly() 97 EmitCamlGlobal(getModule(), AP, "code_end"); in finishAssembly() 100 EmitCamlGlobal(getModule(), AP, "data_end"); in finishAssembly() 106 EmitCamlGlobal(getModule(), AP, "frametable"); in finishAssembly()
|