Home
last modified time | relevance | path

Searched refs:function_ref (Results 1 – 25 of 155) sorted by relevance

1234567

/external/llvm/lib/LTO/
DLTO.cpp46 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolveWeakForLinkerGUID()
48 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> in thinLTOResolveWeakForLinkerGUID()
81 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolveWeakForLinkerInIndex()
83 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> in thinLTOResolveWeakForLinkerInIndex()
101 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) { in thinLTOInternalizeAndPromoteGUID()
115 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) { in thinLTOInternalizeAndPromoteInIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h54 function_ref<void(Error)> Warn);
55 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) { in addRecord()
61 function_ref<void(Error)> Warn);
95 uint64_t Weight, function_ref<void(Error)> Warn);
DInstrProf.h616 function_ref<void(instrprof_error)> Warn);
618 void scale(uint64_t Weight, function_ref<void(instrprof_error)> Warn);
685 function_ref<void(instrprof_error)> Warn);
689 void scale(uint64_t Weight, function_ref<void(instrprof_error)> Warn);
760 function_ref<void(instrprof_error)> Warn);
764 function_ref<void(instrprof_error)> Warn);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DFunctionRefTest.cpp20 function_ref<int()> F; in TEST()
36 function_ref<int()> X = A; in TEST()
37 function_ref<int()> Y = X; in TEST()
/external/llvm/include/llvm/LTO/
DLTO.h61 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
63 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)>
71 function_ref<bool(StringRef, GlobalValue::GUID)> isExported);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DSyntheticCountsUtils.h39 using GetRelBBFreqTy = function_ref<Optional<Scaled64>(EdgeRef)>;
40 using GetCountTy = function_ref<uint64_t(NodeRef)>;
41 using AddCountTy = function_ref<void(NodeRef, uint64_t)>;
DInlineCost.h195 Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI,
207 Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.h57 int getWaitStatesSince(function_ref<bool(MachineInstr *)> IsHazard);
59 function_ref<bool(MachineInstr *)> IsHazardDef =
61 int getWaitStatesSinceSetReg(function_ref<bool(MachineInstr *)> IsHazard);
/external/llvm/unittests/ADT/
DFunctionRefTest.cpp22 function_ref<int()> X = A; in TEST()
23 function_ref<int()> Y = X; in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCrashRecoveryContext.cpp175 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely()
347 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely()
388 function_ref<void()> Fn;
404 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn, in RunSafelyOnThread()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DModuleSymbolTable.h59 function_ref<void(StringRef, object::BasicSymbolRef::Flags)> AsmSymbol);
68 function_ref<void(StringRef, StringRef)> AsmSymver);
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp315 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely()
354 function_ref<void()> Fn;
370 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn, in RunSafelyOnThread()
/external/clang/include/clang/Index/
DIndexSymbol.h113 llvm::function_ref<void(SymbolRole)> Fn);
123 llvm::function_ref<void(SymbolSubKind)> Fn);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DModuleSymbolTable.cpp73 function_ref<void(RecordStreamer &)> Init) { in initializeRecordStreamer()
127 function_ref<void(StringRef, BasicSymbolRef::Flags)> AsmSymbol) { in CollectAsmSymbols()
163 const Module &M, function_ref<void(StringRef, StringRef)> AsmSymver) { in CollectAsmSymvers()
/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h87 function_ref<unsigned()> GetATReg,
136 function_ref<unsigned()> GetATReg, SMLoc IDLoc,
258 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
314 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h318 size_t find_if(function_ref<bool(char)> F, size_t From = 0) const {
334 size_t find_if_not(function_ref<bool(char)> F, size_t From = 0) const {
618 StringRef take_while(function_ref<bool(char)> F) const { in take_while()
626 StringRef take_until(function_ref<bool(char)> F) const { in take_until()
652 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while()
660 StringRef drop_until(function_ref<bool(char)> F) const { in drop_until()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringRef.h321 size_t find_if(function_ref<bool(char)> F, size_t From = 0) const {
337 size_t find_if_not(function_ref<bool(char)> F, size_t From = 0) const {
629 StringRef take_while(function_ref<bool(char)> F) const { in take_while()
637 StringRef take_until(function_ref<bool(char)> F) const { in take_until()
663 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while()
671 StringRef drop_until(function_ref<bool(char)> F) const { in drop_until()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h38 forEachTypesSections(function_ref<void(const DWARFSection &)> F) const {} in forEachTypesSections()
57 forEachTypesDWOSections(function_ref<void(const DWARFSection &)> F) const {} in forEachTypesDWOSections()
DDWARFDebugLine.h299 parseNext(function_ref<void(Error)> RecoverableErrorCallback = warn,
300 function_ref<void(Error)> UnrecoverableErrorCallback = warn,
308 void skip(function_ref<void(Error)> ErrorCallback = warn);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTailDuplicator.h88 function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
123 function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsTargetStreamer.h96 function_ref<unsigned()> GetATReg,
155 function_ref<unsigned()> GetATReg, SMLoc IDLoc,
286 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
349 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCrashRecoveryContext.h82 bool RunSafely(function_ref<void()> Fn);
95 bool RunSafelyOnThread(function_ref<void()>, unsigned RequestedStackSize = 0);
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h73 bool RunSafely(function_ref<void()> Fn);
86 bool RunSafelyOnThread(function_ref<void()>, unsigned RequestedStackSize = 0);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h51 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
53 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)>
61 function_ref<bool(StringRef, GlobalValue::GUID)> isExported);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h259 virtual void removeSymbols(function_ref<bool(const Symbol &)> ToRemove);
453 void updateSymbols(function_ref<void(Symbol &)> Callable);
459 void removeSymbols(function_ref<bool(const Symbol &)> ToRemove) override;
520 void removeSymbols(function_ref<bool(const Symbol &)> ToRemove) override;
555 void removeSymbols(function_ref<bool(const Symbol &)> ToRemove) override;
706 void removeSymbols(function_ref<bool(const Symbol &)> ToRemove);

1234567