Searched refs:CompilerContext (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDIE.cpp | 169 void DWARFDIE::GetDeclContext(std::vector<CompilerContext> &context) const { in GetDeclContext() 179 CompilerContext(CompilerContextKind::Module, ConstString(GetName()))); in GetDeclContext() 182 context.push_back(CompilerContext(CompilerContextKind::Namespace, in GetDeclContext() 186 context.push_back(CompilerContext(CompilerContextKind::Structure, in GetDeclContext() 191 CompilerContext(CompilerContextKind::Union, ConstString(GetName()))); in GetDeclContext() 195 CompilerContext(CompilerContextKind::Class, ConstString(GetName()))); in GetDeclContext() 198 context.push_back(CompilerContext(CompilerContextKind::Enumeration, in GetDeclContext() 202 context.push_back(CompilerContext(CompilerContextKind::Function, in GetDeclContext() 206 context.push_back(CompilerContext(CompilerContextKind::Variable, in GetDeclContext() 211 CompilerContext(CompilerContextKind::Typedef, ConstString(GetName()))); in GetDeclContext()
|
| H A D | DWARFDIE.h | 96 GetDeclContext(std::vector<lldb_private::CompilerContext> &context) const;
|
| H A D | SymbolFileDWARF.h | 202 size_t FindTypes(const std::vector<lldb_private::CompilerContext> &context,
|
| H A D | SymbolFileDWARF.cpp | 2542 size_t SymbolFileDWARF::FindTypes(const std::vector<CompilerContext> &context, in FindTypes() 2566 std::vector<CompilerContext> die_context; in FindTypes()
|
| H A D | DWARFASTParserClang.cpp | 148 std::vector<CompilerContext> decl_context; in ParseTypeFromDWO()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 30 struct CompilerContext { struct 31 CompilerContext(CompilerContextKind t, const ConstString &n) in CompilerContext() argument 34 bool operator==(const CompilerContext &rhs) const {
|
| H A D | SymbolVendor.h | 107 virtual size_t FindTypes(const std::vector<CompilerContext> &context,
|
| H A D | SymbolFile.h | 200 virtual size_t FindTypes(const std::vector<CompilerContext> &context,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | SymbolFile.cpp | 152 size_t SymbolFile::FindTypes(const std::vector<CompilerContext> &context, in FindTypes()
|
| H A D | SymbolVendor.cpp | 330 size_t SymbolVendor::FindTypes(const std::vector<CompilerContext> &context, in FindTypes()
|
| H A D | Type.cpp | 39 void CompilerContext::Dump() const { in Dump()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 122 size_t FindTypes(const std::vector<CompilerContext> &context, bool append,
|
| H A D | SymbolFileBreakpad.cpp | 165 SymbolFileBreakpad::FindTypes(const std::vector<CompilerContext> &context, in FindTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 146 size_t FindTypes(const std::vector<lldb_private::CompilerContext> &context,
|
| H A D | SymbolFilePDB.cpp | 1513 const std::vector<lldb_private::CompilerContext> &contexts, bool append, in FindTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 148 size_t FindTypes(const std::vector<CompilerContext> &context, bool append,
|
| H A D | SymbolFileNativePDB.cpp | 1240 SymbolFileNativePDB::FindTypes(const std::vector<CompilerContext> &context, in FindTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-forward.h | 68 struct CompilerContext;
|