Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h163 CST_CODE_INLINEASM = 18, // INLINEASM: [sideeffect,asmstr,conststr] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h171 CST_CODE_INLINEASM = 23 // Not used in PNaCl. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h289 CST_CODE_INLINEASM = 23 // INLINEASM: [sideeffect|alignstack| enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp212 case bitc::CST_CODE_INLINEASM: return "INLINEASM"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp783 Stream.EmitRecord(bitc::CST_CODE_INLINEASM, Record); in WriteConstants()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1465 case bitc::CST_CODE_INLINEASM: { in ParseConstants()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2040 Stream.EmitRecord(bitc::CST_CODE_INLINEASM, Record); in writeConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3257 case bitc::CST_CODE_INLINEASM: { in parseConstants()