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

/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp796 int32 fileIndex = _GetSourceFileIndex(unit, file); local
817 if (state.file != fileIndex)
881 int32 fileIndex = _GetSourceFileIndex(unit, file); local
896 bool isOurFile = state.file == fileIndex;
999 int32 fileIndex = _GetSourceFileIndex(unit, file); local
1000 if (fileIndex < 0)
1003 status_t error = _AddSourceCodeInfo(unit, sourceCode, fileIndex);
1015 FileSourceCode* sourceCode, int32 fileIndex)
1034 bool isOurFile = state.file == fileIndex;
1014 _AddSourceCodeInfo(CompilationUnit* unit, FileSourceCode* sourceCode, int32 fileIndex) argument
H A DDwarfImageDebugInfo.h113 int32 fileIndex);

Completed in 53 milliseconds