Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1492 std::vector<unsigned> FwdRefAttrGrps; in parseGlobal() local
1493 if (parseFnAttributeValuePairs(Attrs, FwdRefAttrGrps, false, BuiltinLoc)) in parseGlobal()
1495 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal()
1497 ForwardRefAttrGroups[GV] = FwdRefAttrGrps; in parseGlobal()
1682 std::vector<unsigned> &FwdRefAttrGrps, in parseFnAttributeValuePairs() argument
1710 FwdRefAttrGrps.push_back(Lex.getUIntVal()); in parseFnAttributeValuePairs()
6385 std::vector<unsigned> FwdRefAttrGrps; in parseFunctionHeader() local
6401 parseFnAttributeValuePairs(FuncAttrs, FwdRefAttrGrps, false, in parseFunctionHeader()
6515 ForwardRefAttrGroups[Fn] = FwdRefAttrGrps; in parseFunctionHeader()
7287 std::vector<unsigned> FwdRefAttrGrps; in parseInvoke() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h375 std::vector<unsigned> &FwdRefAttrGrps,