Home
last modified time | relevance | path

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

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