HomeSort by: relevance | last modified time | path
    Searched refs:function_ref (Results 1 - 25 of 264) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Stack.h 35 void runWithSufficientStackSpaceSlow(llvm::function_ref<void()> Diag,
36 llvm::function_ref<void()> Fn);
40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag,
41 llvm::function_ref<void()> Fn) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
CtorUtils.h 27 function_ref<bool(Function *)> ShouldRemove);
SplitModule.h 37 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
HotColdSplitting.h 36 function_ref<BlockFrequencyInfo *(Function &)> GBFI,
37 function_ref<TargetTransformInfo &(Function &)> GTTI,
39 function_ref<AssumptionCache *(Function &)> LAC)
54 function_ref<BlockFrequencyInfo *(Function &)> GetBFI;
55 function_ref<TargetTransformInfo &(Function &)> GetTTI;
57 function_ref<AssumptionCache *(Function &)> LookupAC;
IROutliner.h 165 IROutliner(function_ref<TargetTransformInfo &(Function &)> GTTI,
166 function_ref<IRSimilarityIdentifier &(Module &)> GIRSI,
167 function_ref<OptimizationRemarkEmitter &(Function &)> GORE)
276 function_ref<TargetTransformInfo &(Function &)> getTTI;
284 function_ref<IRSimilarityIdentifier &(Module &)> getIRSI;
287 function_ref<OptimizationRemarkEmitter &(Function &)> getORE;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
AMDGPUMetadataVerifier.h 37 function_ref<bool(msgpack::DocNode &)> verifyValue = {});
40 function_ref<bool(msgpack::DocNode &)> verifyNode,
43 function_ref<bool(msgpack::DocNode &)> verifyNode);
47 function_ref<bool(msgpack::DocNode &)> verifyValue = {});
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AtomicExpandUtils.h 25 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, Align,
BasicBlockSectionUtils.h 23 function_ref<bool(const MachineBasicBlock &, const MachineBasicBlock &)>;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
SCCP.h 44 function_ref<AnalysisResultsForFn(Function &)> getAnalysis);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
Object.cpp 27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) {
Object.h 37 void removeSections(function_ref<bool(const Section &)> ToRemove);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InlineCost.h 228 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
229 function_ref<const TargetLibraryInfo &(Function &)> GetTLI,
230 function_ref<BlockFrequencyInfo &(Function &)> GetBFI = nullptr,
242 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
243 function_ref<const TargetLibraryInfo &(Function &)> GetTLI,
244 function_ref<BlockFrequencyInfo &(Function &)> GetBFI = nullptr,
256 function_ref<const TargetLibraryInfo &(Function &)> GetTLI);
268 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
269 function_ref<BlockFrequencyInfo &(Function &)> GetBFI = nullptr,
SyntheticCountsUtils.h 37 using GetProfCountTy = function_ref<Optional<Scaled64>(NodeRef, EdgeRef)>;
38 using AddCountTy = function_ref<void(NodeRef, Scaled64)>;
ScalarEvolutionNormalization.h 50 typedef function_ref<bool(const SCEVAddRecExpr *)> NormalizePredTy;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Stack.cpp 67 void clang::runWithSufficientStackSpaceSlow(llvm::function_ref<void()> Diag,
68 llvm::function_ref<void()> Fn) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ModuleSymbolTable.h 59 function_ref<void(StringRef, object::BasicSymbolRef::Flags)> AsmSymbol);
68 function_ref<void(StringRef, StringRef)> AsmSymver);
  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
TestSupport.h 62 llvm::function_ref<void(SourceRange)> Callback) const;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 58 function_ref<bool(const DWARFLocationEntry &)> Callback) const = 0;
73 function_ref<bool(Expected<DWARFLocationExpression>)> Callback) const;
114 function_ref<bool(const DWARFLocationEntry &)> Callback) const override;
129 function_ref<bool(const DWARFLocationEntry &)> Callback) const override;
DWARFObject.h 36 forEachInfoSections(function_ref<void(const DWARFSection &)> F) const {}
38 forEachTypesSections(function_ref<void(const DWARFSection &)> F) const {}
60 forEachInfoDWOSections(function_ref<void(const DWARFSection &)> F) const {}
62 forEachTypesDWOSections(function_ref<void(const DWARFSection &)> F) const {}
DWARFDebugRnglists.h 39 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)>
51 function_ref<Optional<object::SectionedAddress>(uint32_t)>
DWARFDebugLine.h 135 function_ref<void(Error)> RecoverableErrorHandler,
284 function_ref<void(Error)> RecoverableErrorHandler,
313 function_ref<void(Error)> RecoverableErrorHandler);
334 LineTable parseNext(function_ref<void(Error)> RecoverableErrorHandler,
335 function_ref<void(Error)> UnrecoverableErrorHandler,
345 void skip(function_ref<void(Error)> RecoverableErrorHandler,
346 function_ref<void(Error)> UnrecoverableErrorHandler);
372 function_ref<void(Error)> ErrorHandler);
411 function_ref<void(Error)> ErrorHandler;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfWriter.h 57 function_ref<void(Error)> Warn);
58 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) {
64 function_ref<void(Error)> Warn);
117 uint64_t Weight, function_ref<void(Error)> Warn);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TimeProfiler.h 56 llvm::function_ref<std::string()> Detail);
81 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
FDRTraceExpander.h 25 function_ref<void(const XRayRecord &)> C;
38 explicit TraceExpander(function_ref<void(const XRayRecord &)> F, uint16_t L)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
ConfigManager.h 61 llvm::function_ref<Error(Error)> ErrorCallback);
80 llvm::function_ref<Error(Error)> ErrorCallback);

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011