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.h47 bool IsAlignStack; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3554 bool IsAlignStack = Record[0] >> 1; in parseConstants() local
3580 bool IsAlignStack = (Record[0] >> 1) & 1; in parseConstants() local
3608 bool IsAlignStack = (Record[OpNum] >> 1) & 1; in parseConstants() local
3644 bool IsAlignStack = (Record[OpNum] >> 1) & 1; in parseConstants() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp496 LLVMBool IsAlignStack, in LLVMGetInlineAsm()
1918 LLVMBool IsAlignStack) { in LLVMConstInlineAsm()