Home
last modified time | relevance | path

Searched refs:warn_multiple (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Target/
H A DSectionLoadHistory.cpp126 bool warn_multiple) { in SetSectionLoadAddress() argument
132 warn_multiple); in SetSectionLoadAddress()
H A DSectionLoadList.cpp66 bool warn_multiple) { in SetSectionLoadAddress() argument
103 if (warn_multiple && section != ats_pos->second) { in SetSectionLoadAddress()
H A DTarget.cpp3014 bool warn_multiple) { in SetSectionLoadAddress() argument
3026 stop_id, section_sp, new_section_load_addr, warn_multiple)) in SetSectionLoadAddress()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DSectionLoadList.h48 bool warn_multiple = false);
H A DSectionLoadHistory.h53 bool warn_multiple = false);
H A DTarget.h1172 bool warn_multiple = false);
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp274 const bool warn_multiple = in UpdateImageLoadAddress() local
278 section_sp, new_section_load_addr, warn_multiple); in UpdateImageLoadAddress()