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

/freebsd-12-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-12-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.h338 /// @param ObjectPath The path to the object file. ObjectPath.isObject must
352 return v->isObject();
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h275 bool isObject() const { return type == llvm::ELF::STT_OBJECT; } function in class:lld::elf::Symbol
H A DRelocations.cpp1082 (sym.isObject() && config->ignoreDataAddressEquality));
1157 if (sym.isObject()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp496 if (Bin->isObject()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp358 if (ChildBin->isObject()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h409 if (ChildBin->isObject()) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1064 static bool isObject(SymbolicFile &Obj, basic_symbol_iterator I) { function
1113 char Ret = isObject(Obj, I) ? 'v' : 'w';
/freebsd-12-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