Searched refs:AppendImageSearchPath (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/bindings/interface/ |
D | SBTarget.i | 353 … Append the path mapping (from -> to) to the target's paths mapping list.") AppendImageSearchPath; 355 AppendImageSearchPath (const char *from,
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBTarget.h | 283 void AppendImageSearchPath(const char *from, const char *to,
|
/external/llvm-project/lldb/source/API/ |
D | SBTarget.cpp | 1557 void SBTarget::AppendImageSearchPath(const char *from, const char *to, in AppendImageSearchPath() function in SBTarget 1559 LLDB_RECORD_METHOD(void, SBTarget, AppendImageSearchPath, in AppendImageSearchPath() 2587 LLDB_REGISTER_METHOD(void, SBTarget, AppendImageSearchPath, in RegisterMethods()
|