• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/

Lines Matching defs:FunctionCallee

62   llvm::FunctionCallee Function;
92 operator llvm::FunctionCallee() {
628 llvm::FunctionCallee GetPropertyGetFunction() override;
629 llvm::FunctionCallee GetPropertySetFunction() override;
630 llvm::FunctionCallee GetOptimizedPropertySetFunction(bool atomic,
632 llvm::FunctionCallee GetSetStructFunction() override;
633 llvm::FunctionCallee GetGetStructFunction() override;
634 llvm::FunctionCallee GetCppAtomicObjectGetFunction() override;
635 llvm::FunctionCallee GetCppAtomicObjectSetFunction() override;
636 llvm::FunctionCallee EnumerationMutationFunction() override;
764 llvm::FunctionCallee LookupFn = SlotLookupFn;
873 llvm::FunctionCallee GetCppAtomicObjectGetFunction() override {
881 llvm::FunctionCallee GetCppAtomicObjectSetFunction() override {
889 llvm::FunctionCallee GetOptimizedPropertySetFunction(bool atomic,
975 llvm::FunctionCallee Fn = CGM.CreateRuntimeFunction(FT, FunctionName);
2296 llvm::FunctionCallee ClassLookupFn = CGM.CreateRuntimeFunction(
2554 llvm::FunctionCallee classLookupFunction = nullptr;
3814 llvm::FunctionCallee Register =
3891 llvm::FunctionCallee CGObjCGNU::GetPropertyGetFunction() {
3895 llvm::FunctionCallee CGObjCGNU::GetPropertySetFunction() {
3899 llvm::FunctionCallee CGObjCGNU::GetOptimizedPropertySetFunction(bool atomic,
3904 llvm::FunctionCallee CGObjCGNU::GetGetStructFunction() {
3908 llvm::FunctionCallee CGObjCGNU::GetSetStructFunction() {
3912 llvm::FunctionCallee CGObjCGNU::GetCppAtomicObjectGetFunction() {
3916 llvm::FunctionCallee CGObjCGNU::GetCppAtomicObjectSetFunction() {
3920 llvm::FunctionCallee CGObjCGNU::EnumerationMutationFunction() {