Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp163 if (Error E = getBuildAttributes(Attributes)) { in getARMFeatures()
322 if (Error E = getBuildAttributes(Parser)) { in getHexagonFeatures()
376 if (Error E = getBuildAttributes(Attributes)) { in getRISCVFeatures()
722 if (Error E = getBuildAttributes(Attributes)) { in setARMSubArch()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h87 virtual Error getBuildAttributes(ELFAttributeParser &Attributes) const = 0;
410 Error getBuildAttributes(ELFAttributeParser &Attributes) const override { in getBuildAttributes() function