Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp39 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
/llvm-project/lld/wasm/
H A DOutputSections.h81 explicit DataSection(ArrayRef<OutputSegment *> segments) in DataSection() function
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h397 struct DataSection : Section { struct
398 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function
400 static bool classof(const Section *S) { in classof()
404 std::vector<DataSegment> Segments;
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h307 uint32_t DataSection = 0; variable
/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp712 MCSectionWasm &DataSection) { in addData() argument
1631 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); writeOneObject() local
1740 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); writeOneObject() local
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp64 auto DataSection = getInstrProfSection(Obj, IPSK_covdata); in get() local
/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h56 MCSection *DataSection = nullptr; variable
/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp698 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp213 DataSection, global() enumerator
/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp417 auto *DataSection = Obj->getObject(Keys[TBDKey::Data]); in getSymbolSection() local
/llvm-project/bolt/lib/Passes/
H A DBinaryPasses.cpp1201 ErrorOr<BinarySection &> DataSection = simplifyRODataLoads() local
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp898 MCSection &DataSection = *OFI.getDataSection(); finish() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2024 uint32_t DataSection = data.getAddressSection(); GetCompilandId() local
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1317 DataSection.Size = Data.size(); in addData() local