Searched refs:DeferredFunctionInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp536 DenseMap<Function*, uint64_t> DeferredFunctionInfo; member in class:__anon3411::BitcodeReader
2059 DeferredFunctionInfo[F] = FuncBitOffset + FuncBitcodeOffsetDelta;
2995 (DeferredFunctionInfo[Fn] == 0 || DeferredFunctionInfo[Fn] == CurBit) &&
2997 DeferredFunctionInfo[Fn] = CurBit;
3361 DeferredFunctionInfo[Func] = 0;
3570 // set up the DeferredFunctionInfo vector for lazy reading.
3585 // DeferredFunctionInfo map. Skip it.
3595 // Build the DeferredFunctionInfo vector on the fly.
5313 // DeferredFunctionInfo ma
[all...]

Completed in 64 milliseconds