Home
last modified time | relevance | path

Searched defs:seg (Results 1 – 21 of 21) sorted by relevance

/llvm-project/lld/wasm/
H A DOutputSections.cpp194 for (const OutputSegment *seg : segments) getNumRelocations() local
201 for (const OutputSegment *seg : segments) writeRelocations() local
207 for (const OutputSegment *seg : segments) isNeeded() local
H A DOutputSegment.cpp52 auto i = llvm::find_if(mergedSegments, [=](SyntheticMergedChunk *seg) { in finalizeInputSegments()
H A DWriter.cpp519 addStartStopSymbols(const OutputSegment * seg) addStartStopSymbols() argument
1001 getOutputDataSegmentName(const InputChunk & seg) getOutputDataSegmentName() argument
1461 for (const OutputSegment *seg : segments) createApplyDataRelocationsFunction() local
1478 for (const OutputSegment *seg : segments) createApplyTLSRelocationsFunction() local
1595 for (auto *seg : segments) { createInitTLSFunction() local
1709 for (const OutputSegment *seg : segments) { run() local
[all...]
H A DInputFiles.cpp503 if (seg.Offset.Extended) in parse() local
367 shouldMerge(const WasmSegment & seg) shouldMerge() argument
438 for (const WasmElemSegment &seg : wasmObj->elements()) { parse() local
611 InputChunk *seg = segments[sym.Info.DataRef.Segment]; createDefined() local
[all...]
H A DInputChunks.h133 InputSegment(const WasmSegment &seg, ObjFile *f) in InputSegment() argument
172 MergeInputChunk(const WasmSegment &seg, ObjFile *f) in MergeInputChunk() argument
[all...]
/llvm-project/lldb/test/API/macosx/unregistered-macho/
H A Dmain.c25 struct segment_command_64 seg; in main() local
/llvm-project/lld/MachO/
H A DOutputSegment.cpp75 segmentOrder(OutputSegment * seg) segmentOrder() argument
H A DWriter.cpp224 LCSegment(StringRef name,OutputSegment * seg) LCSegment() argument
273 OutputSegment *seg; global() member in __anonf2ed8e120111::LCSegment
559 __anonf2ed8e120202(const OutputSegment *seg) writeTo() argument
1142 assignAddresses(OutputSegment * seg) assignAddresses() argument
1175 for (const OutputSegment *seg : outputSegments) writeSections() local
[all...]
H A DMapFile.cpp221 for (const OutputSegment *seg : outputSegments) { writeMapFile() local
H A DSyntheticSections.cpp149 for (const OutputSegment *seg : outputSegments) { writeTo() local
222 encodeRebases(const OutputSegment * seg,MutableArrayRef<Location> locations,raw_svector_ostream & os) encodeRebases() argument
288 const OutputSegment *seg = locations[i].isec->parent->parent; finalizeContents() local
433 OutputSegment *seg = osec->parent; encodeBinding() local
2423 for (const SegmentInfo &seg : fixupSegments) { writeTo() local
2504 for (const SegmentInfo &seg : fixupSegments) finalizeContents() local
[all...]
H A DSymbolTable.cpp396 OutputSegment *seg = getOrCreateOutputSegment(segName); handleSegmentBoundarySymbol() local
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/
H A Dcreate-multibin-corefile.cpp186 struct segment_command_64 seg; in add_lc_segment() local
317 struct segment_command_64 *seg = (struct segment_command_64 *)p; in slide_macho_binary() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py335 def filt_lines(s, seg, e, key): argument
/llvm-project/clang/lib/Driver/
H A DMultilibBuilder.cpp22 StringRef seg = Segment; normalizePathSegment() local
/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp117 struct segment_command_64 seg; in add_lc_segment() local
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp170 struct segment_command_64 seg; in add_lc_segment() local
[all...]
/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c145 struct segment_command_64 seg; in scan_macho_load_commands() local
159 struct segment_command seg; in scan_macho_load_commands() local
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp914 llvm::SmallVector<int32_t> seg; parseNumGangs() local
981 llvm::SmallVector<int32_t> seg; parseDeviceTypeOperandsWithSegment() local
1045 llvm::SmallVector<int32_t> seg; parseWaitClause() local
1597 llvm::SmallVector<int32_t> seg; parseGangClause() local
[all...]
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DStorage.h468 uint64_t seg = lo + 1; in fromCOO() local
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp456 StructuredData::Dictionary *seg = JSONImageInformationIntoImageInfo() local
[all...]
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1197 inline void swapStruct(segment_command_64 &seg) { in swapStruct() argument
1210 swapStruct(segment_command & seg) swapStruct() argument
[all...]