Home
last modified time | relevance | path

Searched refs:FileHasChanged (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp95 } else if (executable->FileHasChanged()) { in GetTargetExecutable()
H A DModule.cpp1127 bool Module::FileHasChanged() const { in FileHasChanged() function in Module
1136 if (FileHasChanged()) { in ReportErrorIfModifyDetected()
H A DModuleList.cpp810 if (module_sp->FileHasChanged()) { in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h939 bool FileHasChanged() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp194 } else if (executable->FileHasChanged()) in GetTargetExecutable()