Home
last modified time | relevance | path

Searched defs:Segment (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_segmented_array.h34 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-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveInterval.h161 struct Segment { struct
167 Segment() = default; argument
169 Segment(SlotIndex S, SlotIndex E, VNInfo *V) in Segment() function
185 bool operator<(const Segment &Other) const { argument
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDMachONormalizedFile.h165 struct Segment { struct
166 StringRef name;
167 Hex64 address;
168 Hex64 size;
169 VMProtect init_access;
170 VMProtect max_access;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionMachO.cpp83 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO()
183 StringRef &Segment, // Out. in ParseSectionSpecifier()
HDWasmObjectWriter.cpp577 const WasmDataSegment &Segment = DataSegments[Ref.Segment]; in getProvisionalValue() local
862 for (const WasmDataSegment &Segment : DataSegments) { in writeDataSection() local
977 for (const WasmDataSegment &Segment : DataSegments) { in writeLinkingMetaDataSection() local
1234 WasmDataSegment &Segment = DataSegments.back(); in writeObject() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDSymbolRecord.h62 uint16_t Segment = 0; variable
80 uint16_t Segment = 0; variable
133 uint16_t Segment = 0; variable
364 uint16_t Segment = 0; variable
610 uint16_t Segment = 0; variable
630 uint16_t Segment = 0; variable
807 uint16_t Segment = 0; variable
828 uint16_t Segment = 0; variable
943 uint16_t Segment = 0; variable
965 uint16_t Segment = 0; variable
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDCoverageExporterJson.cpp74 json::Array renderSegment(const coverage::CoverageSegment &Segment) { in renderSegment()
139 for (const auto &Segment : FileCoverage) in renderFileSegments() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FixupLEAs.cpp361 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in optTwoAddrLEA() local
490 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstructionForSlowLEA() local
540 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstrForSlow3OpLEA() local
HDX86ISelDAGToDAG.cpp68 SDValue Segment; member
253 SDValue &Segment) { in tryFoldLoad()
272 SDValue &Segment) { in getAddressOperands()
2285 SDValue &Disp, SDValue &Segment) { in selectVectorAddr()
2319 SDValue &Disp, SDValue &Segment) { in selectAddr()
2377 SDValue &Disp, SDValue &Segment, in selectScalarSSELoad()
2460 SDValue &Disp, SDValue &Segment) { in selectLEA64_32Addr()
2498 SDValue &Segment) { in selectLEAAddr()
2587 SDValue &Disp, SDValue &Segment) { in selectTLSADDRAddr()
2652 SDValue &Segment) { in tryFoldLoad()
[all …]
HDX86AsmPrinter.cpp338 const MachineOperand &Segment = MI->getOperand(OpNo + X86::AddrSegmentReg); in PrintMemReference() local
HDX86OptimizeLEAs.cpp84 const MachineOperand *Index, const MachineOperand *Segment, in MemOpKey()
HDX86AvoidStoreForwardingBlocks.cpp317 MachineOperand &Segment = MI->getOperand(AddrOffset + X86::AddrSegmentReg); in isRelevantAddressingMode() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDDebugLinesSubsection.cpp148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWasmDumper.cpp187 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders() local
HDMachODumper.cpp362 MachOSegment &Segment) { in getSegment()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDWasmEmitter.cpp451 for (auto &Segment : Section.Segments) { in writeSectionContent() local
492 for (auto &Segment : Section.Segments) { in writeSectionContent() local
HDWasmYAML.cpp373 IO &IO, WasmYAML::ElemSegment &Segment) { in mapping()
440 IO &IO, WasmYAML::DataSegment &Segment) { in mapping()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDFormatUtil.cpp171 std::string llvm::pdb::formatSegmentOffset(uint16_t Segment, uint32_t Offset) { in formatSegmentOffset()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp473 bool DarwinAsmParser::parseSectionSwitch(StringRef Segment, StringRef Section, in parseSectionSwitch()
688 StringRef Segment, Section; in parseDirectiveSection() local
886 StringRef Segment; in parseDirectiveZerofill() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp1183 wasm::WasmElemSegment Segment; in parseElemSection() local
1211 WasmSegment Segment; in parseDataSection() local
1316 const wasm::WasmDataSegment &Segment = DataSegments[SegmentIndex].Data; in getWasmSymbolValue() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDMultilib.cpp29 static void normalizePathSegment(std::string &Segment) { in normalizePathSegment()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDObject.h46 class Segment; variable
458 explicit Segment(ArrayRef<uint8_t> Data) : Contents(Data) {} in Segment() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1665 SectionSP Segment; member
1722 SectionSP Segment; in GetAddressInfo() local
1783 SectionSP Segment = std::make_shared<Section>( in CreateSections() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDOSTargets.h119 StringRef Segment, Section; in isValidSectionSpecifier() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp906 StringRef Segment, Section; in emitModuleMetadata() local
940 StringRef Segment, Section; in getExplicitSectionGlobal() local

12