Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h410 CST_CODE_INLINEASM = 30, // INLINEASM: [fnty, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1986 Stream.EmitRecord(bitc::CST_CODE_INLINEASM, Record); in writeConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2602 Stream.EmitRecord(bitc::CST_CODE_INLINEASM, Record); in writeConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3490 case bitc::CST_CODE_INLINEASM: { in parseConstants()