Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h530 void SetEncodingType(Type *encoding_type) { m_encoding_type = encoding_type; } in SetEncodingType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp702 type_sp->SetEncodingType(element_type); in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp693 array_sp->SetEncodingType(element_type.get()); in CreateArrayType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1425 type_sp->SetEncodingType(element_type); in ParseArrayType()