Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DMSVCUndecoratedNameParser.cpp85 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
97 return specs[specs.size() - 1].GetBaseName(); in DropScope()
DMSVCUndecoratedNameParser.h24 llvm::StringRef GetBaseName() const { return m_base_name; } in GetBaseName() function
/external/google-breakpad/src/common/windows/
Dstring_utils-inl.h94 static wstring GetBaseName(const wstring &filename);
Dpe_util.cc190 info->debug_file = WindowsStringUtils::GetBaseName(info->debug_file); in ReadModuleInfo()
215 info->code_file = WindowsStringUtils::GetBaseName(pe_file); in ReadPEInfo()
Dstring_utils.cc38 wstring WindowsStringUtils::GetBaseName(const wstring &filename) { in GetBaseName() function in google_breakpad::WindowsStringUtils
Dpdb_source_line_writer.cc1141 WindowsStringUtils::GetBaseName(wstring(debug_file_string)); in GetModuleInfo()
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc318 wstring code_file = WindowsStringUtils::GetBaseName(wstring(module)); in wmain()
/external/ruy/ruy/
Dtrace.h212 inline const char* GetBaseName(const char* path) { in GetBaseName() function
264 const char* base_name = GetBaseName(entry.source_file); in Print()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp507 llvm::StringRef uname = specs.back().GetBaseName(); in CreateDeclInfoForUndecoratedName()
526 std::string ns_name = spec.GetBaseName().str(); in CreateDeclInfoForUndecoratedName()
DSymbolFileNativePDB.cpp515 return std::string(specs.back().GetBaseName()); in GetUnqualifiedTypeName()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp1055 std::string namespace_name = std::string(specs[i].GetBaseName()); in GetDeclContextContainingSymbol()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc65 string GetBaseName(const string& name, char separator) { in GetBaseName() function
4018 GetBaseName(new_computation.name(), kNameSeparator), in AddCalledComputation()
4024 GetBaseName(instruction.name(), kNameSeparator), in AddCalledComputation()