Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h626 FUNC_CODE_BLOCKADDR_USERS = 60, // BLOCKADDR_USERS: [value...] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3537 Stream.EmitRecord(bitc::FUNC_CODE_BLOCKADDR_USERS, Vals); in writeFunction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4797 case bitc::FUNC_CODE_BLOCKADDR_USERS: // BLOCKADDR_USERS: [vals...] in parseFunctionBody()