Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h379 struct DataSection : Section { struct
380 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() argument
382 static bool classof(const Section *S) { in classof()
386 std::vector<DataSegment> Segments;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp662 MCSectionWasm &DataSection) { in addData()
1588 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
1697 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DWasm.h301 uint32_t DataSection = 0; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h58 MCSection *DataSection = nullptr; variable
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp649 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp216 DataSection, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp883 MCSection &DataSection = *OFI.getDataSection(); in finish() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp2030 uint32_t DataSection = data.getAddressSection(); in GetCompilandId() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp1297 auto &DataSection = Obj->addSection<Section>(Data); in addData() local