Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp1031 const char *obj_file_name = NULL; in DumpLocation() local
1034 obj_file_name = obj_file->GetFileSpec().GetFilename().AsCString(); in DumpLocation()
1041 obj_file_name ? obj_file_name : "<NULL>"); in DumpLocation()