Searched refs:StripDebugInfoOfFunction (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 55 void StripDebugInfoOfFunction(Module* M, const char* name) { in StripDebugInfoOfFunction() function 68 StripDebugInfoOfFunction(M, "llvm.dbg.func.start"); in CheckDebugInfoIntrinsics() 69 StripDebugInfoOfFunction(M, "llvm.dbg.stoppoint"); in CheckDebugInfoIntrinsics() 70 StripDebugInfoOfFunction(M, "llvm.dbg.region.start"); in CheckDebugInfoIntrinsics() 71 StripDebugInfoOfFunction(M, "llvm.dbg.region.end"); in CheckDebugInfoIntrinsics()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 296 void StripDebugInfoOfFunction(Module* M, const char* name) { in StripDebugInfoOfFunction() function 309 StripDebugInfoOfFunction(M, "llvm.dbg.func.start"); in CheckDebugInfoIntrinsics() 310 StripDebugInfoOfFunction(M, "llvm.dbg.stoppoint"); in CheckDebugInfoIntrinsics() 311 StripDebugInfoOfFunction(M, "llvm.dbg.region.start"); in CheckDebugInfoIntrinsics() 312 StripDebugInfoOfFunction(M, "llvm.dbg.region.end"); in CheckDebugInfoIntrinsics()
|