Home
last modified time | relevance | path

Searched refs:nextIsec (Results 1 – 5 of 5) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/
H A DInputFiles.cpp690 auto *nextIsec = make<ConcatInputSection>(*concatIsec); in parseSymbols() local
691 nextIsec->numRefs = 0; in parseSymbols()
692 nextIsec->wasCoalesced = false; in parseSymbols()
695 nextIsec->data = {nullptr, isec->data.size() - symbolOffset}; in parseSymbols()
698 nextIsec->data = isec->data.slice(symbolOffset); in parseSymbols()
705 createDefined(sym, name, nextIsec, /*value=*/0, symbolSize); in parseSymbols()
709 nextIsec->align = MinAlign(sectionAlign, sym.n_value); in parseSymbols()
710 subsecMap.push_back({sym.n_value - sectionAddr, nextIsec}); in parseSymbols()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/MachO/
H A DInputFiles.cpp721 auto *nextIsec = make<ConcatInputSection>(*concatIsec); in parseSymbols() local
722 nextIsec->numRefs = 0; in parseSymbols()
723 nextIsec->wasCoalesced = false; in parseSymbols()
726 nextIsec->data = {nullptr, isec->data.size() - symbolOffset}; in parseSymbols()
729 nextIsec->data = isec->data.slice(symbolOffset); in parseSymbols()
736 createDefined(sym, name, nextIsec, /*value=*/0, symbolSize); in parseSymbols()
740 nextIsec->align = MinAlign(sectionAlign, sym.n_value); in parseSymbols()
741 subsecMap.push_back({sym.n_value - sectionAddr, nextIsec}); in parseSymbols()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/
H A DInputFiles.cpp690 auto *nextIsec = make<ConcatInputSection>(*concatIsec); in parseSymbols() local
691 nextIsec->numRefs = 0; in parseSymbols()
692 nextIsec->wasCoalesced = false; in parseSymbols()
695 nextIsec->data = {nullptr, isec->data.size() - symbolOffset}; in parseSymbols()
698 nextIsec->data = isec->data.slice(symbolOffset); in parseSymbols()
705 createDefined(sym, name, nextIsec, /*value=*/0, symbolSize); in parseSymbols()
709 nextIsec->align = MinAlign(sectionAlign, sym.n_value); in parseSymbols()
710 subsecMap.push_back({sym.n_value - sectionAddr, nextIsec}); in parseSymbols()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/MachO/
H A DInputFiles.cpp690 auto *nextIsec = make<ConcatInputSection>(*concatIsec); in parseSymbols() local
691 nextIsec->numRefs = 0; in parseSymbols()
692 nextIsec->wasCoalesced = false; in parseSymbols()
695 nextIsec->data = {nullptr, isec->data.size() - symbolOffset}; in parseSymbols()
698 nextIsec->data = isec->data.slice(symbolOffset); in parseSymbols()
705 createDefined(sym, name, nextIsec, /*value=*/0, symbolSize); in parseSymbols()
709 nextIsec->align = MinAlign(sectionAlign, sym.n_value); in parseSymbols()
710 subsecMap.push_back({sym.n_value - sectionAddr, nextIsec}); in parseSymbols()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/MachO/
H A DInputFiles.cpp690 auto *nextIsec = make<ConcatInputSection>(*concatIsec);
691 nextIsec->numRefs = 0;
692 nextIsec->wasCoalesced = false;
695 nextIsec->data = {nullptr, isec->data.size() - symbolOffset};
698 nextIsec->data = isec->data.slice(symbolOffset);
705 createDefined(sym, name, nextIsec, /*value=*/0, symbolSize);
709 nextIsec->align = MinAlign(sectionAlign, sym.n_value);
710 subsecMap.push_back({sym.n_value - sectionAddr, nextIsec});