Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp618 unsigned AbiVariant = E->getPlatformFlags(); in setMipsABI()
1366 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
1461 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
1518 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
/freebsd-13.1/contrib/llvm-project/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