Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp169 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 DDWARFDIE.h96 GetDeclContext(std::vector<lldb_private::CompilerContext> &context) const;
H A DSymbolFileDWARF.h202 size_t FindTypes(const std::vector<lldb_private::CompilerContext> &context,
H A DSymbolFileDWARF.cpp2542 size_t SymbolFileDWARF::FindTypes(const std::vector<CompilerContext> &context, in FindTypes()
2566 std::vector<CompilerContext> die_context; in FindTypes()
H A DDWARFASTParserClang.cpp148 std::vector<CompilerContext> decl_context; in ParseTypeFromDWO()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h30 struct CompilerContext { struct
31 CompilerContext(CompilerContextKind t, const ConstString &n) in CompilerContext() argument
34 bool operator==(const CompilerContext &rhs) const {
H A DSymbolVendor.h107 virtual size_t FindTypes(const std::vector<CompilerContext> &context,
H A DSymbolFile.h200 virtual size_t FindTypes(const std::vector<CompilerContext> &context,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp152 size_t SymbolFile::FindTypes(const std::vector<CompilerContext> &context, in FindTypes()
H A DSymbolVendor.cpp330 size_t SymbolVendor::FindTypes(const std::vector<CompilerContext> &context, in FindTypes()
H A DType.cpp39 void CompilerContext::Dump() const { in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h122 size_t FindTypes(const std::vector<CompilerContext> &context, bool append,
H A DSymbolFileBreakpad.cpp165 SymbolFileBreakpad::FindTypes(const std::vector<CompilerContext> &context, in FindTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h146 size_t FindTypes(const std::vector<lldb_private::CompilerContext> &context,
H A DSymbolFilePDB.cpp1513 const std::vector<lldb_private::CompilerContext> &contexts, bool append, in FindTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h148 size_t FindTypes(const std::vector<CompilerContext> &context, bool append,
H A DSymbolFileNativePDB.cpp1240 SymbolFileNativePDB::FindTypes(const std::vector<CompilerContext> &context, in FindTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h68 struct CompilerContext;