Home
last modified time | relevance | path

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

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