Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp39 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
/llvm-project-15.0.7/lld/wasm/
H A DOutputSections.h81 explicit DataSection(ArrayRef<OutputSegment *> segments) in DataSection() function
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h396 struct DataSection : Section { struct
397 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() argument
399 static bool classof(const Section *S) { in classof()
403 std::vector<DataSegment> Segments;
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h297 uint32_t DataSection = 0; variable
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp716 MCSectionWasm &DataSection) { in addData()
1645 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
1754 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h59 MCSection *DataSection = nullptr; variable
/llvm-project-15.0.7/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp698 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp217 DataSection, enumerator
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1151 ErrorOr<BinarySection &> DataSection = in simplifyRODataLoads() local
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp897 MCSection &DataSection = *OFI.getDataSection(); in finish() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2029 uint32_t DataSection = data.getAddressSection(); in GetCompilandId() local
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1249 auto &DataSection = Obj->addSection<Section>(Data); in addData() local