LLVM 22.0.0git
|
#include "SPIRVCommandLine.h"
#include "MCTargetDesc/SPIRVBaseInfo.h"
#include "llvm/TargetParser/Triple.h"
#include <algorithm>
#include <map>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "spirv-commandline" |
Variables | |
static const std::map< std::string, SPIRV::Extension::Extension, std::less<> > | SPIRVExtensionMap |
#define DEBUG_TYPE "spirv-commandline" |
Definition at line 20 of file SPIRVCommandLine.cpp.
|
static |
Definition at line 25 of file SPIRVCommandLine.cpp.
Referenced by llvm::SPIRVExtensionsParser::checkExtensions(), llvm::SPIRVExtensionsParser::getValidExtensions(), and llvm::SPIRVExtensionsParser::parse().