OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vm_state_begin
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
Statepoint.h
214
typename CallSiteTy::arg_iterator
vm_state_begin
() const {
function in class:llvm::StatepointFlags::StatepointBase
220
auto I =
vm_state_begin
() + getNumTotalVMSArgs();
227
return make_range(
vm_state_begin
(), vm_state_end());
275
(void)
vm_state_begin
();
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h
229
typename CallSiteTy::arg_iterator
vm_state_begin
() const {
function in class:llvm::StatepointFlags::StatepointBase
235
auto I =
vm_state_begin
() + getNumTotalVMSArgs();
242
return make_range(
vm_state_begin
(), vm_state_end());
290
(void)
vm_state_begin
();
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h
229
typename CallSiteTy::arg_iterator
vm_state_begin
() const {
function in class:llvm::StatepointFlags::StatepointBase
235
auto I =
vm_state_begin
() + getNumTotalVMSArgs();
242
return make_range(
vm_state_begin
(), vm_state_end());
290
(void)
vm_state_begin
();
Completed in 81 milliseconds