Searched refs:Object (Results 176 - 190 of 190) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp405 static llvm::Expected<json::Object>
411 json::Object register_object;
527 json::Object thread_obj;
530 if (llvm::Expected<json::Object> registers =
H A DProcessGDBRemote.cpp1552 thread_infos->ForEach([this](StructuredData::Object *object) -> bool {
2028 StructuredData::Object *object) -> bool {
2039 array->ForEach([&exc_data](StructuredData::Object *object) -> bool {
2085 StructuredData::Object *object) -> bool {
2096 array->ForEach([this](StructuredData::Object *object) -> bool {
H A DGDBRemoteCommunicationServerCommon.cpp1164 json::Object response{{"uuid", uuid_str},
H A DGDBRemoteCommunicationClient.cpp3644 json::Object{{"file", module_file_spec.GetPath(false)},
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1136 StructuredData::Object &object) {
1194 [&stream, &error, &object_sp, this](StructuredData::Object *object) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1031 void AddCXXDtorEntry(llvm::FunctionCallee DtorFn, llvm::Constant *Object) { argument
1033 Object);
H A DCGBuiltin.cpp1361 for (llvm::Value *Object : RetainableOperands)
1362 pushFullExprCleanup<CallObjCArcUse>(getARCCleanupKind(), Object);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp31 #include "llvm/Object/IRObjectFile.h"
451 Expected<std::unique_ptr<InputFile>> InputFile::create(MemoryBufferRef Object) { argument
454 Expected<IRSymtabFile> FOrErr = readIRSymtab(Object);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp739 [&remote_signals_sp](StructuredData::Object *object) -> bool {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2041 Expr *Object, Stmt *Body) {
2042 return getSema().ActOnObjCAtSynchronizedStmt(AtLoc, Object, Body);
7597 ExprResult Object = getDerived().TransformExpr(S->getSynchExpr()); local
7598 if (Object.isInvalid())
7600 Object =
7602 Object.get());
7603 if (Object.isInvalid())
7613 Object.get() == S->getSynchExpr() &&
7619 Object.get(), Body.get());
10406 assert(E->getNumArgs() >= 1 && "Object cal
2040 RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *Object, Stmt *Body) argument
10409 ExprResult Object = getDerived().TransformExpr(E->getArg(0)); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp23 #include "llvm/Object/Error.h"
24 #include "llvm/Object/MachO.h"
25 #include "llvm/Object/ObjectFile.h"
26 #include "llvm/Object/SymbolicFile.h"
1245 MachOObjectFile::create(MemoryBufferRef Object, bool IsLittleEndian, argument
1250 new MachOObjectFile(std::move(Object), IsLittleEndian,
1258 MachOObjectFile::MachOObjectFile(MemoryBufferRef Object, bool IsLittleEndian, argument
1262 : ObjectFile(getMachOType(IsLittleEndian, Is64bits), Object) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h19 #include "llvm/Object/Binary.h"
20 #include "llvm/Object/CVDebugRecord.h"
21 #include "llvm/Object/Error.h"
22 #include "llvm/Object/ObjectFile.h"
926 COFFObjectFile(MemoryBufferRef Object, std::error_code &EC);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6692 for (SmallVectorImpl<const Value*>::iterator Object = Allocas.begin(),
6693 E = Allocas.end(); Object != E; ++Object) {
6694 const AllocaInst *LifetimeObject = dyn_cast_or_null<AllocaInst>(*Object);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h606 /// element type here is ExprWithCleanups::Object.
3229 Expr *Object, ArrayRef<Expr *> Args,
3410 BuildCallToObjectOfClassType(Scope *S, Expr *Object, SourceLocation LParenLoc,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5869 [&const_type_names, &log](StructuredData::Object *object) {

Completed in 782 milliseconds

12345678