Home
last modified time | relevance | path

Searched refs:dsym_path (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp76 …ta* create_symbol_owner_data_arch_specific(CSCppSymbolOwner* symbol_owner, const char* dsym_path) { in create_symbol_owner_data_arch_specific() argument
82 …SymbolOwnerData* create_symbol_owner_data2(CSCppSymbolOwner* symbol_owner, const char* dsym_path) { in create_symbol_owner_data2() argument
83 create_symbol_owner_data_arch_specific< ISA32Little >(symbol_owner, dsym_path); in create_symbol_owner_data2()
84 create_symbol_owner_data_arch_specific< ISA32Big >(symbol_owner, dsym_path); in create_symbol_owner_data2()
85 create_symbol_owner_data_arch_specific< ISA64Little >(symbol_owner, dsym_path); in create_symbol_owner_data2()
86 create_symbol_owner_data_arch_specific< ISA64Big >(symbol_owner, dsym_path); in create_symbol_owner_data2()
/external/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp179 char dsym_path[PATH_MAX]; in CreateInstance() local
180 …f (module_sp->GetSourceMappingList().IsEmpty() && dsym_fspec.GetPath(dsym_path, sizeof(dsym_path))) in CreateInstance()
188 char *resources = strstr (dsym_path, "/Contents/Resources/"); in CreateInstance()
193 …rintf(dsym_uuid_plist_path, sizeof(dsym_uuid_plist_path), "%s%s.plist", dsym_path, uuid_str.c_str(… in CreateInstance()
/external/lldb/test/functionalities/exec/
DTestExec.py44 dsym_path = os.path.join (os.getcwd(), "a.out.dSYM")
47 execute_command ("rm -rf '%s'" % (dsym_path))
/external/v8/build/mac/
Dstrip_save_dsym175 def dsym_path(macho): function
262 dsym = dsym_path(macho)