/llvm-project/lldb/test/API/lang/cpp/breakpoint-commands/ |
H A D | nested.cpp | 11 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 D | LibcFunctionPrototypes.h | 13 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 D | argument-comment-gmock.cpp | 10 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 D | ScopedNoAliasAA.h | 24 class Function; variable 34 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
|
H A D | TypeBasedAliasAnalysis.h | 26 class Function; variable 36 invalidate(Function &,const PreservedAnalyses &,FunctionAnalysisManager::Invalidator &) invalidate() argument
|
/llvm-project/bolt/lib/Passes/ |
H A D | AllocCombiner.cpp | 51 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 D | Aligner.cpp | 69 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 D | ThreeWayBranch.cpp | 20 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 D | RegReAssign.cpp | 39 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 D | sanitizer_wrappers.cpp | 52 #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 D | AssemblyAnnotationWriter.h | 21 class Function; variable 33 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot()
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UnusedParametersCheck.cpp | 24 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 D | MachORewriteInstance.cpp | 260 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 D | SCCP.h | 26 class Function; variable
|
H A D | LoopSink.h | 20 class Function; variable
|
H A D | LoopFuse.h | 21 class Function; variable
|
H A D | NewGVN.h | 21 class Function; variable
|
H A D | DCE.h | 20 class Function; variable
|
H A D | LoopDistribute.h | 23 class Function; variable
|
H A D | Sink.h | 21 class Function; variable
|
H A D | PartiallyInlineLibCalls.h | 21 class Function; variable
|
/llvm-project/clang/tools/clang-fuzzer/proto-to-cxx/ |
H A D | proto_to_cxx.h | 18 class Function; variable
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Mem2Reg.h | 21 class Function; variable
|
H A D | InjectTLIMappings.h | 19 class Function; variable
|
H A D | StripGCRelocates.h | 16 class Function; variable
|