Home
last modified time | relevance | path

Searched refs:FuncStart (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp56 if (Function* FuncStart = M->getFunction(name)) { in StripDebugInfoOfFunction() local
57 while (!FuncStart->use_empty()) { in StripDebugInfoOfFunction()
58 cast<CallInst>(*FuncStart->use_begin())->eraseFromParent(); in StripDebugInfoOfFunction()
60 FuncStart->eraseFromParent(); in StripDebugInfoOfFunction()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp297 if (Function* FuncStart = M->getFunction(name)) { in StripDebugInfoOfFunction() local
298 while (!FuncStart->use_empty()) { in StripDebugInfoOfFunction()
299 cast<CallInst>(*FuncStart->use_begin())->eraseFromParent(); in StripDebugInfoOfFunction()
301 FuncStart->eraseFromParent(); in StripDebugInfoOfFunction()