Searched refs:ExpandedFunc (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | RSAddDebugInfoPass.cpp | 193 llvm::DISubprogram *ExpandedFunc = DebugInfo.createFunction( in attachDebugInfo() local 199 Func.setSubprogram(ExpandedFunc); in attachDebugInfo() 216 ExpandedFunc, arg.getName(), argIdx, sourceFileName, 1, in attachDebugInfo() 227 llvm::DebugLoc::get(1, 1, ExpandedFunc), loadedVar); in attachDebugInfo() 238 ExpandedFunc, bcc::BCC_INDEX_VAR_NAME, sourceFileName, 1, in attachDebugInfo() 245 llvm::DebugLoc::get(1, 1, ExpandedFunc), indexVar); in attachDebugInfo() 251 inst.setDebugLoc(llvm::DebugLoc::get(1, 1, ExpandedFunc)); in attachDebugInfo()
|