Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguage.h89 virtual CompilerType AdjustForInclusion(CompilerType &candidate) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguage.cpp396 compiler_type = AdjustForInclusion(compiler_type); in Find_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp936 virtual CompilerType AdjustForInclusion(CompilerType &candidate) override { in GetTypeScavenger() function in CPlusPlusLanguage::GetTypeScavenger::CPlusPlusTypeScavenger
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1008 virtual CompilerType AdjustForInclusion(CompilerType &candidate) override { in GetTypeScavenger() function in ObjCLanguage::GetTypeScavenger::ObjCDebugInfoScavenger