Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp100 bool AllowTLS) const;
273 bool AllowTLS) const { in getPCRelEncoding()
292 if (AllowTLS && OpNum + 1 < MI.getNumOperands()) { in getPCRelEncoding()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp429 int64_t MaxVal, bool AllowTLS);
1553 int64_t MaxVal, bool AllowTLS) { in parsePCRel() argument
1600 if (AllowTLS && getLexer().is(AsmToken::Colon)) { in parsePCRel()
1640 if (AllowTLS) in parsePCRel()