Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp612 DenseMap<Function *, unsigned> FunctionTypeIDs; member in __anondf6e26480411::BitcodeReader
4165 FunctionTypeIDs[Func] = FTyID; in parseFunctionRecord()
4836 unsigned FTyID = FunctionTypeIDs[F]; in parseFunctionBody()