/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local 42 if (DataSection == 0) { in getCompilandId() 44 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId() 47 if (DataSection) { in getCompilandId() 50 if (Section->getAddressSection() == DataSection && in getCompilandId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 29 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize() 128 return DataSection; in SelectSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 76 DataSection // .data in initMachOMCObjectFileInfo() 154 DataCoalSection = DataSection; in initMachOMCObjectFileInfo() 351 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 518 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo() 747 DataSection = Ctx->getWasmSection(".data", SectionKind::getData()); in initWasmMCObjectFileInfo() 791 DataSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
|
D | WasmObjectWriter.cpp | 587 MCSectionWasm &DataSection) { in addData() argument 588 LLVM_DEBUG(errs() << "addData: " << DataSection.getSectionName() << "\n"); in addData() 590 DataBytes.resize(alignTo(DataBytes.size(), DataSection.getAlignment())); in addData() 592 for (const MCFragment &Frag : DataSection) { in addData() 1360 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeObject() local 1361 if (!DataSection.isWasmData()) in writeObject() 1368 DataSection.getSegmentIndex(), in writeObject()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 36 return DataSection; in getExplicitSectionGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 58 MCSection *DataSection = nullptr; variable 244 MCSection *getDataSection() const { return DataSection; } in getDataSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 864 MCSection &DataSection = *OFI.getDataSection(); in finish() local 865 MCA.registerSection(DataSection); in finish() 870 DataSection.setAlignment(Align(std::max(16u, DataSection.getAlignment()))); in finish()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 50 void writeSectionContent(raw_ostream &OS, WasmYAML::DataSection &Section); 490 WasmYAML::DataSection &Section) { in writeSectionContent() 586 else if (auto S = dyn_cast<WasmYAML::DataSection>(Sec.get())) in writeWasm()
|
D | WasmYAML.cpp | 151 static void sectionMapping(IO &IO, WasmYAML::DataSection &Section) { in sectionMapping() 262 Section.reset(new WasmYAML::DataSection()); in mapping() 263 sectionMapping(IO, *cast<WasmYAML::DataSection>(Section.get())); in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 181 DataSection, enumerator 635 if (CurrentState != DataSection) { in CheckDataSection() 641 CurrentState = DataSection; in CheckDataSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 372 struct DataSection : Section { struct 373 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 302 return DataSection; in getSectionForConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1045 return DataSection; in SelectSectionForGlobal() 1402 return DataSection; in SelectSectionForGlobal() 1877 return DataSection; in SelectSectionForGlobal() 1883 return DataSection; in SelectSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Wasm.h | 289 uint32_t DataSection = 0; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1204 DataSection = Sections.size(); in parseDataSection() 1376 Ref.d.a = DataSection; in getSymbolSection()
|