Home
last modified time | relevance | path

Searched defs:block_begin (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp207 void *block_begin = a->GetBlockBegin((void *)addr); __tsan_locate_address() local
247 void *block_begin = a->GetBlockBegin((void *)addr); __tsan_get_alloc_stack() local
H A Dtsan_external.cpp112 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_external_assign_tag() local
H A Dtsan_rtl_report.cpp297 uptr block_begin = 0; in AddLocation() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h79 block_iterator block_begin() const { return getBlocks().begin(); } block_begin() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h176 const_block_iterator block_begin() const { in block_begin() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h178 block_iterator block_begin() const { return getBlocks().begin(); } in block_begin() function