Home
last modified time | relevance | path

Searched refs:RangesToRemove (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp587 std::vector<EHFrameRange> RangesToRemove; in notifyRemovingResources() local
592 RangesToRemove = std::move(I->second); in notifyRemovingResources()
598 while (!RangesToRemove.empty()) { in notifyRemovingResources()
599 auto RangeToRemove = RangesToRemove.back(); in notifyRemovingResources()
600 RangesToRemove.pop_back(); in notifyRemovingResources()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp615 std::vector<EHFrameRange> RangesToRemove; in notifyRemovingResources() local
620 RangesToRemove = std::move(I->second); in notifyRemovingResources()
626 while (!RangesToRemove.empty()) { in notifyRemovingResources()
627 auto RangeToRemove = RangesToRemove.back(); in notifyRemovingResources()
628 RangesToRemove.pop_back(); in notifyRemovingResources()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp615 std::vector<EHFrameRange> RangesToRemove; in notifyRemovingResources() local
620 RangesToRemove = std::move(I->second); in notifyRemovingResources()
626 while (!RangesToRemove.empty()) { in notifyRemovingResources()
627 auto RangeToRemove = RangesToRemove.back(); in notifyRemovingResources()
628 RangesToRemove.pop_back(); in notifyRemovingResources()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp780 std::vector<EHFrameRange> RangesToRemove; in notifyRemovingResources() local
785 RangesToRemove = std::move(I->second); in notifyRemovingResources()
791 while (!RangesToRemove.empty()) { in notifyRemovingResources()
792 auto RangeToRemove = RangesToRemove.back(); in notifyRemovingResources()
793 RangesToRemove.pop_back(); in notifyRemovingResources()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp780 std::vector<EHFrameRange> RangesToRemove; in notifyRemovingResources() local
785 RangesToRemove = std::move(I->second); in notifyRemovingResources()
791 while (!RangesToRemove.empty()) { in notifyRemovingResources()
792 auto RangeToRemove = RangesToRemove.back(); in notifyRemovingResources()
793 RangesToRemove.pop_back(); in notifyRemovingResources()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp780 std::vector<EHFrameRange> RangesToRemove; in notifyRemovingResources() local
785 RangesToRemove = std::move(I->second); in notifyRemovingResources()
791 while (!RangesToRemove.empty()) { in notifyRemovingResources()
792 auto RangeToRemove = RangesToRemove.back(); in notifyRemovingResources()
793 RangesToRemove.pop_back(); in notifyRemovingResources()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp785 std::vector<EHFrameRange> RangesToRemove; in notifyRemovingResources() local
790 RangesToRemove = std::move(I->second); in notifyRemovingResources()
796 while (!RangesToRemove.empty()) { in notifyRemovingResources()
797 auto RangeToRemove = RangesToRemove.back(); in notifyRemovingResources()
798 RangesToRemove.pop_back(); in notifyRemovingResources()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp780 std::vector<EHFrameRange> RangesToRemove; in notifyRemovingResources() local
785 RangesToRemove = std::move(I->second); in notifyRemovingResources()
791 while (!RangesToRemove.empty()) { in notifyRemovingResources()
792 auto RangeToRemove = RangesToRemove.back(); in notifyRemovingResources()
793 RangesToRemove.pop_back(); in notifyRemovingResources()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp780 std::vector<EHFrameRange> RangesToRemove;
785 RangesToRemove = std::move(I->second);
791 while (!RangesToRemove.empty()) {
792 auto RangeToRemove = RangesToRemove.back();
793 RangesToRemove.pop_back();