/external/llvm/lib/LTO/ |
D | LTO.cpp | 46 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/ |
D | LTO.h | 61 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/ |
D | FunctionRefTest.cpp | 22 function_ref<int()> X = A; in TEST() 23 function_ref<int()> Y = X; in TEST()
|
/external/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 315 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/ |
D | IndexSymbol.h | 113 llvm::function_ref<void(SymbolRole)> Fn); 123 llvm::function_ref<void(SymbolSubKind)> Fn);
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetStreamer.h | 87 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/ |
D | StringRef.h | 318 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()
|
D | STLExtras.h | 82 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/ |
D | CrashRecoveryContext.h | 73 bool RunSafely(function_ref<void()> Fn); 86 bool RunSafelyOnThread(function_ref<void()>, unsigned RequestedStackSize = 0);
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
D | SplitModule.h | 39 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,
|
D | SimplifyLibCalls.h | 77 function_ref<void(Instruction *, Value *)> Replacer; 90 function_ref<void(Instruction *, Value *)> Replacer =
|
D | Cloning.h | 62 function_ref<bool(const GlobalValue *)> ShouldCloneDefinition);
|
/external/llvm/include/llvm/CodeGen/ |
D | AtomicExpandUtils.h | 21 typedef function_ref<void(IRBuilder<> &, Value *, Value *, Value *,
|
/external/llvm/include/llvm/ADT/ |
D | STLExtras.h | 68 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/ |
D | GCNHazardRecognizer.h | 39 function_ref<bool(MachineInstr *)> IsHazardDef =
|
/external/clang/include/clang/Basic/ |
D | Module.h | 545 typedef llvm::function_ref<void(Module *M)> VisibleCallback; 549 typedef llvm::function_ref<void(ArrayRef<Module *> Path,
|
/external/llvm/include/llvm/Object/ |
D | IRObjectFile.h | 70 function_ref<void(StringRef, BasicSymbolRef::Flags)> AsmUndefinedRefs);
|
/external/clang/tools/libclang/ |
D | CIndexer.h | 90 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn,
|
/external/llvm/lib/CodeGen/ |
D | ParallelCG.cpp | 29 function_ref<std::unique_ptr<TargetMachine>()> TMFactory, in codegen()
|
/external/clang/lib/Frontend/ |
D | ChainedIncludesSource.cpp | 52 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant, 253 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant, in FindExternalLexicalDecls()
|
/external/clang/lib/AST/ |
D | ExternalASTSource.cpp | 109 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant, in FindExternalLexicalDecls()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 806 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/ |
D | SwiftCallingConv.h | 94 llvm::function_ref<void(CharUnits offset, llvm::Type *type)>;
|
/external/clang/lib/Index/ |
D | IndexSymbol.cpp | 246 llvm::function_ref<void(SymbolRole)> Fn) { in applyForEachSymbolRole() 354 llvm::function_ref<void(SymbolSubKind)> Fn) { in applyForEachSymbolSubKind()
|