/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 224 Segment() in Segment() function 300 struct Segment { struct 302 Segment(size_t ContentSize, Align ContentAlign) in Segment() argument 315 using SegmentMap = orc::AllocGroupSmallMap<Segment>; argument
|
/freebsd/contrib/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
|
/freebsd/contrib/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() function 186 bool operator<(const Segment &Other) const { argument
|
/freebsd/contrib/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 834 uint16_t Segment = 0; variable 355 ulittle16_t Segment; global() member 370 uint16_t Segment = 0; global() variable 616 uint16_t Segment = 0; global() variable 636 uint16_t Segment = 0; global() variable 813 uint16_t Segment = 0; global() variable 949 uint16_t Segment = 0; global() variable 971 uint16_t Segment = 0; global() variable 999 uint16_t Segment = 0; global() variable [all...] |
/freebsd/contrib/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 for (const WasmDataSegment &Segment : DataSegments) { 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...] |
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMarkLastScratchLoad.cpp | 84 for (const LiveRange::Segment &Segment : LI.segments) { in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 74 SDValue Segment; member 247 SDValue &Segment) { in tryFoldLoad() 268 SDValue &Segment) { in getAddressOperands() 2908 SDValue &Segment) { in selectVectorAddr() 2947 SDValue &Disp, SDValue &Segment) { in selectAddr() 3017 SDValue &Disp, SDValue &Segment) { in selectLEA64_32Addr() 3055 SDValue &Segment) { in selectLEAAddr() 3143 SDValue &Disp, SDValue &Segment) { in selectTLSADDRAddr() 3208 SDValue &Segment) { in tryFoldLoad() 3222 SDValue &Segment) { in tryFoldBroadcast() [all …]
|
H A D | X86FixupLEAs.cpp | 557 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); optTwoAddrLEA() local 697 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); processInstructionForSlowLEA() local 749 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); processInstrForSlow3OpLEA() local
|
H A D | X86OptimizeLEAs.cpp | 84 const MachineOperand *Index, const MachineOperand *Segment, in MemOpKey()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 83 json::Array renderSegment(const coverage::CoverageSegment &Segment) { in renderSegment() 228 for (const auto &Segment : FileCoverage) in renderFileSegments() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 72 for (auto &Segment : AI.Segments) { in initialize() local 340 for (auto Segment : AI.Segments) { in initialize() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 128 return std::string(formatv("{0:4}:{1:4}", Segment, Offset)); in formatSegmentOffset() argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | ExecutorSharedMemoryMapperService.cpp | 148 for (auto &Segment : FR.Segments) { in initialize() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | MultilibBuilder.cpp | 21 static void normalizePathSegment(std::string &Segment) { in normalizePathSegment()
|
/freebsd/contrib/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) { in writeSectionContent() local
|
H A D | WasmYAML.cpp | 379 IO &IO, WasmYAML::ElemSegment &Segment) { in mapping() 463 IO &IO, WasmYAML::DataSegment &Segment) { in mapping()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 289 createLines(const FixedStreamArray<LineNumberEntry> & LineNumbers,LVAddress Addendum,uint32_t Segment,uint32_t Begin,uint32_t Size,uint32_t NameIndex,const SymbolGroup * SG) createLines() argument 780 uint16_t Segment = Lines.header()->RelocSegment; traverseSymbolSection() local 1081 uint16_t Segment = Lines.header()->RelocSegment; createScopes() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 680 Segment(Root *R) : Pointer(reinterpret_cast<uintptr_t>(R)) {} in Segment() function 681 Segment(llvm::StringRef Field) in Segment() function 684 Segment(unsigned Index) : Pointer(0), Offset(Index) {} in Segment() function
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 474 bool DarwinAsmParser::parseSectionSwitch(StringRef Segment, StringRef Section, in parseSectionSwitch() 689 StringRef Segment, Section; in parseDirectiveSection() local 884 StringRef Segment; in parseDirectiveZerofill() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1643 wasm::WasmElemSegment Segment; in parseElemSection() local 1736 WasmSegment Segment; in parseDataSection() local 1857 const wasm::WasmDataSegment &Segment = DataSegments[SegmentIndex].Data; in getWasmSymbolValue() local
|