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

/frameworks/compile/libbcc/lib/
H A DRSAddDebugInfoPass.cpp193 llvm::DISubprogram *ExpandedFunc = DebugInfo.createFunction( local
199 Func.setSubprogram(ExpandedFunc);
216 ExpandedFunc, arg.getName(), argIdx, sourceFileName, 1,
227 llvm::DebugLoc::get(1, 1, ExpandedFunc), loadedVar);
238 ExpandedFunc, bcc::BCC_INDEX_VAR_NAME, sourceFileName, 1,
245 llvm::DebugLoc::get(1, 1, ExpandedFunc), indexVar);
251 inst.setDebugLoc(llvm::DebugLoc::get(1, 1, ExpandedFunc));

Completed in 208 milliseconds