Home | History | Annotate | Download | only in llvm-mc

Lines Matching refs:Static

45 static cl::opt<std::string>
48 static cl::opt<std::string>
52 static cl::opt<bool>
55 static cl::opt<bool>
59 static cl::opt<bool>
62 static cl::opt<bool>
66 static cl::opt<unsigned>
70 static cl::opt<bool>
74 static cl::list<std::string>
82 static cl::opt<OutputFileType>
94 static cl::list<std::string>
98 static cl::opt<std::string>
102 static cl::opt<std::string>
106 static cl::opt<std::string>
112 static cl::list<std::string>
118 static cl::opt<Reloc::Model>
125 clEnumValN(Reloc::Static, "static",
133 static cl::opt<llvm::CodeModel::Model>
149 static cl::opt<bool>
153 static cl::opt<bool>
157 static cl::opt<std::string>
161 static cl::opt<std::string>
165 static cl::opt<bool> SaveTempLabels("save-temp-labels",
168 static cl::opt<bool> NoExecStack("no-exec-stack",
178 static cl::opt<ActionType>
191 static const Target *GetTarget(const char *ProgName) {
211 static std::unique_ptr<tool_output_file> GetOutputStream() {
226 static std::string DwarfDebugFlags;
227 static void setDwarfDebugFlags(int argc, char **argv) {
237 static std::string DwarfDebugProducer;
238 static void setDwarfDebugProducer() {
244 static int AsLexInput(SourceMgr &SrcMgr, MCAsmInfo &MAI,
323 static int fillCommandLineSymbols(MCAsmParser &Parser){
343 static int AssembleInput(const char *ProgName, const Target *TheTarget,