Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h138 …ORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
145 …RT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
H A Druntime.c169 …_Block_alloc_default(const unsigned long size, const bool initialCountIsOne, const bool isObject) { in _Block_alloc_default() argument
213 static void *(*_Block_allocator)(const unsigned long, const bool isOne, const bool isObject) = _Blo…
231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC() argument
254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC5() argument
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h104 bool isObject() const { in isObject() function
109 return isIR() || isObject() || isCOFFImportFile() || isTapiFile(); in isSymbolic()
H A DObjectFile.h364 return v->isObject(); in classof()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSymbols.h291 bool isObject() const { return type == llvm::ELF::STT_OBJECT; } in isObject() function
H A DRelocations.cpp1136 (sym.isObject() && config->ignoreDataAddressEquality)); in canDefineSymbolInExecutable()
1218 if (sym.isObject()) { in processRelocAux()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp364 if (ChildBin->isObject()) { in findSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp985 static bool isObject(SymbolicFile &Obj, basic_symbol_iterator I) { in isObject() function
1036 return isObject(Obj, I) ? 'v' : 'w'; in getNMSectionTagAndName()
1042 return isObject(Obj, I) ? 'V' : 'W'; in getNMSectionTagAndName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp532 if (Bin->isObject()) { in getOrCreateObject()
/freebsd-13.1/stand/ficl/
H A Dwords.c2580 static void isObject(FICL_VM *pVM) in isObject() function
5149 dictAppendWord(dp, "?object", isObject, FW_DEFAULT); in ficlCompileCore()