Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp674 static inline Expected<LeafRecord> fromCodeViewRecordImpl(CVType Type) { in fromCodeViewRecordImpl() function
687 return fromCodeViewRecordImpl<ClassName##Record>(Type); in fromCodeViewRecord()