Home
last modified time | relevance | path

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

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