Home
last modified time | relevance | path

Searched refs:AllowTLS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp85 bool AllowTLS) const;
192 bool AllowTLS) const { in getPCRelEncoding()
212 if (AllowTLS && OpNum + 1 < MI.getNumOperands()) { in getPCRelEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp440 int64_t MaxVal, bool AllowTLS);
1579 bool AllowTLS) { in parsePCRel() argument
1623 if (AllowTLS && getLexer().is(AsmToken::Colon)) { in parsePCRel()
1655 if (AllowTLS) in parsePCRel()