Searched refs:getDisplayName (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 288 m_clang_ast_context->getDisplayName(), tag_decl, in CompleteType() 316 m_ast_context, m_clang_ast_context->getDisplayName(), in CompleteType() 409 m_ast_context, m_clang_ast_context->getDisplayName(), in FindExternalLexicalDecls() 417 m_ast_context, m_clang_ast_context->getDisplayName(), in FindExternalLexicalDecls() 424 m_ast_context, m_clang_ast_context->getDisplayName()); in FindExternalLexicalDecls() 531 m_ast_context, m_clang_ast_context->getDisplayName(), name); in FindExternalVisibleDecls() 537 m_ast_context, m_clang_ast_context->getDisplayName(), name, in FindExternalVisibleDecls() 543 m_ast_context, m_clang_ast_context->getDisplayName(), name, in FindExternalVisibleDecls() 981 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCMethodDecls() 1271 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCPropertyAndIvarDecls() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 168 StringRef DisplayName = GV->getDisplayName(); in getOrCreateGlobalVariableDIE() 170 addString(*VariableDIE, dwarf::DW_AT_name, GV->getDisplayName()); in getOrCreateGlobalVariableDIE()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 159 llvm::StringRef getDisplayName() const { return m_display_name; } in getDisplayName() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3083 StringRef getDisplayName() const { return getStringOperand(4); }
|