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

/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DBinary.h106 bool isObject() const { function in class:llvm::object::Binary
111 return isIR() || isObject() || isCOFFImportFile() || isTapiFile();
H A DObjectFile.h363 /// @param ObjectPath The path to the object file. ObjectPath.isObject must
378 return v->isObject();
/openbsd-current/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp194 if (BinOrErr->getBinary()->isObject()) {
209 // (i.e. it is already known that it should pass the isObject check).
210 // If the createBinary() function does not return an error, the isObject
517 if (!(*BinOrErr)->isObject())
/openbsd-current/gnu/llvm/lld/ELF/
H A DSymbols.h339 bool isObject() const { return type == llvm::ELF::STT_OBJECT; } function in class:lld::elf::Symbol
H A DRelocations.cpp948 (sym.isObject() && config->ignoreDataAddressEquality));
1153 if (sym.isObject()) {
1668 if (sym.isObject()) {
H A DSyntheticSections.cpp2185 assert(!(sym->hasFlag(NEEDS_COPY) && sym->isObject()));
/openbsd-current/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp398 if (!Bin->isObject())
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp364 if (ChildBin->isObject()) {
/openbsd-current/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1070 static bool isObject(SymbolicFile &Obj, basic_symbol_iterator I) { function
1121 return isObject(Obj, I) ? 'v' : 'w';
1127 return isObject(Obj, I) ? 'V' : 'W';
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp532 if (Bin->isObject()) {

Completed in 302 milliseconds