Home
last modified time | relevance | path

Searched refs:GetLibdlFunctionDeclarations (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h206 llvm::StringRef GetLibdlFunctionDeclarations(lldb_private::Process *process);
H A DPlatformPOSIX.cpp988 std::string expr(GetLibdlFunctionDeclarations(process)); in MakeLoadImageUtilityFunction()
1319 llvm::StringRef prefix = GetLibdlFunctionDeclarations(process); in UnloadImage()
1352 PlatformPOSIX::GetLibdlFunctionDeclarations(lldb_private::Process *process) { in GetLibdlFunctionDeclarations() function in PlatformPOSIX