/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 47 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local 49 if (DataSection == 0) { in getCompilandId() 51 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId() 54 if (DataSection) { in getCompilandId() 57 if (Section->getAddressSection() == DataSection && in getCompilandId()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 22 DataSection = in Initialize() 52 TLSDataSection = DataSection; in Initialize() 63 DataRelSection = DataRelLocalSection = DataSection; in Initialize()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 25 DataSection = nullptr; in NVPTXTargetObjectFile() 51 DataSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getData()); in Initialize() 97 return DataSection; in getExplicitSectionGlobal()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize() 133 return DataSection; in SelectSectionForGlobal()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCObjectFileInfo.h | 57 const MCSection *DataSection; variable 182 const MCSection *getDataSection() const { return DataSection; } in getDataSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize() 129 return DataSection; in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 37 return DataSection; in getExplicitSectionGlobal()
|
/external/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 57 MCSection *DataSection; variable 224 MCSection *getDataSection() const { return DataSection; } in getDataSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 59 MCSection *DataSection; variable 239 MCSection *getDataSection() const { return DataSection; } in getDataSection()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 288 if (Kind.isDataNoRel()) return DataSection; in SelectSectionForGlobal() 365 return DataSection; in getExplicitSectionGlobal() 451 return DataSection; in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 80 DataSection // .data in initMachOMCObjectFileInfo() 158 DataCoalSection = DataSection; in initMachOMCObjectFileInfo() 486 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 647 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo() 870 DataSection = Ctx->getWasmSection(".data", SectionKind::getData()); in initWasmMCObjectFileInfo()
|
D | WasmObjectWriter.cpp | 615 MCSectionWasm &DataSection) { in addData() argument 616 LLVM_DEBUG(errs() << "addData: " << DataSection.getSectionName() << "\n"); in addData() 618 DataBytes.resize(alignTo(DataBytes.size(), DataSection.getAlignment())); in addData() 620 for (const MCFragment &Frag : DataSection) { in addData() 1277 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeObject() local 1278 assert(DataSection.isWasmData()); in writeObject() 1283 DataSection.getSegmentIndex(), in writeObject()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 38 DataSection // .data in InitMachOMCObjectFileInfo() 259 DataSection = in InitELFMCObjectFileInfo() 382 DataSection = in InitCOFFMCObjectFileInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 555 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local 556 Worklist.push_back(std::make_pair(DataSection.base(), DataSection.size())); in remapSectionsAndSymbols()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 44 int writeSectionContent(raw_ostream &OS, WasmYAML::DataSection &Section); 417 WasmYAML::DataSection &Section) { in writeSectionContent() 525 } else if (auto S = dyn_cast<WasmYAML::DataSection>(Sec.get())) { in writeWasm()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 553 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local 554 Worklist.push_back(std::make_pair(DataSection.base(), DataSection.size())); in remapSectionsAndSymbols()
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 78 DataSection // .data in initMachOMCObjectFileInfo() 151 DataCoalSection = DataSection; in initMachOMCObjectFileInfo() 469 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 616 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 123 static void sectionMapping(IO &IO, WasmYAML::DataSection &Section) { in sectionMapping() 212 Section.reset(new WasmYAML::DataSection()); in mapping() 213 sectionMapping(IO, *cast<WasmYAML::DataSection>(Section.get())); in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 305 struct DataSection : Section { struct 306 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 750 MCSection &DataSection = *OFI.getDataSection(); in finish() local 751 MCA.registerSection(DataSection); in finish() 756 DataSection.setAlignment(std::max(16u, DataSection.getAlignment())); in finish()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 861 MCSection &DataSection = *OFI.getDataSection(); in finish() local 862 MCA.registerSection(DataSection); in finish() 867 DataSection.setAlignment(std::max(16u, DataSection.getAlignment())); in finish()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 291 return DataSection; in getSectionForConstant()
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 279 return DataSection; in getSectionForConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 298 return DataSection; in getSectionForConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | Wasm.h | 261 uint32_t DataSection = 0; variable
|