Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DFuzzerCLI.h58 std::unique_ptr<Module> parseModule(const uint8_t *Data, size_t Size,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DFuzzerCLI.cpp169 std::unique_ptr<Module> llvm::parseModule( in parseModule() function in llvm
203 auto M = parseModule(Data, Size, Context); in parseAndVerify()
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.def53 X(parseModule) \
/external/pytorch/torch/csrc/jit/mobile/
Dflatbuffer_loader.cpp87 mobile::Module parseModule(mobile::serialization::Module* module, char* end);
282 mobile::Module FlatbufferLoader::parseModule( in parseModule() function in torch::jit::__anonee522fcd0111::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()
/external/swiftshader/third_party/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 __anon89a253aa0111::Parser
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/
DMarkupFilter.h113 std::optional<Module> parseModule(const MarkupNode &Element) const;
/external/angle/third_party/spirv-tools/src/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 __anoncec5d6640111::Parser
/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 __anonef9cce700111::Parser
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h103 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FuzzMutate/
DIRMutator.h182 std::unique_ptr<Module> parseModule(const uint8_t *Data, size_t Size,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h147 parseModule(LLVMContext &Context, ParserCallbacks Callbacks = {});
/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
DMarkupFilter.cpp150 std::optional<Module> ParsedModule = parseModule(Node); in tryModule()
503 MarkupFilter::parseModule(const MarkupNode &Element) const { in parseModule() function in MarkupFilter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp727 Error parseModule(uint64_t ResumeBit, bool ShouldLazyLoadMetadata = false);
815 Error parseModule();
3404 Error BitcodeReader::parseModule(uint64_t ResumeBit, in parseModule() function in BitcodeReader
3666 return parseModule(0, ShouldLazyLoadMetadata); in parseBitcodeInto()
5319 if (Error Err = parseModule(LastFunctionBlockBit > NextUnreadBit in materializeModule()
5504 Error ModuleSummaryIndexBitcodeReader::parseModule() { in parseModule() function in ModuleSummaryIndexBitcodeReader
6514 return R.parseModule(); in readSummary()
6527 if (Error Err = R.parseModule()) in getSummary()
6665 BitcodeModule::parseModule(LLVMContext &Context) { in parseModule() function in BitcodeModule
6677 return BM->parseModule(Context); in parseBitcodeFile()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp824 Error parseModule(uint64_t ResumeBit, bool ShouldLazyLoadMetadata = false,
924 Error parseModule();
4193 Error BitcodeReader::parseModule(uint64_t ResumeBit, in parseModule() function in BitcodeReader
4510 return parseModule(0, ShouldLazyLoadMetadata, Callbacks); in parseBitcodeInto()
6682 if (Error Err = parseModule(LastFunctionBlockBit > NextUnreadBit in materializeModule()
6866 Error ModuleSummaryIndexBitcodeReader::parseModule() { in parseModule() function in ModuleSummaryIndexBitcodeReader
8001 return R.parseModule(); in readSummary()
8014 if (Error Err = R.parseModule()) in getSummary()
8152 BitcodeModule::parseModule(LLVMContext &Context, ParserCallbacks Callbacks) { in parseModule() function in BitcodeModule
8165 return BM->parseModule(Context, Callbacks); in parseBitcodeFile()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp427 std::error_code parseModule(uint64_t ResumeBit,
536 std::error_code parseModule();
3553 std::error_code BitcodeReader::parseModule(uint64_t ResumeBit, in parseModule() function in BitcodeReader
4073 return parseModule(0, ShouldLazyLoadMetadata); in parseBitcodeInto()
5742 parseModule(LastFunctionBlockBit > NextUnreadBit ? LastFunctionBlockBit in materializeModule()
5962 std::error_code ModuleSummaryIndexBitcodeReader::parseModule() { in parseModule() function in ModuleSummaryIndexBitcodeReader
6451 return parseModule(); in parseSummaryIndexInto()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp191 : Mod.parseModule(Context); in loadModuleFromInput()
DLTO.cpp1090 Expected<std::unique_ptr<Module>> MOrErr = BM.parseModule(BackendContext); in runThinLTOBackendThread()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp198 : Mod.parseModule(Context); in loadModuleFromInput()
DLTO.cpp1290 Expected<std::unique_ptr<Module>> MOrErr = BM.parseModule(BackendContext); in runThinLTOBackendThread()