Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp163 if (Error E = getBuildAttributes(Attributes)) { in getARMFeatures()
301 if (Error E = getBuildAttributes(Attributes)) { in getRISCVFeatures()
493 if (Error E = getBuildAttributes(Attributes)) { in setARMSubArch()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h73 virtual Error getBuildAttributes(ELFAttributeParser &Attributes) const = 0;
365 Error getBuildAttributes(ELFAttributeParser &Attributes) const override { in getBuildAttributes() function