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.cpp164 if (Error E = getBuildAttributes(Attributes)) { in getARMFeatures()
321 if (Error E = getBuildAttributes(Parser)) { in getHexagonFeatures()
375 if (Error E = getBuildAttributes(Attributes)) { in getRISCVFeatures()
687 if (Error E = getBuildAttributes(Attributes)) { in setARMSubArch()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h84 virtual Error getBuildAttributes(ELFAttributeParser &Attributes) const = 0;
407 Error getBuildAttributes(ELFAttributeParser &Attributes) const override { in getBuildAttributes() function