Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h228 bool hasSimulatorSupport() const { return HasSimSupport; } in hasSimulatorSupport() function
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp929 if (File->hasSimulatorSupport()) in serializeFlags()