Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtilityFunction.cpp135 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in Install()
DClangUserExpression.cpp717 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in Parse()
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp101 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in WriteFunctionWrapper()
/external/llvm-project/lldb/include/lldb/Core/
DModule.h779 void SetFileSpecAndObjectName(const FileSpec &file,
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp96 module_sp->SetFileSpecAndObjectName(archive_file, archive_object); in FindPlugin()
/external/llvm-project/lldb/source/Core/
DModule.cpp1060 void Module::SetFileSpecAndObjectName(const FileSpec &file, in SetFileSpecAndObjectName() function in Module