/freebsd-src/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-src/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() function 315 using SegmentMap = orc::AllocGroupSmallMap<Segment>; argument
|
/freebsd-src/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 [all...] |
/freebsd-src/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() argument 186 bool operator<(const Segment &Other) const { argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 92 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() argument 187 ParseSectionSpecifier(StringRef Spec,StringRef & Segment,StringRef & Section,unsigned & TAA,bool & TAAParsed,unsigned & StubSize) ParseSectionSpecifier() argument
|
H A D | WasmObjectWriter.cpp | 707 const WasmDataSegment &Segment = DataSegments[SymRef.Segment]; getProvisionalValue() local 1087 for (const WasmDataSegment &Segment : DataSegments) { writeDataSection() local 1205 for (const WasmDataSegment &Segment : DataSegments) { writeLinkingMetaDataSection() local 1505 WasmDataSegment &Segment = DataSegments.back(); writeOneObject() local 1757 const WasmDataSegment &Segment = writeOneObject() local [all...] |
/freebsd-src/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 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 …]
|
/freebsd-src/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 [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMarkLastScratchLoad.cpp | 84 for (const LiveRange::Segment &Segment : LI.segments) { in runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 72 SDValue Segment; global() member 249 tryFoldLoad(SDNode * P,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) tryFoldLoad() argument 270 getAddressOperands(X86ISelAddressMode & AM,const SDLoc & DL,MVT VT,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) getAddressOperands() argument 2852 selectVectorAddr(MemSDNode * Parent,SDValue BasePtr,SDValue IndexOp,SDValue ScaleOp,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectVectorAddr() argument 2891 selectAddr(SDNode * Parent,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectAddr() argument 2961 selectLEA64_32Addr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectLEA64_32Addr() argument 2999 selectLEAAddr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectLEAAddr() argument 3087 selectTLSADDRAddr(SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectTLSADDRAddr() argument 3146 tryFoldLoad(SDNode * Root,SDNode * P,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) tryFoldLoad() argument 3160 tryFoldBroadcast(SDNode * Root,SDNode * P,SDValue N,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) tryFoldBroadcast() argument 3542 SDValue Base, Scale, Index, Disp, Segment; foldLoadStoreIntoMemOperand() local 4467 __anon4a8bd31b1502(SDNode *Root, SDNode *P, SDValue &L, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) matchVPTERNLOG() argument 4845 __anon4a8bd31b1802(SDNode *Root, SDNode *P, SDValue &L, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) tryVPTESTM() argument 5066 SDValue Segment = CurDAG->getRegister(0, MVT::i16); Select() local 5145 SDValue Segment = CurDAG->getRegister(0, MVT::i16); Select() local 5180 SDValue Segment = CurDAG->getRegister(0, MVT::i16); Select() local 6261 SDValue Base, Scale, Index, Disp, Segment; Select() local 6334 SDValue Base, Scale, Index, Disp, Segment; Select() local 6412 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
|
H A D | X86OptimizeLEAs.cpp | 84 const MachineOperand *Index, const MachineOperand *Segment, in MemOpKey()
|
/freebsd-src/contrib/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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 68 for (auto &Segment : AI.Segments) { initialize() local 319 for (auto Segment : AI.Segments) { initialize() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 127 std::string llvm::pdb::formatSegmentOffset(uint16_t Segment, uint32_t Offset) { in formatSegmentOffset()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | ExecutorSharedMemoryMapperService.cpp | 128 for (auto &Segment : FR.Segments) { initialize() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | MultilibBuilder.cpp | 21 static void normalizePathSegment(std::string &Segment) { in normalizePathSegment()
|
/freebsd-src/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 | 378 mapping(IO & IO,WasmYAML::ElemSegment & Segment) mapping() argument 460 mapping(IO & IO,WasmYAML::DataSegment & Segment) mapping() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 287 uint32_t Segment, uint32_t Begin, uint32_t Size, uint32_t NameIndex, in createLines() 779 uint16_t Segment = Lines.header()->RelocSegment; in traverseSymbolSection() local 1080 uint16_t Segment = Lines.header()->RelocSegment; in createScopes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 474 bool DarwinAsmParser::parseSectionSwitch(StringRef Segment, StringRef Section, in parseSectionSwitch() argument 689 StringRef Segment, Section; in parseDirectiveSection() local 884 StringRef Segment; in parseDirectiveZerofill() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 679 Segment() = default; in Segment() function 678 Segment(Root *R) : Pointer(reinterpret_cast<uintptr_t>(R)) {} Segment() function 682 Segment(unsigned Index) : Pointer(0), Offset(Index) {} Segment() function [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1509 wasm::WasmElemSegment Segment; parseElemSection() local 1580 WasmSegment Segment; parseDataSection() local 1697 const wasm::WasmDataSegment &Segment = DataSegments[SegmentIndex].Data; getWasmSymbolValue() local [all...] |