Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h753 struct SegmentInfo { global() struct
754 SegmentInfoSegmentInfo SegmentInfo() argument
763 pageStartsSegmentInfo global() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h196 llvm::SmallVector<SegmentEntry, 2> SegmentInfo; global() variable
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp234 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent() local
H A DWasmYAML.cpp356 void MappingTraits<WasmYAML::SegmentInfo>::mapping( in mapping() argument