Searched defs:GetIsDynamicLinkEditor (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ | ||
H A D | ObjectFile.h | 640 virtual bool GetIsDynamicLinkEditor() { return false; } GetIsDynamicLinkEditor() function |
/freebsd-src/contrib/llvm-project/lldb/source/Core/ | ||
H A D | Module.cpp | 1607 bool Module::GetIsDynamicLinkEditor() { GetIsDynamicLinkEditor() function in Module |