Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h45 bool IsAlignStack; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2791 bool IsAlignStack = Record[0] >> 1; in parseConstants() local
2816 bool IsAlignStack = (Record[0] >> 1) & 1; in parseConstants() local
2842 bool IsAlignStack = (Record[0] >> 1) & 1; in parseConstants() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp466 LLVMBool IsAlignStack, in LLVMGetInlineAsm()
1860 LLVMBool IsAlignStack) { in LLVMConstInlineAsm()