Home
last modified time | relevance | path

Searched defs:SegmentInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h310 struct SegmentInfo { struct
333 /// Returns the SegmentInfo for the given group. argument
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h816 struct SegmentInfo { struct
817 SegmentInfo(const OutputSegment *oseg) : oseg(oseg) {} in SegmentInfo() argument
826 llvm::SmallVector<SegmentInfo, 4> fixupSegments; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h225 llvm::SmallVector<SegmentEntry, 2> SegmentInfo; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h146 struct SegmentInfo { struct
147 uint32_t Index;
148 StringRef Name;
149 uint32_t Alignment;
150 SegmentFlags Flags;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp234 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent() local
H A DWasmYAML.cpp357 IO &IO, WasmYAML::SegmentInfo &SegmentInfo) { in mapping()