Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp39 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
/freebsd-src/contrib/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;
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp717 for (const MCFragment &Frag : DataSection) { in addData() argument
1639 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); writeOneObject() local
1748 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); writeOneObject() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h300 uint32_t DataSection = 0; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp64 auto DataSection = getInstrProfSection(Obj, IPSK_covdata); in get() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h56 MCSection *DataSection = nullptr; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp698 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp216 DataSection, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp417 auto *DataSection = Obj->getObject(Keys[TBDKey::Data]); in getSymbolSection() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp897 MCSection &DataSection = *OFI.getDataSection(); finish() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2024 uint32_t DataSection = data.getAddressSection(); in GetCompilandId() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1285 auto &DataSection = Obj->addSection<Section>(Data); addData() local