/minix3/external/bsd/llvm/dist/llvm/tools/llvm-symbolizer/ |
H A D | LLVMSymbolize.h | 53 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} in Opts() function 100 Options Opts; variable
|
H A D | llvm-symbolizer.cpp | 126 LLVMSymbolizer::Options Opts(ClUseSymbolTable, ClPrintFunctions, in main() local
|
H A D | LLVMSymbolize.cpp | 40 getDILineInfoSpecifier(const LLVMSymbolizer::Options &Opts) { in getDILineInfoSpecifier()
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | Targets.cpp | 43 const LangOptions &Opts) { in DefineStd() 78 void getTargetDefines(const LangOptions &Opts, in getTargetDefines() 88 static void getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts, in getDarwinDefines() 191 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() 230 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() 259 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() 312 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() 336 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() 369 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() 408 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() [all …]
|
H A D | Warnings.cpp | 45 const DiagnosticOptions &Opts, in ProcessWarningOptions()
|
H A D | TargetInfo.cpp | 270 void TargetInfo::adjust(const LangOptions &Opts) { in adjust()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 136 static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args, in ParseAnalyzerArgs() 292 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) { in ParseMigratorArgs() 298 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) { in ParseCommentArgs() 345 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs() 624 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs() 641 bool clang::ParseDiagnosticArgs(DiagnosticOptions &Opts, ArgList &Args, in ParseDiagnosticArgs() 755 static void ParseFileSystemArgs(FileSystemOptions &Opts, ArgList &Args) { in ParseFileSystemArgs() 759 static InputKind ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args, in ParseFrontendArgs() 1028 static void ParseHeaderSearchArgs(HeaderSearchOptions &Opts, ArgList &Args) { in ParseHeaderSearchArgs() 1149 void CompilerInvocation::setLangDefaults(LangOptions &Opts, InputKind IK, in setLangDefaults() [all …]
|
H A D | DependencyFile.cpp | 159 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts) in DFGImpl() 204 clang::Preprocessor &PP, const clang::DependencyOutputOptions &Opts) { in CreateAndAttachToPreprocessor()
|
H A D | CompilerInstance.cpp | 188 CompilerInstance::createDiagnostics(DiagnosticOptions *Opts, in createDiagnostics() 508 const CodeCompleteOptions &Opts, in createCodeCompletionConsumer() 702 const FrontendOptions &Opts) { in InitializeSourceManager()
|
/minix3/external/bsd/llvm/dist/clang/tools/driver/ |
H A D | cc1as_main.cpp | 153 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts, in CreateFromArgs() 257 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts, in GetOutputStream() 281 static bool ExecuteAssembler(AssemblerInvocation &Opts, in ExecuteAssembler() 454 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in cc1as_main() local
|
H A D | driver.cpp | 337 std::unique_ptr<OptTable> Opts(createDriverOptTable()); in CreateAndPopulateDiagOpts() local
|
/minix3/external/bsd/llvm/dist/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 167 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in ExecuteCompilerInvocation() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ASTConsumer.h | 99 virtual void HandleLinkerOptionPragma(llvm::StringRef Opts) {} in HandleLinkerOptionPragma()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Option/ |
H A D | OptTable.cpp | 298 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName() 373 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | CommandLine.cpp | 783 StringMap<Option *> Opts; in ParseCommandLineOptions() local 1438 SmallVectorImpl<std::pair<const char *, Option *>> &Opts, in sortOpts() 1472 virtual void printOptions(StrOptionPairVector &Opts, size_t MaxArgLen) { in printOptions() 1492 StrOptionPairVector Opts; in operator =() local 1553 void printOptions(StrOptionPairVector &Opts, size_t MaxArgLen) override { in printOptions() 1718 SmallVector<std::pair<const char *, Option *>, 128> Opts; in PrintOptionValues() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | OptParserEmitter.cpp | 112 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option"); in EmitOptParser() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/ |
H A D | Driver.h | 53 llvm::opt::OptTable *Opts; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 592 AnalyzerOptions &Opts) { in mayInlineCallKind() 744 AnalyzerOptions &Opts) { in mayInlineDecl() 806 AnalyzerOptions &Opts = AMgr.options; in shouldInlineCall() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 221 void HandleLinkerOptionPragma(llvm::StringRef Opts) override { in HandleLinkerOptionPragma()
|
H A D | CodeGenAction.cpp | 203 void HandleLinkerOptionPragma(llvm::StringRef Opts) override { in HandleLinkerOptionPragma() 212 void HandleDependentLibrary(llvm::StringRef Opts) override { in HandleDependentLibrary()
|
H A D | BackendUtil.cpp | 238 static void addSymbolRewriterPass(const CodeGenOptions &Opts, in addSymbolRewriterPass()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 546 EngineBuilder &setTargetOptions(const TargetOptions &Opts) { in setTargetOptions()
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndexCodeCompletion.cpp | 536 CaptureCompletionResults(const CodeCompleteOptions &Opts, in CaptureCompletionResults() 717 CodeCompleteOptions Opts; in clang_codeCompleteAt_Impl() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 562 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 124 std::unique_ptr<unsigned[]> Opts; variable
|