Searched refs:AdjustForInclusion (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Target/ | ||
| H A D | Language.h | 88 virtual CompilerType AdjustForInclusion(CompilerType &candidate) = 0; |
| /llvm-project-15.0.7/lldb/source/Target/ | ||
| H A D | Language.cpp | 410 compiler_type = AdjustForInclusion(compiler_type); in Find_Impl() |
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ | ||
| H A D | ObjCLanguage.cpp | 1049 CompilerType AdjustForInclusion(CompilerType &candidate) override { in GetTypeScavenger() function in ObjCLanguage::GetTypeScavenger::ObjCDebugInfoScavenger |
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ | ||
| H A D | CPlusPlusLanguage.cpp | 1246 CompilerType AdjustForInclusion(CompilerType &candidate) override { in GetTypeScavenger() function in CPlusPlusLanguage::GetTypeScavenger::CPlusPlusTypeScavenger |