Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp109 bool AllowTLS) const;
294 bool AllowTLS) const { in getPCRelEncoding()
314 if (AllowTLS && OpNum + 1 < MI.getNumOperands()) { in getPCRelEncoding()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp442 int64_t MaxVal, bool AllowTLS);
1607 int64_t MaxVal, bool AllowTLS) { in parsePCRel() argument
1657 if (AllowTLS && getLexer().is(AsmToken::Colon)) { in parsePCRel()
1697 if (AllowTLS) in parsePCRel()