/openbsd-src/gnu/llvm/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; 73 MapVector<MCSymbol *, int64_t> Epilogs; 76 : Offset(Offset), Length(Length), HasProlog(HasProlog) {} in Offset()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 224 Segment() in Segment() function 297 struct Segment { struct 299 Segment(size_t ContentSize, Align ContentAlign) in Segment() function 312 using SegmentMap = orc::AllocGroupSmallMap<Segment>; argument
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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 355 ulittle16_t Segment; member 370 uint16_t Segment = 0; variable 616 uint16_t Segment = 0; variable 636 uint16_t Segment = 0; variable 813 uint16_t Segment = 0; variable 834 uint16_t Segment = 0; variable 949 uint16_t Segment = 0; variable [all …]
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 101 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dumpCustomSection() local 332 for (auto &Segment : Obj.elements()) { in dump() local 368 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dump() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 92 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 187 StringRef &Segment, // Out. in ParseSectionSpecifier()
|
H A D | WasmObjectWriter.cpp | 706 const WasmDataSegment &Segment = DataSegments[SymRef.Segment]; in getProvisionalValue() local 1085 for (const WasmDataSegment &Segment : DataSegments) { in writeDataSection() local 1203 for (const WasmDataSegment &Segment : DataSegments) { in writeLinkingMetaDataSection() local 1503 WasmDataSegment &Segment = DataSegments.back(); in writeOneObject() local 1756 const WasmDataSegment &Segment = in writeOneObject() local
|
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 145 MachO::segment_command_64 Segment; in iterateOnSegments() local 257 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections() 462 iterateOnSegments(InputBinary, [&](const MachO::segment_command_64 &Segment) { in generateDsymCompanion()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 72 SDValue Segment; member 247 SDValue &Segment) { in tryFoldLoad() 268 SDValue &Segment) { in getAddressOperands() 2613 SDValue &Segment) { in selectVectorAddr() 2646 SDValue &Disp, SDValue &Segment) { in selectAddr() 2707 SDValue &Disp, SDValue &Segment) { in selectLEA64_32Addr() 2745 SDValue &Segment) { in selectLEAAddr() 2833 SDValue &Disp, SDValue &Segment) { in selectTLSADDRAddr() 2892 SDValue &Segment) { in tryFoldLoad() 2906 SDValue &Segment) { in tryFoldBroadcast() [all …]
|
H A D | X86FixupLEAs.cpp | 565 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in optTwoAddrLEA() local 705 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstructionForSlowLEA() local 757 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstrForSlow3OpLEA() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 79 json::Array renderSegment(const coverage::CoverageSegment &Segment) { in renderSegment() 196 for (const auto &Segment : FileCoverage) in renderFileSegments() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 68 for (auto &Segment : AI.Segments) { in initialize() local 319 for (auto Segment : AI.Segments) { in initialize() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 171 struct Segment { struct in __anon35bea1500111::AlignVectors 172 void *Data; 173 int Start; 174 int Size; 215 struct Segment { struct 217 Segment(Value *Val, int Begin, int Len) in Segment() function 221 Value *Val; // Value representable as a sequence of bytes. 222 int Start; // First byte of the value that belongs to the segment. 223 int Size; // Number of bytes in the segment.
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 128 std::string llvm::pdb::formatSegmentOffset(uint16_t Segment, uint32_t Offset) { in formatSegmentOffset()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.h | 78 Segment() : name() {} in Segment() function
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | ExecutorSharedMemoryMapperService.cpp | 128 for (auto &Segment : FR.Segments) { in initialize() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders() local
|
/openbsd-src/gnu/llvm/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 | 377 IO &IO, WasmYAML::ElemSegment &Segment) { in mapping() 459 IO &IO, WasmYAML::DataSegment &Segment) { in mapping()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | JSON.h | 657 Segment(Root *R) : Pointer(reinterpret_cast<uintptr_t>(R)) {} in Segment() function 658 Segment(llvm::StringRef Field) in Segment() function 661 Segment(unsigned Index) : Pointer(0), Offset(Index) {} in Segment() function
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ |
H A D | Multilib.cpp | 29 static void normalizePathSegment(std::string &Segment) { in normalizePathSegment()
|