Searched refs:MapDocNode (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DAMDGPUMetadataVerifier.h42 bool verifyEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required,
45 verifyScalarEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required,
48 bool verifyIntegerEntry(msgpack::MapDocNode &MapNode, StringRef Key,
H A DMsgPackDocument.h28 class MapDocNode;
138 /// Get a MapDocNode for a map node. If Convert, convert the node to a map
140 MapDocNode &getMap(bool Convert = false) {
145 // This could be a static_cast, except MapDocNode is a forward reference.
146 return *reinterpret_cast<MapDocNode *>(this);
219 class MapDocNode : public DocNode { class in namespace:llvm::msgpack
221 MapDocNode() {} function in class:llvm::msgpack::MapDocNode
222 MapDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Map); } function in class:llvm::msgpack::MapDocNode
372 MapDocNode getMapNode() {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.h117 msgpack::MapDocNode getRegisters();
121 msgpack::MapDocNode getHwStage(unsigned CC);
H A DAMDGPUPALMetadata.cpp715 msgpack::MapDocNode AMDGPUPALMetadata::getRegisters() {
743 msgpack::MapDocNode AMDGPUPALMetadata::getHwStage(unsigned CC) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp29 /// Find the key in the MapDocNode.
30 DocNode::MapTy::iterator MapDocNode::find(StringRef S) {
34 /// Member access for MapDocNode. The string data must remain valid for the
36 DocNode &MapDocNode::operator[](StringRef S) {
40 /// Member access for MapDocNode.
41 DocNode &MapDocNode::operator[](DocNode Key) {
51 /// Member access for MapDocNode for integer key.
52 DocNode &MapDocNode::operator[](int Key) {
55 DocNode &MapDocNode::operator[](unsigned Key) {
58 DocNode &MapDocNode
[all...]
H A DMsgPackDocumentYAML.cpp22 // Struct used to represent scalar node. (MapDocNode and ArrayDocNode already
160 static MapDocNode &getAsMap(DocNode &N) { return N.getMap(/*Convert=*/true); }
207 /// YAMLIO for MapDocNode
208 template <> struct CustomMappingTraits<MapDocNode> {
210 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) {
216 static void output(IO &IO, MapDocNode &M) {
H A DAMDGPUMetadataVerifier.cpp68 msgpack::MapDocNode &MapNode, StringRef Key, bool Required,
77 msgpack::MapDocNode &MapNode, StringRef Key, bool Required,
85 bool MetadataVerifier::verifyIntegerEntry(msgpack::MapDocNode &MapNode,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.h74 msgpack::MapDocNode getHSAKernelProps(const MachineFunction &MF,
81 void emitKernelLanguage(const Function &Func, msgpack::MapDocNode Kern);
83 void emitKernelAttrs(const Function &Func, msgpack::MapDocNode Kern);
85 void emitKernelArgs(const Function &Func, msgpack::MapDocNode Kern);
H A DAMDGPUHSAMetadataStreamer.cpp613 msgpack::MapDocNode Kern) {
632 msgpack::MapDocNode Kern) {
653 msgpack::MapDocNode Kern) {
820 msgpack::MapDocNode

Completed in 85 milliseconds