Home
last modified time | relevance | path

Searched refs:parseEntry (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h99 bool parseEntry(yaml::Stream &Stream, yaml::KeyValueNode &Entry,
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp356 static LogicalResult parseEntry(EncodingReader &reader, RangeT &entries, in parseEntry() function
379 return parseEntry(reader, strings, result, "string"); in parseString()
517 if (failed(parseEntry(reader, dialects, dialect, "dialect"))) in parseDialectGrouping()
548 return parseEntry(reader, dialectResources, result, "resource handle"); in parseResourceHandle()
740 if (failed(parseEntry(offsetReader, dialects, dialect, "dialect")) || in initialize()
1850 if (failed(parseEntry(reader, opNames, opName, "operation name"))) in parseOpName()
2298 if (failed(parseEntry(reader, readState.curBlocks, opState.successors[i], in parseOpWithoutRegions()
2467 if (failed(parseEntry(reader, values, value, "value"))) in parseOperand()
/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp284 if (!parseEntry(YS, Descriptor, DL)) in parse()
291 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry, in parseEntry() function in RewriteMapParser
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1815 parseEntry(yaml::Node *N, RedirectingFileSystem *FS, bool IsRootEntry) { in parseEntry()
1890 parseEntry(&I, FS, /*IsRootEntry*/ false)) in parseEntry()
2086 parseEntry(&I, FS, /*IsRootEntry*/ true)) in parse()
1802 parseEntry(yaml::Node *N, RedirectingFileSystem *FS, bool IsRootEntry) { parseEntry() function in llvm::vfs::RedirectingFileSystemParser