Home
last modified time | relevance | path

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

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