Searched defs:DataSection (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp39 uint32_t DataSection = RawSymbol->getAddressSection(); local
/openbsd-current/gnu/llvm/lld/wasm/
H A DOutputSections.h79 class DataSection : public OutputSection { class in namespace:lld::wasm
81 explicit DataSection(ArrayRef<OutputSegment *> segments) function in class:lld::wasm::DataSection
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h297 uint32_t DataSection = 0; member in class:llvm::object::WasmObjectFile
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp218 DataSection, enumerator in enum:__anon3139::final::ParserState
/openbsd-current/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h396 struct DataSection : Section { struct in namespace:llvm::WasmYAML
397 DataSection() : Section(wasm::WASM_SEC_DATA) {} function in struct:llvm::WasmYAML::DataSection
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp897 MCSection &DataSection = *OFI.getDataSection(); local
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h56 MCSection *DataSection = nullptr; member in class:llvm::MCObjectFileInfo
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2039 uint32_t DataSection = data.getAddressSection(); local
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp1638 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); local
1747 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); local
715 addData(SmallVectorImpl<char> &DataBytes, MCSectionWasm &DataSection) argument
[all...]

Completed in 277 milliseconds