HomeSort by relevance Sort by last modified time
    Searched refs:DataRef (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2wasm.cpp 163 encodeULEB128(Info.DataRef.Segment, SubSection.GetStream());
164 encodeULEB128(Info.DataRef.Offset, SubSection.GetStream());
165 encodeULEB128(Info.DataRef.Size, SubSection.GetStream());
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
wasm2yaml.cpp 103 Info.DataRef = Symbol.DataRef;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
Wasm.h 157 WasmDataReference DataRef;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WasmObjectFile.cpp 45 Out << ", Segment=" << Info.DataRef.Segment;
46 Out << ", Offset=" << Info.DataRef.Offset;
47 Out << ", Size=" << Info.DataRef.Size;
507 Info.DataRef = wasm::WasmDataReference{Index, Offset, Size};
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
WasmYAML.cpp 404 IO.mapRequired("Segment", Info.DataRef.Segment);
405 IO.mapOptional("Offset", Info.DataRef.Offset, 0u);
406 IO.mapRequired("Size", Info.DataRef.Size);
  /external/pdfium/xfa/fxfa/parser/
xfa_document_datamerger_imp.cpp 656 case XFA_AttributeEnum::DataRef: {
827 if (eBindMatch == XFA_AttributeEnum::DataRef &&
828 eParentBindMatch == XFA_AttributeEnum::DataRef) {
    [all...]
xfa_basic_data_enum.cpp 255 {0xeb2db2d7, L"dataRef", XFA_AttributeEnum::DataRef},
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
WasmYAML.h 140 wasm::WasmDataReference DataRef;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
WasmObjectWriter.cpp     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 342 DataRef,

Completed in 180 milliseconds