Searched refs:isObject (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/ |
| H A D | Block_private.h | 138 …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 D | runtime.c | 169 …_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 D | Binary.h | 104 bool isObject() const { in isObject() function 109 return isIR() || isObject() || isCOFFImportFile() || isTapiFile(); in isSymbolic()
|
| H A D | ObjectFile.h | 364 return v->isObject(); in classof()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.h | 291 bool isObject() const { return type == llvm::ELF::STT_OBJECT; } in isObject() function
|
| H A D | Relocations.cpp | 1136 (sym.isObject() && config->ignoreDataAddressEquality)); in canDefineSymbolInExecutable() 1218 if (sym.isObject()) { in processRelocAux()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 364 if (ChildBin->isObject()) { in findSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 985 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 D | Symbolize.cpp | 532 if (Bin->isObject()) { in getOrCreateObject()
|
| /freebsd-13.1/stand/ficl/ |
| H A D | words.c | 2580 static void isObject(FICL_VM *pVM) in isObject() function 5149 dictAppendWord(dp, "?object", isObject, FW_DEFAULT); in ficlCompileCore()
|