Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h384 CST_CODE_INLINEASM = 28, // INLINEASM: [sideeffect|alignstack| enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2466 Stream.EmitRecord(bitc::CST_CODE_INLINEASM, Record); in writeConstants()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2837 case bitc::CST_CODE_INLINEASM: { in parseConstants()