Home
last modified time | relevance | path

Searched refs:KeyValueNode (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/OptRemarks/
H A DOptRemarksParser.cpp75 Error parseKey(StringRef &Result, yaml::KeyValueNode &Node);
77 Error parseValue(StringRef &Result, yaml::KeyValueNode &Node);
79 Error parseValue(Optional<unsigned> &Result, yaml::KeyValueNode &Node);
82 Optional<unsigned> &Column, yaml::KeyValueNode &Node);
122 Error RemarkParser::parseKey(StringRef &Result, yaml::KeyValueNode &Node) { in parseKey()
131 Error RemarkParser::parseValue(StringRef &Result, yaml::KeyValueNode &Node) { in parseValue()
147 yaml::KeyValueNode &Node) { in parseValue()
162 yaml::KeyValueNode &Node) { in parseDebugLoc()
167 for (yaml::KeyValueNode &DLNode : *DebugLoc) { in parseDebugLoc()
206 for (yaml::KeyValueNode &ArgEntry : *ArgMap) { in parseArg()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h280 class KeyValueNode final : public Node {
284 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() function
419 friend class basic_collection_iterator<MappingNode, KeyValueNode>;
421 using iterator = basic_collection_iterator<MappingNode, KeyValueNode>;
440 KeyValueNode *CurrentEntry = nullptr;
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h49 class KeyValueNode; variable
101 bool parseEntry(yaml::Stream &Stream, yaml::KeyValueNode &Entry,
/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp118 void KeyValueNode::anchor() {} in anchor()
2054 Node *KeyValueNode::getKey() { in getKey()
2079 Node *KeyValueNode::getValue() { in getValue()
2131 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
H A DYAMLTraits.cpp391 for (KeyValueNode &KVN : *Map) { in createHNodes()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp292 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry, in parseEntry()