Searched refs:isObject (Results 1 – 13 of 13) sorted by relevance
| /freebsd/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/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Binary.h | 108 bool isObject() const { in isObject() function 113 return isIR() || isObject() || isCOFFImportFile() || isTapiFile(); in isSymbolic()
|
| H A D | ObjectFile.h | 382 return v->isObject(); in classof()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | llvm-dwarfutil.cpp | 201 if (BinOrErr->getBinary()->isObject()) { in verifyOutput() 524 if (!(*BinOrErr)->isObject()) in main()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.h | 365 bool isObject() const { return type == llvm::ELF::STT_OBJECT; } in isObject() function
|
| H A D | Relocations.cpp | 961 (sym.isObject() && ctx.arg.ignoreDataAddressEquality)); in canDefineSymbolInExecutable() 1204 if (sym.isObject()) { in processAux() 1869 if (sym.isObject()) { in postScanRelocations()
|
| H A D | SyntheticSections.cpp | 2293 assert(!(sym->hasFlag(NEEDS_COPY) && sym->isObject())); in getSymSectionIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 458 if (!Bin->isObject()) in findBinaries()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 361 if (ChildBin->isObject()) { in findSymbol()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 1093 static bool isObject(SymbolicFile &Obj, basic_symbol_iterator I) { in isObject() function 1144 return isObject(Obj, I) ? 'v' : 'w'; in getNMSectionTagAndName() 1150 return isObject(Obj, I) ? 'V' : 'W'; in getNMSectionTagAndName()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 612 if (Bin->isObject()) { in getOrCreateObject()
|
| /freebsd/stand/ficl/ |
| H A D | words.c | 2579 static void isObject(FICL_VM *pVM) in isObject() function 5148 dictAppendWord(dp, "?object", isObject, FW_DEFAULT); in ficlCompileCore()
|