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.cpp209 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_locate_address() local
249 void *block_begin = a->GetBlockBegin((void *)addr); in __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.h80 block_iterator block_begin() const { return getBlocks().begin(); } in block_begin() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h172 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