Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h68 const CallTargetMapTy &callsite(uint32_t I) const { in callsite() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedMetadataKinds.def49 LLVM_FIXED_MD_KIND(MD_callsite, "callsite", 35)
H A DAttributes.td324 /// Function always comes back to callsite.
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp326 Declaration callsite(callsite_file, record->CallSiteLineNum); in ParseBlocksRecursive() local
329 /*decl_ptr=*/nullptr, &callsite); in ParseBlocksRecursive()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp461 Declaration &callsite = inline_site->inline_function_info->GetCallSite(); in CreateBlock() local
464 &decl, &callsite); in CreateBlock()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def330 FUNCTION_PASS("callsite-splitting", CallSiteSplittingPass())
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2256 // __builtin_object_size with Type=N evaluated on the parameter at the callsite.
H A DAttrDocs.td989 instruct clang to call ``__builtin_object_size(param, Type)`` at each callsite
1017 callsite is not possible, then the "failed" value is passed in. So, using the
/freebsd/contrib/ntp/
H A DChangeLog2727 separate tracking callsite file/line from using debug MS C runtime,
H A DCommitLog[all...]