Home
last modified time | relevance | path

Searched refs:SetFileSpecAndObjectName (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp132 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in Install()
H A DClangUserExpression.cpp589 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in Parse()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp104 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in WriteFunctionWrapper()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h905 void SetFileSpecAndObjectName(const FileSpec &file,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp96 module_sp->SetFileSpecAndObjectName(archive_file, archive_object); in FindPlugin()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1062 void Module::SetFileSpecAndObjectName(const FileSpec &file, in SetFileSpecAndObjectName() function in Module