Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp670 static inline Expected<LeafRecord> fromCodeViewRecordImpl(CVType Type) { in fromCodeViewRecordImpl() function
683 return fromCodeViewRecordImpl<ClassName##Record>(Type); in fromCodeViewRecord()