Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h107 bool isObject() const { in isObject() function
112 return isIR() || isObject() || isCOFFImportFile() || isTapiFile(); in isSymbolic()
H A DObjectFile.h381 return v->isObject(); in classof()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp199 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 DSymbols.h368 bool isObject() const { return type == llvm::ELF::STT_OBJECT; } in isObject() function
H A DRelocations.cpp970 (sym.isObject() && config->ignoreDataAddressEquality)); in canDefineSymbolInExecutable()
1208 if (sym.isObject()) { in processAux()
1786 if (sym.isObject()) { in postScanRelocations()
H A DSyntheticSections.cpp2233 assert(!(sym->hasFlag(NEEDS_COPY) && sym->isObject())); in getSymSectionIndex()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp446 if (!Bin->isObject()) in findBinaries()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp364 if (ChildBin->isObject()) { in findSymbol()
/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
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 DSymbolize.cpp579 if (Bin->isObject()) { in getOrCreateObject()
/freebsd/stand/ficl/
H A Dwords.c2579 static void isObject(FICL_VM *pVM) in isObject() function
5148 dictAppendWord(dp, "?object", isObject, FW_DEFAULT); in ficlCompileCore()