Home
last modified time | relevance | path

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

123

/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/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/llvm/unittests/ADT/
DFunctionRefTest.cpp22 function_ref<int()> X = A; in TEST()
23 function_ref<int()> Y = X; in TEST()
/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/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()
DSTLExtras.h82 template<typename Fn> class function_ref; variable
85 class function_ref<Ret(Params...)> {
97 function_ref(Callable &&callable,
100 function_ref>::value>::type * = nullptr)
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h73 bool RunSafely(function_ref<void()> Fn);
86 bool RunSafelyOnThread(function_ref<void()>, unsigned RequestedStackSize = 0);
/external/llvm/include/llvm/Transforms/Utils/
DCtorUtils.h28 function_ref<bool(Function *)> ShouldRemove);
DSplitModule.h39 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,
DSimplifyLibCalls.h77 function_ref<void(Instruction *, Value *)> Replacer;
90 function_ref<void(Instruction *, Value *)> Replacer =
DCloning.h62 function_ref<bool(const GlobalValue *)> ShouldCloneDefinition);
/external/llvm/include/llvm/CodeGen/
DAtomicExpandUtils.h21 typedef function_ref<void(IRBuilder<> &, Value *, Value *, Value *,
/external/llvm/include/llvm/ADT/
DSTLExtras.h68 template<typename Fn> class function_ref; variable
71 class function_ref<Ret(Params...)> {
83 function_ref(Callable &&callable,
86 function_ref>::value>::type * = nullptr)
/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.h39 function_ref<bool(MachineInstr *)> IsHazardDef =
/external/clang/include/clang/Basic/
DModule.h545 typedef llvm::function_ref<void(Module *M)> VisibleCallback;
549 typedef llvm::function_ref<void(ArrayRef<Module *> Path,
/external/llvm/include/llvm/Object/
DIRObjectFile.h70 function_ref<void(StringRef, BasicSymbolRef::Flags)> AsmUndefinedRefs);
/external/clang/tools/libclang/
DCIndexer.h90 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn,
/external/llvm/lib/CodeGen/
DParallelCG.cpp29 function_ref<std::unique_ptr<TargetMachine>()> TMFactory, in codegen()
/external/clang/lib/Frontend/
DChainedIncludesSource.cpp52 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
253 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant, in FindExternalLexicalDecls()
/external/clang/lib/AST/
DExternalASTSource.cpp109 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant, in FindExternalLexicalDecls()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp806 Module &M, function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in InstrumentAllFunctions()
807 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI) { in InstrumentAllFunctions()
852 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in annotateAllFunctions()
853 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI) { in annotateAllFunctions()
/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h94 llvm::function_ref<void(CharUnits offset, llvm::Type *type)>;
/external/clang/lib/Index/
DIndexSymbol.cpp246 llvm::function_ref<void(SymbolRole)> Fn) { in applyForEachSymbolRole()
354 llvm::function_ref<void(SymbolSubKind)> Fn) { in applyForEachSymbolSubKind()

123