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;
196 bool AllowTLS) const { in getPCRelEncoding()
216 if (AllowTLS && OpNum + 1 < MI.getNumOperands()) { in getPCRelEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp462 int64_t MaxVal, bool AllowTLS);
1648 bool AllowTLS) { in parsePCRel() argument
1691 if (AllowTLS && getLexer().is(AsmToken::Colon)) { in parsePCRel()
1723 if (AllowTLS) in parsePCRel()