Home
last modified time | relevance | path

Searched refs:CodegenOptions (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pigweed/pw_protobuf/py/pw_protobuf/
H A Doptions.py22 from pw_protobuf_codegen_protos.codegen_options_pb2 import CodegenOptions
30 ParsedOptions = list[tuple[str, CodegenOptions]]
49 opts = CodegenOptions()
100 def match_options(name: str, options: ParsedOptions) -> CodegenOptions:
102 matched = CodegenOptions()
112 ) -> CodegenOptions:
114 codegen_options = CodegenOptions()
126 field_options: CodegenOptions, codegen_options: CodegenOptions argument
127 ) -> CodegenOptions:
137 merged_options = CodegenOptions()
H A Dproto_tree.py34 from pw_protobuf_codegen_protos.codegen_options_pb2 import CodegenOptions
524 codegen_options: CodegenOptions | None = None,
532 self._options: CodegenOptions | None = codegen_options
564 def options(self) -> CodegenOptions | None:
/aosp_15_r20/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp596 CodegenOptions.push_back(o.first); in setCodeGenDebugOptions()
601 if (!CodegenOptions.empty()) { in parseCodeGenDebugOptions()
604 for (std::string &Arg : CodegenOptions) in parseCodeGenDebugOptions()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp627 CodegenOptions.push_back(Option); in setCodeGenDebugOptions()
632 if (!CodegenOptions.empty()) { in parseCodeGenDebugOptions()
635 for (std::string &Arg : CodegenOptions) in parseCodeGenDebugOptions()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp685 CodegenOptions.push_back(Option.str()); in setCodeGenDebugOptions()
689 if (!CodegenOptions.empty()) in parseCodeGenDebugOptions()
690 llvm::parseCommandLineOptions(CodegenOptions); in parseCodeGenDebugOptions()
/aosp_15_r20/external/pigweed/pw_protobuf/pw_protobuf_codegen_protos/
H A Dcodegen_options.proto19 message CodegenOptions { message
/aosp_15_r20/external/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h218 std::vector<std::string> CodegenOptions; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/legacy/
DLTOCodeGenerator.h234 std::vector<std::string> CodegenOptions; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/LTO/legacy/
DLTOCodeGenerator.h234 std::vector<std::string> CodegenOptions; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h235 std::vector<std::string> CodegenOptions; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/legacy/
DLTOCodeGenerator.h234 std::vector<std::string> CodegenOptions; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h228 std::vector<std::string> CodegenOptions; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LTO/legacy/
DLTOCodeGenerator.h236 std::vector<std::string> CodegenOptions; member