Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCCodeEmitter.cpp87 bool AllowTLS) const;
216 bool AllowTLS) const { in getPCRelEncoding()
235 if (AllowTLS && OpNum + 1 < MI.getNumOperands()) { in getPCRelEncoding()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp383 int64_t MaxVal, bool AllowTLS);
854 int64_t MaxVal, bool AllowTLS) { in parsePCRel() argument
879 if (AllowTLS && getLexer().is(AsmToken::Colon)) { in parsePCRel()
919 if (AllowTLS) in parsePCRel()