Searched defs:AllowTLS (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp358 int64_t MaxVal, bool AllowTLS);
782 int64_t MaxVal, bool AllowTLS) {
807 if (AllowTLS && getLexer().is(AsmToken::Colon)) {
847 if (AllowTLS)
781 parsePCRel(OperandVector &Operands, int64_t MinVal, int64_t MaxVal, bool AllowTLS) argument

Completed in 83 milliseconds