Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h49 bool IsAlignStack; variable
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3646 bool IsAlignStack = Record[0] >> 1; in parseConstants() local
3672 bool IsAlignStack = (Record[0] >> 1) & 1; in parseConstants() local
3700 bool IsAlignStack = (Record[OpNum] >> 1) & 1; in parseConstants() local
3736 bool IsAlignStack = (Record[OpNum] >> 1) & 1; in parseConstants() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp503 LLVMBool IsAlignStack, in LLVMGetInlineAsm()
1917 LLVMBool IsAlignStack) { in LLVMConstInlineAsm()