Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DELFObjectFile.cpp81 unsigned PlatformFlags = getPlatformFlags(); in getMIPSFeatures()
245 unsigned PlatformFlags = getPlatformFlags(); in getRISCVFeatures()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp550 unsigned AbiVariant = E->getPlatformFlags(); in setMipsABI()
1285 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
1380 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
1437 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h72 virtual unsigned getPlatformFlags() const = 0;
383 unsigned getPlatformFlags() const override { return EF.getHeader()->e_flags; } in getPlatformFlags() function