Home
last modified time | relevance | path

Searched refs:IsSigned_ (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCFragment.h382 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSection *Sec = nullptr)
383 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFragment.h496 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSection *Sec = nullptr)
497 : MCFragment(FT_LEB, false, Sec), Value(&Value_), IsSigned(IsSigned_) { in MCFragment()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h338 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSectionData *SD) in MCLEBFragment() argument
340 Value(&Value_), IsSigned(IsSigned_) { Contents.push_back(0); } in MCLEBFragment()