Searched refs:integerAttribute (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | HexagonAttributeParser.cpp | 17 &ELFAttributeParser::integerAttribute, 21 &ELFAttributeParser::integerAttribute, 25 &ELFAttributeParser::integerAttribute, 29 &ELFAttributeParser::integerAttribute, 33 &ELFAttributeParser::integerAttribute, 37 &ELFAttributeParser::integerAttribute, 41 &ELFAttributeParser::integerAttribute,
|
H A D | RISCVAttributeParser.cpp | 22 &ELFAttributeParser::integerAttribute, 26 &ELFAttributeParser::integerAttribute, 30 &ELFAttributeParser::integerAttribute,
|
H A D | CSKYAttributeParser.cpp | 27 &ELFAttributeParser::integerAttribute, 31 &ELFAttributeParser::integerAttribute,
|
H A D | ELFAttributeParser.cpp | 36 Error ELFAttributeParser::integerAttribute(unsigned tag) { in integerAttribute() function in ELFAttributeParser 111 if (Error e = integerAttribute(tag)) in parseAttributeList()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ELFAttributeParser.h | 51 Error integerAttribute(unsigned tag); in ~ELFAttributeParser()
|