Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h492 bool exports_symbols = false; member
H A DDWARFASTParserClang.cpp412 exports_symbols = form_value.Boolean(); in ParsedDWARFTypeAttributes()
1814 attrs.exports_symbols); in ParseStructureLikeDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h334 bool exports_symbols = false);
H A DTypeSystemClang.cpp1223 LanguageType language, ClangASTMetadata *metadata, bool exports_symbols) { in CreateRecordType() argument
1276 if (isa<CXXRecordDecl>(decl_ctx) && exports_symbols) in CreateRecordType()