Home
last modified time | relevance | path

Searched refs:callsite (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/Assembler/
Dattribute-builtin.ll31 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite.
33 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite.
/external/llvm/test/Feature/OperandBundles/
Dbasic-aa-argmemonly.ll36 ; that %P is not written to at the callsite. However LLVM currently cannot
38 ; a callsite.
/external/v8/src/runtime/
Druntime-internal.cc435 Handle<String> callsite = RenderCallSite(isolate, object); in RUNTIME_FUNCTION() local
437 isolate, NewTypeError(MessageTemplate::kCalledNonCallable, callsite)); in RUNTIME_FUNCTION()
445 Handle<String> callsite = RenderCallSite(isolate, object); in RUNTIME_FUNCTION() local
447 isolate, NewTypeError(MessageTemplate::kNotConstructor, callsite)); in RUNTIME_FUNCTION()
/external/llvm/test/Transforms/InstCombine/
Dcall_nonnull_arg.ll3 ; InstCombine should mark null-checked argument as nonnull at callsite
/external/llvm/test/DebugInfo/Generic/
Ddiscriminator.ll6 ; the inlined callsite.
/external/llvm/test/Transforms/Inline/
Dbasictest.ll71 ; The call to @f cannot be inlined as there is another callsite
Dinline_constprop.ll18 ; to get constants in the inlined callsite to callee22.
/external/llvm/docs/
DExceptionHandling.rst474 ``llvm.eh.sjlj.callsite``
479 void @llvm.eh.sjlj.callsite(i32 %call_site_num)
481 For SJLJ based exception handling, the ``llvm.eh.sjlj.callsite`` intrinsic
482 identifies the callsite value associated with the following ``invoke``
DStackMaps.rst221 intrinsic's callsite. Variants of the intrinsic with non-void return
382 At each callsite, a "liveout" register list is also recorded. These
DStatepoints.rst189 # Stack Maps: callsite 2882400000
745 ``gc.statepoint``. These values can be configured on a per-callsite
DLangRef.rst1515 callsite specific attributes.
/external/llvm/test/CodeGen/ARM/
Dsjlj-prepare-critical-edge.ll192 declare void @llvm.eh.sjlj.callsite(i32)
/external/clang/include/clang/Basic/
DAttrDocs.td276 instruct clang to call ``__builtin_object_size(param, Type)`` at each callsite
304 callsite is not possible, then the "failed" value is passed in. So, using the
DAttr.td1023 // __builtin_object_size with Type=N evaluated on the parameter at the callsite.
/external/clang/docs/
DUsersManual.rst1336 - Callsite line represents the profile information of an inlined callsite.
/external/v8/
DChangeLog1435 Improve rendering of callsite with non-function target (issue 3953).