Home
last modified time | relevance | path

Searched defs:Function (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/llvm-project/lldb/test/API/lang/cpp/breakpoint-commands/
H A Dnested.cpp11 int Function () in Function() function in Foo::Bar::Baz
24 int Function () in Function() function in Foo::Bar::Baz2
34 int Function () in Function() function
46 int Function () in Function() function in Baz
56 Function () in Function() function
/llvm-project/libc/benchmarks/
H A DLibcFunctionPrototypes.h13 MemcpyFunction Function; member
19 MemmoveFunction Function; member
25 MemsetFunction Function; member
31 BzeroFunction Function; member
37 MemcmpOrBcmpFunction Function; member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dargument-comment-gmock.cpp10 struct Function<R()> { struct
11 typedef R Result;
15 struct Function<R(A1)> struct
17 typedef A1 Argument1;
21 struct Function<R(A1, A2)> struct
44 tn ::testing::internal::Function<__VA_ARGS__>::Result
/llvm-project/llvm/include/llvm/Analysis/
H A DScopedNoAliasAA.h24 class Function; variable
34 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
H A DTypeBasedAliasAnalysis.h26 class Function; variable
36 invalidate(Function &,const PreservedAnalyses &,FunctionAnalysisManager::Invalidator &) invalidate() argument
/llvm-project/bolt/lib/Passes/
H A DAllocCombiner.cpp51 static bool shouldProcess(const BinaryFunction &Function) { in shouldProcess()
58 BinaryFunction &Function = It.second; in runForAllWeCare() local
110 runForAllWeCare(BC.getBinaryFunctions(), [&](BinaryFunction &Function) { in runOnFunctions()
H A DAligner.cpp69 static void alignMaxBytes(BinaryFunction &Function) { in alignMaxBytes()
79 static void alignCompact(BinaryFunction &Function, in alignCompact()
103 void AlignerPass::alignBlocks(BinaryFunction &Function, in alignBlocks()
H A DThreeWayBranch.cpp20 bool ThreeWayBranch::shouldRunOnFunction(BinaryFunction &Function) { in shouldRunOnFunction()
29 void ThreeWayBranch::runOnFunction(BinaryFunction &Function) { in runOnFunction()
152 BinaryFunction &Function = It.second; in runOnFunctions() local
H A DRegReAssign.cpp39 void RegReAssign::swap(BinaryFunction &Function, MCPhysReg A, MCPhysReg B) { in swap()
138 void RegReAssign::rankRegisters(BinaryFunction &Function) { in rankRegisters()
237 void RegReAssign::aggressivePassOverFunction(BinaryFunction &Function) { in aggressivePassOverFunction()
354 bool RegReAssign::conservativePassOverFunction(BinaryFunction &Function) { in conservativePassOverFunction()
465 BinaryFunction &Function = I.second; in runOnFunctions() local
/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp52 #define LLVM_SYMBOLIZER_GET_FUNC(Function) \ argument
57 #define LLVM_SYMBOLIZER_INTERCEPTOR1(Function, ...) \ argument
65 #define LLVM_SYMBOLIZER_INTERCEPTOR2(Function, ...) \ argument
75 #define LLVM_SYMBOLIZER_INTERCEPTOR3(Function, ...) \ argument
87 #define LLVM_SYMBOLIZER_INTERCEPTOR4(Function, ...) \ argument
/llvm-project/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h21 class Function; variable
33 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot()
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedParametersCheck.cpp24 isOverrideMethod(const FunctionDecl * Function) isOverrideMethod() argument
58 removeParameter(const MatchFinder::MatchResult & Result,const FunctionDecl * Function,unsigned Index) removeParameter() argument
135 warnOnUnusedParameter(const MatchFinder::MatchResult & Result,const FunctionDecl * Function,unsigned ParamIndex) warnOnUnusedParameter() argument
178 const auto *Function = Result.Nodes.getNodeAs<FunctionDecl>("function"); check() local
[all...]
/llvm-project/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp260 BinaryFunction *Function = BC->createBinaryFunction( discoverFileObjects() local
273 BinaryFunction &Function = BFI.second; discoverFileObjects() local
309 BinaryFunction &Function = BFI.second; disassembleFunctions() local
320 BinaryFunction &Function = BFI.second; buildFunctionsCFG() local
329 BinaryFunction &Function = BFI.second; postProcessFunctions() local
510 BinaryFunction &Function = BFI.second; rewriteFile() local
522 for (const BinaryFunction *Function : BC->getInjectedBinaryFunctions()) { rewriteFile() local
[all...]
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSCCP.h26 class Function; variable
H A DLoopSink.h20 class Function; variable
H A DLoopFuse.h21 class Function; variable
H A DNewGVN.h21 class Function; variable
H A DDCE.h20 class Function; variable
H A DLoopDistribute.h23 class Function; variable
H A DSink.h21 class Function; variable
H A DPartiallyInlineLibCalls.h21 class Function; variable
/llvm-project/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.h18 class Function; variable
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMem2Reg.h21 class Function; variable
H A DInjectTLIMappings.h19 class Function; variable
H A DStripGCRelocates.h16 class Function; variable

12345678910>>...20