Lines Matching refs:sourceFile
3054 srcCtx = dbel->sourceFile; in dbeConvertSelObj()
3937 srcContext = dl->sourceFile; in dbeSetFuncData()
4462 SourceFile *sourceFile = cur_func->getDefSrc (); in dbeGetFuncCallerInfoById() local
4463 if (sourceFile == NULL || in dbeGetFuncCallerInfoById()
4464 (sourceFile->flags & SOURCE_FLAG_UNKNOWN) != 0) in dbeGetFuncCallerInfoById()
4669 SourceFile *sourceFile = cur_func->getDefSrc (); in dbeGetFuncCalleeInfoById() local
4670 if (sourceFile == NULL || in dbeGetFuncCalleeInfoById()
4671 (sourceFile->flags & SOURCE_FLAG_UNKNOWN) != 0) in dbeGetFuncCalleeInfoById()
6171 else if (dbeline->sourceFile != NULL) in setSummary()
6172 sf = dbeline->sourceFile; in setSummary()
9923 const char *fname = dbeline ? dbeline->sourceFile->get_name () : NTXT (""); in dbeGetLineInfo()