Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h118 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms() function
181 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp64 if (Interface.getPlatforms().count(PLATFORM_MACOS) && Arch == AK_i386) { in TapiFile()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp405 Platforms = File->getPlatforms(); in NormalizedTBD()