Home
last modified time | relevance | path

Searched defs:DataSection (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h372 struct DataSection : Section { struct
373 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() argument
375 static bool classof(const Section *S) { in classof()
379 std::vector<DataSegment> Segments;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h289 uint32_t DataSection = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp587 MCSectionWasm &DataSection) { in addData()
1360 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeObject() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h58 MCSection *DataSection = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp181 DataSection, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp864 MCSection &DataSection = *OFI.getDataSection(); in finish() local