Home
last modified time | relevance | path

Searched defs:isObject (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c169 …_Block_alloc_default(const unsigned long size, const bool initialCountIsOne, const bool isObject) { in _Block_alloc_default()
231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC()
254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC5()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h107 bool isObject() const { in isObject() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h350 bool isObject() const { return type == llvm::ELF::STT_OBJECT; } in isObject() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1091 static bool isObject(SymbolicFile &Obj, basic_symbol_iterator I) { in isObject() function
/freebsd/stand/ficl/
H A Dwords.c2579 static void isObject(FICL_VM *pVM) in isObject() function