Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h379 struct DataSection : Section { struct
380 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function
382 static bool classof(const Section *S) { in classof()
386 std::vector<DataSegment> Segments;
/netbsd-src/sys/arch/powerpc/stand/mkbootimage/
H A Dpef.h69 #define DataSection 1 macro
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h844 DataSection() : Section(), m_data(), m_length(0) {} in DataSection() function
847 DataSection(uint32_t identifier) : Section(identifier), m_data(), m_length(0) {} in DataSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp652 MCSectionWasm &DataSection) { in addData()
1577 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
1686 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h301 uint32_t DataSection = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h58 MCSection *DataSection = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp648 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp214 DataSection, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp883 MCSection &DataSection = *OFI.getDataSection(); in finish() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1293 auto &DataSection = Obj->addSection<Section>(Data); in addData() local