/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.cpp | 28 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 58 function_ref<bool(const LoadCommand &)> ToRemove) { in removeLoadCommands() 69 function_ref<bool(const std::unique_ptr<Section> &)> ToRemove) { in removeSections()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
H A D | Object.cpp | 38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() 89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
|
H A D | COFFObjcopy.cpp | 182 auto ToRemove = [&](const Symbol &Sym) -> Expected<bool> { in handleArgs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/ |
H A D | Object.cpp | 27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMOptimizeBarriersPass.cpp | 55 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
|
H A D | ARMLowOverheadLoops.cpp | 376 SmallPtrSet<MachineInstr*, 4> ToRemove; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceGlobalVars.cpp | 32 std::vector<GlobalVariable *> ToRemove; in extractGVsFromModule() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIPreEmitPeephole.cpp | 179 SmallVector<MachineInstr *, 4> ToRemove; in optimizeVccBranch() local 229 SmallVector<MachineInstr *, 4> ToRemove; in optimizeSetGPR() local
|
H A D | AMDGPUExportClustering.cpp | 83 SmallVector<SDep, 2> ToAdd, ToRemove; in removeExportDependencies() local
|
H A D | AMDGPULowerModuleLDSPass.cpp | 54 SmallPtrSetImpl<Constant *> &ToRemove) { in removeFromUsedList()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVVMReflect.cpp | 88 SmallVector<Instruction *, 4> ToRemove; in runNVVMReflect() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.cpp | 755 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() 781 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() 899 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() 1001 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() 1038 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() 1059 function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() 1077 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() 1092 Error GroupSection::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() 2109 bool AllowBrokenLinks, std::function<bool(const SectionBase &)> ToRemove) { in removeSections() 2160 Error Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 139 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 608 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove() 616 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DbgEntityHistoryCalculator.cpp | 134 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
H A D | CommonConfig.h | 180 NameMatcher ToRemove; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 1161 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0; in processBlock() local 3055 SmallVector<Instruction *, 4> ToRemove; in threadGuard() local
|
H A D | LowerMatrixIntrinsics.cpp | 388 SmallVector<Instruction *, 16> ToRemove; member in __anon7e59d9a20111::LowerMatrixIntrinsics
|
H A D | RewriteStatepointsForGC.cpp | 908 SmallVector<Value *> ToRemove; in findBasePointer() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 269 std::vector<GlobalValue *> ToRemove; in TestFuncs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1028 SmallVector<MachineBasicBlock*,2> ToRemove; in rewrite() local
|