Searched refs:callsite (Results 1 – 16 of 16) sorted by relevance
/external/llvm/test/Assembler/ |
D | attribute-builtin.ll | 31 ; 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/ |
D | basic-aa-argmemonly.ll | 36 ; that %P is not written to at the callsite. However LLVM currently cannot 38 ; a callsite.
|
/external/v8/src/runtime/ |
D | runtime-internal.cc | 435 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/ |
D | call_nonnull_arg.ll | 3 ; InstCombine should mark null-checked argument as nonnull at callsite
|
/external/llvm/test/DebugInfo/Generic/ |
D | discriminator.ll | 6 ; the inlined callsite.
|
/external/llvm/test/Transforms/Inline/ |
D | basictest.ll | 71 ; The call to @f cannot be inlined as there is another callsite
|
D | inline_constprop.ll | 18 ; to get constants in the inlined callsite to callee22.
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 474 ``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``
|
D | StackMaps.rst | 221 intrinsic's callsite. Variants of the intrinsic with non-void return 382 At each callsite, a "liveout" register list is also recorded. These
|
D | Statepoints.rst | 189 # Stack Maps: callsite 2882400000 745 ``gc.statepoint``. These values can be configured on a per-callsite
|
D | LangRef.rst | 1515 callsite specific attributes.
|
/external/llvm/test/CodeGen/ARM/ |
D | sjlj-prepare-critical-edge.ll | 192 declare void @llvm.eh.sjlj.callsite(i32)
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 276 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
|
D | Attr.td | 1023 // __builtin_object_size with Type=N evaluated on the parameter at the callsite.
|
/external/clang/docs/ |
D | UsersManual.rst | 1336 - Callsite line represents the profile information of an inlined callsite.
|
/external/v8/ |
D | ChangeLog | 1435 Improve rendering of callsite with non-function target (issue 3953).
|