Searched refs:DataRef (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 163 encodeULEB128(Info.DataRef.Segment, SubSection.GetStream()); in writeSectionContent() 164 encodeULEB128(Info.DataRef.Offset, SubSection.GetStream()); in writeSectionContent() 165 encodeULEB128(Info.DataRef.Size, SubSection.GetStream()); in writeSectionContent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 45 Out << ", Segment=" << Info.DataRef.Segment; in print() 46 Out << ", Offset=" << Info.DataRef.Offset; in print() 47 Out << ", Size=" << Info.DataRef.Size; in print() 507 Info.DataRef = wasm::WasmDataReference{Index, Offset, Size}; in parseLinkingSectionSymtab() 1061 uint32_t SegmentIndex = Sym.Info.DataRef.Segment; in getWasmSymbolValue() 1064 return Segment.Offset.Value.Int32 + Sym.Info.DataRef.Offset; in getWasmSymbolValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 404 IO.mapRequired("Segment", Info.DataRef.Segment); in mapping() 405 IO.mapOptional("Offset", Info.DataRef.Offset, 0u); in mapping() 406 IO.mapRequired("Size", Info.DataRef.Size); in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 103 Info.DataRef = Symbol.DataRef; in dumpCustomSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 157 WasmDataReference DataRef; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 954 encodeULEB128(Sym.DataRef.Segment, W.OS); in writeLinkingMetaDataSection() 955 encodeULEB128(Sym.DataRef.Offset, W.OS); in writeLinkingMetaDataSection() 956 encodeULEB128(Sym.DataRef.Size, W.OS); in writeLinkingMetaDataSection() 1361 Info.DataRef = DataLocations.find(&WS)->second; in writeObject()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_document.cpp | 461 case XFA_AttributeValue::DataRef: { in FindMatchingDataNode() 942 if (eBindMatch == XFA_AttributeValue::DataRef && in CopyContainer_SubformSet() 943 eParentBindMatch == XFA_AttributeValue::DataRef) { in CopyContainer_SubformSet() 1190 case XFA_AttributeValue::DataRef: { in UpdateBindingRelations()
|
D | attribute_values.inc | 250 VALUE____(0xeb2db2d7u, "dataRef", DataRef)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 140 wasm::WasmDataReference DataRef; member
|