Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp589 DenseMap<Function *, unsigned> FunctionTypeIDs; member in __anon27c3e5780411::BitcodeReader
3836 FunctionTypeIDs[Func] = FTyID; in parseFunctionRecord()
4468 unsigned FTyID = FunctionTypeIDs[F]; in parseFunctionBody()