Home
last modified time | relevance | path

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

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