/llvm-project/llvm/include/llvm/MC/ |
H A D | MCWinEH.h | 67 struct Segment { struct 68 int64_t Offset; 69 int64_t Length; 70 bool HasProlog; 71 MCSymbol *Symbol = nullptr; 73 MapVector<MCSymbol *, int64_t> Epilogs; 76 : Offset(Offset), Length(Length), HasProlog(HasProlog) {} in Offset()
|
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 224 Segment() Segment() function 300 struct Segment { global() struct 302 SegmentSegment Segment() argument 315 ContentAlignSegment global() argument
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_segmented_array.h | 34 struct Segment { struct 35 Segment *Prev; argument 36 Segment *Next; argument 50 // Segment, aligned properly, and the rest of the elements are accessed argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 162 struct Segment { struct 168 Segment() = default; argument 170 Segment(SlotIndex S, SlotIndex E, VNInfo *V) in Segment() argument 186 bool operator<(const Segment &Other) const { argument [all...] |
/llvm-project/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 102 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dumpCustomSection() local 334 for (auto &Segment : Obj.elements()) { in dump() local 370 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dump() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 92 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 182 StringRef &Segment, // Out. in ParseSectionSpecifier()
|
H A D | WasmObjectWriter.cpp | 702 const WasmDataSegment &Segment = DataSegments[SymRef.Segment]; in getProvisionalValue() local 1084 if (Segment.InitFlags & wasm::WASM_DATA_SEGMENT_HAS_MEMINDEX) in writeDataSection() local 1202 for (const WasmDataSegment &Segment : DataSegments) { writeLinkingMetaDataSection() local 1497 WasmDataSegment &Segment = DataSegments.back(); writeOneObject() local 1749 const WasmDataSegment &Segment = writeOneObject() local [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 61 uint16_t Segment = 0; variable 79 uint16_t Segment = 0; variable 132 uint16_t Segment = 0; variable 376 ulittle16_t Segment; member 391 uint16_t Segment = 0; variable 637 uint16_t Segment = 0; variable 657 uint16_t Segment = 0; variable 834 uint16_t Segment = 0; variable 855 uint16_t Segment = 0; variable 970 uint16_t Segment = 0; variable [all …]
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_rawprofile.cpp | 40 for (const auto &Segment : Module.ranges()) { in SegmentSizeBytes() local 70 for (const auto &Segment : Module.ranges()) { in SerializeSegmentsToBuffer() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMarkLastScratchLoad.cpp | 84 for (const LiveRange::Segment &Segment : LI.segments) { in runOnMachineFunction() local
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 162 MachO::segment_command_64 Segment; in iterateOnSegments() local 274 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections() argument 478 __anon2ce1a3c00102(const MachO::segment_command_64 &Segment) generateDsymCompanion() argument [all...] |
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 83 json::Array renderSegment(const coverage::CoverageSegment &Segment) { in renderSegment() argument 228 for (const auto &Segment : FileCoverage) in renderFileSegments() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 247 return tryFoldLoad(P, P, N, Base, Scale, Index, Disp, Segment); in tryFoldLoad() argument 74 SDValue Segment; global() member 268 getAddressOperands(X86ISelAddressMode & AM,const SDLoc & DL,MVT VT,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) getAddressOperands() argument 2907 selectVectorAddr(MemSDNode * Parent,SDValue BasePtr,SDValue IndexOp,SDValue ScaleOp,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectVectorAddr() argument 2946 selectAddr(SDNode * Parent,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectAddr() argument 3016 selectLEA64_32Addr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectLEA64_32Addr() argument 3054 selectLEAAddr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectLEAAddr() argument 3142 selectTLSADDRAddr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectTLSADDRAddr() argument 3207 tryFoldLoad(SDNode * Root,SDNode * P,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) tryFoldLoad() argument 3221 tryFoldBroadcast(SDNode * Root,SDNode * P,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) tryFoldBroadcast() argument 3603 SDValue Base, Scale, Index, Disp, Segment; foldLoadStoreIntoMemOperand() local 4529 __anonb5bafcbc1502(SDNode *Root, SDNode *P, SDValue &L, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) matchVPTERNLOG() argument 4907 __anonb5bafcbc1802(SDNode *Root, SDNode *P, SDValue &L, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) tryVPTESTM() argument 5135 SDValue Segment = CurDAG->getRegister(0, MVT::i16); Select() local 5217 SDValue Segment = CurDAG->getRegister(0, MVT::i16); Select() local 5255 SDValue Segment = CurDAG->getRegister(0, MVT::i16); Select() local 6403 SDValue Base, Scale, Index, Disp, Segment; Select() local 6476 SDValue Base, Scale, Index, Disp, Segment; Select() local 6554 SDValue Base, Scale, Index, Disp, Segment; Select() local [all...] |
H A D | X86FixupLEAs.cpp | 558 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in optTwoAddrLEA() local 698 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstructionForSlowLEA() local 750 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstrForSlow3OpLEA() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 72 auto Base = AI.MappingBase + Segment.Offset; in initialize() local 340 for (auto Segment : AI.Segments) { initialize() local [all...] |
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 127 return std::string(formatv("{0:4}:{1:4}", Segment, Offset)); in formatSegmentOffset() argument
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
|
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.h | 78 Segment() : name() {} Segment() function
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | ExecutorSharedMemoryMapperService.cpp | 148 if (Segment.Addr < MinAddr) in initialize() local [all...] |
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | IncludeCleanerTest.cpp | 36 for (const auto &Segment : Segments) in appendPathFileSystemIndependent() local
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders() local
|
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | segmented_array_test.cpp | 136 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST() local 177 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST() local
|
/llvm-project/clang/lib/Driver/ |
H A D | MultilibBuilder.cpp | 21 StringRef seg = Segment; in normalizePathSegment() argument
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 493 for (auto &Segment : Section.Segments) { in writeSectionContent() local 549 for (auto &Segment : Section.Segments) { writeSectionContent() local [all...] |
H A D | WasmYAML.cpp | 379 IO.mapOptional("Flags", Segment.Flags, 0); in mapping() argument 463 IO.mapOptional("SectionOffset", Segment in mapping() argument [all...] |