Home
last modified time | relevance | path

Searched refs:getPlatformFlags (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp102 unsigned PlatformFlags = getPlatformFlags(); in getMIPSFeatures()
292 unsigned PlatformFlags = getPlatformFlags(); in getRISCVFeatures()
370 unsigned CPU = getPlatformFlags() & ELF::EF_AMDGPU_MACH; in getAMDGPUCPUName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp618 unsigned AbiVariant = E->getPlatformFlags(); in setMipsABI()
1363 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
1458 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
1515 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h81 virtual unsigned getPlatformFlags() const = 0;
434 unsigned getPlatformFlags() const override { return EF.getHeader().e_flags; } in getPlatformFlags() function