| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| HD | 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-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | LiveInterval.h | 161 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/ |
| HD | MachONormalizedFile.h | 165 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/ |
| HD | MCSectionMachO.cpp | 83 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 183 StringRef &Segment, // Out. in ParseSectionSpecifier()
|
| HD | WasmObjectWriter.cpp | 577 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/ |
| HD | SymbolRecord.h | 62 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/ |
| HD | CoverageExporterJson.cpp | 74 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/ |
| HD | X86FixupLEAs.cpp | 361 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
|
| HD | X86ISelDAGToDAG.cpp | 68 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 …]
|
| HD | X86AsmPrinter.cpp | 338 const MachineOperand &Segment = MI->getOperand(OpNo + X86::AddrSegmentReg); in PrintMemReference() local
|
| HD | X86OptimizeLEAs.cpp | 84 const MachineOperand *Index, const MachineOperand *Segment, in MemOpKey()
|
| HD | X86AvoidStoreForwardingBlocks.cpp | 317 MachineOperand &Segment = MI->getOperand(AddrOffset + X86::AddrSegmentReg); in isRelevantAddressingMode() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| HD | DebugLinesSubsection.cpp | 148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | WasmDumper.cpp | 187 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders() local
|
| HD | MachODumper.cpp | 362 MachOSegment &Segment) { in getSegment()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | WasmEmitter.cpp | 451 for (auto &Segment : Section.Segments) { in writeSectionContent() local 492 for (auto &Segment : Section.Segments) { in writeSectionContent() local
|
| HD | WasmYAML.cpp | 373 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/ |
| HD | FormatUtil.cpp | 171 std::string llvm::pdb::formatSegmentOffset(uint16_t Segment, uint32_t Offset) { in formatSegmentOffset()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| HD | DarwinAsmParser.cpp | 473 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/ |
| HD | WasmObjectFile.cpp | 1183 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/ |
| HD | Multilib.cpp | 29 static void normalizePathSegment(std::string &Segment) { in normalizePathSegment()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| HD | Object.h | 46 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/ |
| HD | ObjectFileELF.cpp | 1665 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/ |
| HD | OSTargets.h | 119 StringRef Segment, Section; in isValidSectionSpecifier() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | TargetLoweringObjectFileImpl.cpp | 906 StringRef Segment, Section; in emitModuleMetadata() local 940 StringRef Segment, Section; in getExplicitSectionGlobal() local
|