Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h310 struct SegmentInfo { global() struct
333 WorkingMemSegmentInfo global() argument
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h66 struct SegmentInfo { global() struct
74 printSegmentInfo print() argument
/llvm-project/lld/MachO/
H A DSyntheticSections.h816 struct SegmentInfo { global() struct
817 SegmentInfoSegmentInfo SegmentInfo() argument
826 pageStartsSegmentInfo global() argument
/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h225 llvm::SmallVector<SegmentEntry, 2> SegmentInfo; global() variable
/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;
/llvm-project/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp104 WasmYAML::SegmentInfo SegmentInfo; in dumpCustomSection() local
/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp234 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent() local
H A DWasmYAML.cpp357 IO.mapRequired("Index", SegmentInfo.Index); in mapping() argument
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp5815 const SegmentInfo &SegmentInfo = std::prev(SegmentInfoI)->second; getFileOffsetForAddress() local