Home
last modified time | relevance | path

Searched refs:parseModule (Results 1 – 25 of 68) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp169 std::unique_ptr<Module> llvm::parseModule( in parseModule() function in llvm
203 auto M = parseModule(Data, Size, Context); in parseAndVerify()
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dflatbuffer_loader.cpp87 mobile::Module parseModule(mobile::serialization::Module* module, char* end);
282 mobile::Module FlatbufferLoader::parseModule( in parseModule() function in torch::jit::__anon919c554d0111::FlatbufferLoader
780 mobile::Module m = loader.parseModule(flatbuffer_module, end); in parse_and_initialize_mobile_module()
823 mobile::Module m = loader.parseModule(flatbuffer_module, end); in parse_and_initialize_mobile_module_for_jit()
934 mobile::Module m = loader.parseModule(flatbuffer_module, end); in parse_flatbuffer_no_object()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dbinary.cpp101 spv_result_t parseModule();
243 const spv_result_t result = parseModule(); in parse()
251 spv_result_t Parser::parseModule() { in parseModule() function in __anon280bd92a0111::Parser
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dbinary.cpp101 spv_result_t parseModule();
243 const spv_result_t result = parseModule(); in parse()
251 spv_result_t Parser::parseModule() { in parseModule() function in __anon9062b3f00111::Parser
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dbinary.cpp101 spv_result_t parseModule();
243 const spv_result_t result = parseModule(); in parse()
251 spv_result_t Parser::parseModule() { in parseModule() function in __anon720ffbe40111::Parser
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
H A DFuzzerCLI.h58 std::unique_ptr<Module> parseModule(const uint8_t *Data, size_t Size,
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTimerTree.def53 X(parseModule) \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/Symbolize/
DMarkupFilter.h112 std::optional<Module> parseModule(const MarkupNode &Element) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/Symbolize/
DMarkupFilter.h112 std::optional<Module> parseModule(const MarkupNode &Element) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/Symbolize/
DMarkupFilter.h112 std::optional<Module> parseModule(const MarkupNode &Element) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/Symbolize/
DMarkupFilter.h112 std::optional<Module> parseModule(const MarkupNode &Element) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h113 std::optional<Module> parseModule(const MarkupNode &Element) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp150 std::optional<Module> ParsedModule = parseModule(Node); in tryModule()
503 MarkupFilter::parseModule(const MarkupNode &Element) const { in parseModule() function in MarkupFilter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp584 std::unique_ptr<Module> llvm::parseModule(const uint8_t *Data, size_t Size, in parseModule() function in llvm
618 auto M = parseModule(Data, Size, Context); in parseAndVerify()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h103 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/FuzzMutate/
DIRMutator.h209 std::unique_ptr<Module> parseModule(const uint8_t *Data, size_t Size,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h182 std::unique_ptr<Module> parseModule(const uint8_t *Data, size_t Size,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/FuzzMutate/
DIRMutator.h209 std::unique_ptr<Module> parseModule(const uint8_t *Data, size_t Size,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/FuzzMutate/
DIRMutator.h209 std::unique_ptr<Module> parseModule(const uint8_t *Data, size_t Size,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/FuzzMutate/
DIRMutator.h209 std::unique_ptr<Module> parseModule(const uint8_t *Data, size_t Size,
/aosp_15_r20/build/blueprint/parser/
H A Dparser.go214 defs = append(defs, p.parseModule(ident, pos))
257 func (p *parser) parseModule(typ string, typPos scanner.Position) *Module { func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h147 parseModule(LLVMContext &Context, ParserCallbacks Callbacks = {});
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/
DBitcodeReader.h148 parseModule(LLVMContext &Context, ParserCallbacks Callbacks = {});
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/
DBitcodeReader.h148 parseModule(LLVMContext &Context, ParserCallbacks Callbacks = {});
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/
DBitcodeReader.h148 parseModule(LLVMContext &Context, ParserCallbacks Callbacks = {});

123