Home
last modified time | relevance | path

Searched refs:parseGNUAttribute (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp144 bool MCAsmParser::parseGNUAttribute(SMLoc L, int64_t &Tag, in parseGNUAttribute() function in MCAsmParser
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h346 bool parseGNUAttribute(SMLoc L, int64_t &Tag, int64_t &IntegerValue);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1345 if (!Parser.parseGNUAttribute(L, Tag, IntegerValue)) in ParseGNUAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1869 if (!getParser().parseGNUAttribute(L, Tag, IntegerValue)) in ParseGNUAttribute()