/llvm-project/lld/wasm/ |
H A D | OutputSections.cpp | 194 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 D | OutputSegment.cpp | 52 auto i = llvm::find_if(mergedSegments, [=](SyntheticMergedChunk *seg) { in finalizeInputSegments()
|
H A D | Writer.cpp | 519 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 D | InputFiles.cpp | 503 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 D | InputChunks.h | 133 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 D | main.c | 25 struct segment_command_64 seg; in main() local
|
/llvm-project/lld/MachO/ |
H A D | OutputSegment.cpp | 75 segmentOrder(OutputSegment * seg) segmentOrder() argument
|
H A D | Writer.cpp | 224 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 D | MapFile.cpp | 221 for (const OutputSegment *seg : outputSegments) { writeMapFile() local
|
H A D | SyntheticSections.cpp | 149 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 D | SymbolTable.cpp | 396 OutputSegment *seg = getOrCreateOutputSegment(segName); handleSegmentBoundarySymbol() local
|
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/ |
H A D | create-multibin-corefile.cpp | 186 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 D | Heuristic.py | 335 def filt_lines(s, seg, e, key): argument
|
/llvm-project/clang/lib/Driver/ |
H A D | MultilibBuilder.cpp | 22 StringRef seg = Segment; normalizePathSegment() local
|
/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/ |
H A D | create-empty-corefile.cpp | 117 struct segment_command_64 seg; in add_lc_segment() local
|
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/ |
H A D | create-empty-corefile.cpp | 170 struct segment_command_64 seg; in add_lc_segment() local [all...] |
/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 145 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 D | OpenACC.cpp | 914 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 D | Storage.h | 468 uint64_t seg = lo + 1; in fromCOO() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 456 StructuredData::Dictionary *seg = JSONImageInformationIntoImageInfo() local [all...] |
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1197 inline void swapStruct(segment_command_64 &seg) { in swapStruct() argument 1210 swapStruct(segment_command & seg) swapStruct() argument [all...] |