Home
last modified time | relevance | path

Searched defs:IsAlignStack (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInlineAsm.h45 bool IsAlignStack; variable
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2551 bool IsAlignStack = Record[0] >> 1; in parseConstants() local
2576 bool IsAlignStack = (Record[0] >> 1) & 1; in parseConstants() local
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp441 LLVMBool HasSideEffects, LLVMBool IsAlignStack, in LLVMGetInlineAsm()
1785 LLVMBool IsAlignStack) { in LLVMConstInlineAsm()