Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h307 struct SegmentInfo { struct
330 /// Returns the SegmentInfo for the given group. argument
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h765 struct SegmentInfo { struct
766 SegmentInfo(const OutputSegment *oseg) : oseg(oseg) {} in SegmentInfo() argument
775 llvm::SmallVector<SegmentInfo, 4> fixupSegments; argument
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h132 llvm::SmallVector<SegmentEntry, 16> SegmentInfo; variable
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp103 WasmYAML::SegmentInfo SegmentInfo; in dumpCustomSection() local
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp234 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent() local
H A DWasmYAML.cpp355 IO &IO, WasmYAML::SegmentInfo &SegmentInfo) { in mapping()