Home
last modified time | relevance | path

Searched refs:AdjustForInclusion (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguage.h88 virtual CompilerType AdjustForInclusion(CompilerType &candidate) = 0;
/llvm-project-15.0.7/lldb/source/Target/
H A DLanguage.cpp410 compiler_type = AdjustForInclusion(compiler_type); in Find_Impl()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1049 CompilerType AdjustForInclusion(CompilerType &candidate) override { in GetTypeScavenger() function in ObjCLanguage::GetTypeScavenger::ObjCDebugInfoScavenger
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1246 CompilerType AdjustForInclusion(CompilerType &candidate) override { in GetTypeScavenger() function in CPlusPlusLanguage::GetTypeScavenger::CPlusPlusTypeScavenger