Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DSymbolRewriter.h44 class KeyValueNode; variable
97 bool parseEntry(yaml::Stream &Stream, yaml::KeyValueNode &Entry,
/external/llvm/include/llvm/Support/
DYAMLParser.h264 class KeyValueNode final : public Node {
268 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() function
390 friend class basic_collection_iterator<MappingNode, KeyValueNode>;
391 typedef basic_collection_iterator<MappingNode, KeyValueNode> iterator;
409 KeyValueNode *CurrentEntry;
/external/llvm/lib/Support/
DYAMLParser.cpp105 void KeyValueNode::anchor() {} in anchor()
2062 Node *KeyValueNode::getKey() { in getKey()
2087 Node *KeyValueNode::getValue() { in getValue()
2139 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
DYAMLTraits.cpp352 for (KeyValueNode &KVN : *Map) { in createHNodes()
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp273 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry, in parseEntry()