Home
last modified time | relevance | path

Searched refs:get_xcode_sdk_root (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/test/API/tools/lldb-server/
DTestAppleSimulatorOSType.py51 sdkroot = lldbutil.get_xcode_sdk_root(sdk)
/external/llvm-project/lldb/test/API/macosx/simulator/
DTestSimulatorPlatform.py59 sdk_root = lldbutil.get_xcode_sdk_root(sdk)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py87 def get_xcode_sdk_root(sdk): function