Searched refs:StripDebugInfoOfFunction (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp55 void StripDebugInfoOfFunction(Module* M, const char* name) { function in namespace:__anon1362
68 StripDebugInfoOfFunction(M, "llvm.dbg.func.start");
69 StripDebugInfoOfFunction(M, "llvm.dbg.stoppoint");
70 StripDebugInfoOfFunction(M, "llvm.dbg.region.start");
71 StripDebugInfoOfFunction(M, "llvm.dbg.region.end");
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp296 void StripDebugInfoOfFunction(Module* M, const char* name) { function in namespace:__anon1365
309 StripDebugInfoOfFunction(M, "llvm.dbg.func.start");
310 StripDebugInfoOfFunction(M, "llvm.dbg.stoppoint");
311 StripDebugInfoOfFunction(M, "llvm.dbg.region.start");
312 StripDebugInfoOfFunction(M, "llvm.dbg.region.end");

Completed in 131 milliseconds