Searched refs:isObject (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h138 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
145 BLOCK_EXPORT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
H A Druntime.c169 static void *_Block_alloc_default(const unsigned long size, const bool initialCountIsOne, const bool isObject) { argument
213 static void *(*_Block_allocator)(const unsigned long, const bool isOne, const bool isObject) = _Block_alloc_default;
231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), argument
254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h102 bool isObject() const { function in class:llvm::object::Binary
107 return isIR() || isObject() || isCOFFImportFile() || isTapiFile();
H A DObjectFile.h345 /// @param ObjectPath The path to the object file. ObjectPath.isObject must
359 return v->isObject();
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h280 bool isObject() const { return type == llvm::ELF::STT_OBJECT; } function in class:lld::elf::Symbol
H A DRelocations.cpp1103 (sym.isObject() && config->ignoreDataAddressEquality));
1178 if (sym.isObject()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp500 if (Bin->isObject()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp364 if (ChildBin->isObject()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h410 if (ChildBin->isObject()) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1095 static bool isObject(SymbolicFile &Obj, basic_symbol_iterator I) { function
1145 char Ret = isObject(Obj, I) ? 'v' : 'w';
/freebsd-13-stable/stand/ficl/
H A Dwords.c2580 static void isObject(FICL_VM *pVM) function
5149 dictAppendWord(dp, "?object", isObject, FW_DEFAULT);

Completed in 105 milliseconds