Home
last modified time | relevance | path

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

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