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 | 107 bool isObject() const { in isObject() function 112 return isIR() || isObject() || isCOFFImportFile() || isTapiFile(); in isSymbolic()
|
| H A D | ObjectFile.h | 381 return v->isObject(); in classof()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | llvm-dwarfutil.cpp | 199 if (BinOrErr->getBinary()->isObject()) { in verifyOutput() 214 // (i.e. it is already known that it should pass the isObject check). in verifyOutput() 215 // If the createBinary() function does not return an error, the isObject in verifyOutput() 522 if (!(*BinOrErr)->isObject()) in main()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.h | 368 bool isObject() const { return type == llvm::ELF::STT_OBJECT; } in isObject() function
|
| H A D | Relocations.cpp | 970 (sym.isObject() && config->ignoreDataAddressEquality)); in canDefineSymbolInExecutable() 1208 if (sym.isObject()) { in processAux() 1786 if (sym.isObject()) { in postScanRelocations()
|
| H A D | SyntheticSections.cpp | 2233 assert(!(sym->hasFlag(NEEDS_COPY) && sym->isObject())); in getSymSectionIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 446 if (!Bin->isObject()) in findBinaries()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 364 if (ChildBin->isObject()) { in findSymbol()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 1091 static bool isObject(SymbolicFile &Obj, basic_symbol_iterator I) { in isObject() function 1142 return isObject(Obj, I) ? 'v' : 'w'; in getNMSectionTagAndName() 1148 return isObject(Obj, I) ? 'V' : 'W'; in getNMSectionTagAndName()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 579 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()
|