Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp39 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h397 struct DataSection : Section { struct
398 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() argument
400 static bool classof(const Section *S) { in classof()
404 std::vector<DataSegment> Segments;
/freebsd/contrib/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...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h307 uint32_t DataSection = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp64 auto DataSection = getInstrProfSection(Obj, IPSK_covdata); in get() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h56 MCSection *DataSection = nullptr; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp698 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp213 DataSection, enumerator
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp417 auto *DataSection = Obj->getObject(Keys[TBDKey::Data]); in getSymbolSection() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp900 MCSection &DataSection = *OFI.getDataSection(); in finish() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2024 uint32_t DataSection = data.getAddressSection(); in GetCompilandId() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1317 auto &DataSection = Obj->addSection<Section>(Data); in addData() local