Home
last modified time | relevance | path

Searched defs:GetContainedTypeIDTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.h34 typedef std::function<unsigned(unsigned, unsigned)> GetContainedTypeIDTy; global() typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h49 typedef std::function<unsigned(unsigned, unsigned)> GetContainedTypeIDTy; typedef