Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h48 bool IsAlignStack; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3410 bool IsAlignStack = Record[0] >> 1; in parseConstants() local
3436 bool IsAlignStack = (Record[0] >> 1) & 1; in parseConstants() local
3464 bool IsAlignStack = (Record[OpNum] >> 1) & 1; in parseConstants() local
3500 bool IsAlignStack = (Record[OpNum] >> 1) & 1; in parseConstants() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp468 LLVMBool IsAlignStack, in LLVMGetInlineAsm()
1799 LLVMBool IsAlignStack) { in LLVMConstInlineAsm()