Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp101 bool AllowTLS) const;
273 bool AllowTLS) const { in getPCRelEncoding()
292 if (AllowTLS && OpNum + 1 < MI.getNumOperands()) { in getPCRelEncoding()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp431 int64_t MaxVal, bool AllowTLS);
1298 int64_t MaxVal, bool AllowTLS) { in parsePCRel() argument
1323 if (AllowTLS && getLexer().is(AsmToken::Colon)) { in parsePCRel()
1363 if (AllowTLS) in parsePCRel()