Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp99 unsigned PlatformFlags = getPlatformFlags(); in getMIPSFeatures()
280 unsigned PlatformFlags = getPlatformFlags(); in getRISCVFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp553 unsigned AbiVariant = E->getPlatformFlags(); in setMipsABI()
1295 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
1390 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
1447 unsigned AbiVariant = Obj.getPlatformFlags(); in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h75 virtual unsigned getPlatformFlags() const = 0;
429 unsigned getPlatformFlags() const override { return EF.getHeader()->e_flags; } in getPlatformFlags() function