HomeSort by relevance Sort by last modified time
    Searched refs:StripDebugInfoOfFunction (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 51 void StripDebugInfoOfFunction(Module* M, const char* name) {
64 StripDebugInfoOfFunction(M, "llvm.dbg.func.start");
65 StripDebugInfoOfFunction(M, "llvm.dbg.stoppoint");
66 StripDebugInfoOfFunction(M, "llvm.dbg.region.start");
67 StripDebugInfoOfFunction(M, "llvm.dbg.region.end");
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 292 void StripDebugInfoOfFunction(Module* M, const char* name) {
305 StripDebugInfoOfFunction(M, "llvm.dbg.func.start");
306 StripDebugInfoOfFunction(M, "llvm.dbg.stoppoint");
307 StripDebugInfoOfFunction(M, "llvm.dbg.region.start");
308 StripDebugInfoOfFunction(M, "llvm.dbg.region.end");
    [all...]

Completed in 537 milliseconds