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

12345678

/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexmisc.c213 ReferencedObj = ObjDesc->Reference.Object;
248 ReferenceObj->Reference.Object = ReferencedObj;
252 "Object %p Type [%s], returning Reference %p\n",
H A Dexoparg1.c1014 TempDesc = Operand[0]->Reference.Object;
1114 TempDesc = Operand[0]->Reference.Object;
1169 ReturnDesc = Operand[0]->Reference.Object;
H A Dexresnte.c221 Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Node->Object);
258 ACPI_ERROR ((AE_INFO, "Object not a Package, type %s",
277 ACPI_ERROR ((AE_INFO, "Object not a Buffer, type %s",
296 ACPI_ERROR ((AE_INFO, "Object not a String, type %s",
311 ACPI_ERROR ((AE_INFO, "Object not a Integer, type %s",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp273 T &Object, ModuleSlotTracker &MST) {
274 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value,
275 &Object.DebugExpr.Value,
276 &Object.DebugLoc.Value}};
458 auto &Object = YMF.FixedStackObjects[StackObject.ID]; local
459 printStackObjectDbgInfo(DebugVar, Object, MST);
461 auto &Object = YMF.StackObjects[StackObject.ID]; local
462 printStackObjectDbgInfo(DebugVar, Object, MST);
272 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo &DebugVar, T &Object, ModuleSlotTracker &MST) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp209 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { argument
220 void *VtablePtr = *reinterpret_cast<void **>(Object);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h1 //===- Object.h - Mach-O object file model ----------------------*- C++ -*-===//
263 struct Object { struct in namespace:llvm::objcopy::macho
293 Object() : NewSectionsContents(Alloc) {} function in struct:llvm::objcopy::macho::Object
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Dadwalk.c888 ACPI_OPERAND_OBJECT *Object; local
1015 Object = AcpiNsGetAttachedObject (Node);
1016 if (Object)
1018 ObjectType2 = Object->Common.Type;
1021 ParamCount = Object->Method.ParamCount;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp647 const Value *Object = local
649 if (!isIdentifiedObject(Object) || isa<GlobalValue>(Object) ||
650 isa<Constant>(Object))
654 if (!Call || Call == Object)
657 if (PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true,
659 /* include Object */ true,
677 AliasResult AR = alias(MemoryLocation(*CI), MemoryLocation(Object));
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp32 return "Object autoreleased too many times";
55 return "Object autoreleased too many times";
57 return "Object with a +0 retain count returned to caller where a +1 "
108 os << "Object released by directly sending the '-dealloc' message";
124 os << "Object autoreleased";
144 os << "Object released.";
152 os << "Object returned to caller as an owning reference (single "
157 os << "Object returned to caller with a +0 retain count";
495 os << "Object is now not exclusively owned";
533 os << "Object loade
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp348 auto *Object = dyn_cast<llvm::yaml::MappingNode>(&NextObject); local
349 if (!Object) {
357 for (auto& NextKeyValue : *Object) {
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutinit.c353 AcpiGbl_RootNodeStruct.Object = NULL;
H A Duttrack.c852 AcpiUtGetTypeName (Descriptor->Object.Common.Type),
853 Descriptor->Object.Common.ReferenceCount);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrules.y243 : Object {}
393 Object
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp29 IO.enumCase(SymbolType, "Object", ELFSymbolType::Object);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h392 struct Object { struct in namespace:llvm::WasmYAML
434 template <> struct MappingTraits<WasmYAML::Object> {
435 static void mapping(IO &IO, WasmYAML::Object &Object);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp13 #include "llvm/Object/ELFObjectFile.h"
18 #include "llvm/Object/ELF.h"
19 #include "llvm/Object/ELFTypes.h"
20 #include "llvm/Object/Error.h"
40 {"Object", "OBJECT", ELF::STT_OBJECT},
62 createPtr(MemoryBufferRef Object) { argument
63 auto Ret = ELFObjectFile<ELFT>::create(Object);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h17 #include "llvm/Object/ObjectFile.h"
234 XCOFFObjectFile(unsigned Type, MemoryBufferRef Object);
245 ObjectFile::createXCOFFObjectFile(MemoryBufferRef Object, unsigned FileType);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp36 void MappingTraits<WasmYAML::Object>::mapping(IO &IO, argument
37 WasmYAML::Object &Object) {
38 IO.setContext(&Object);
40 IO.mapRequired("FileHeader", Object.Header);
41 IO.mapOptional("Sections", Object.Sections);
H A DMinidumpYAML.cpp454 void yaml::MappingTraits<Object>::mapping(IO &IO, Object &O) {
553 Expected<Object> Object::create(const object::MinidumpFile &File) {
562 return Object(File.header(), std::move(Streams));
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile772 SRCS_MIN+= Object/Archive.cpp
773 SRCS_MIN+= Object/ArchiveWriter.cpp
774 SRCS_MIN+= Object/Binary.cpp
775 SRCS_MIN+= Object/COFFImportFile.cpp
776 SRCS_MIW+= Object/COFFModuleDefinition.cpp
777 SRCS_MIN+= Object/COFFObjectFile.cpp
778 SRCS_MIN+= Object/Decompressor.cpp
779 SRCS_MIN+= Object/ELF.cpp
780 SRCS_MIN+= Object/ELFObjectFile.cpp
781 SRCS_MIN+= Object/Erro
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp703 [&result](StructuredData::Object *o) -> bool {
846 main_address](StructuredData::Object *o) -> bool {
938 StructuredData::Object *o,
1016 [process_sp, threads, path, info](StructuredData::Object *o) -> bool {
1019 [&pcs](StructuredData::Object *pc) -> bool {
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactypes.h363 /* Object returned from AcpiOsCreateCache */
1254 ACPI_HANDLE Object,
1259 ACPI_HANDLE Object,
1326 ACPI_HANDLE Object,
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c753 Status = AcpiRsCreateResourceList (Node->Object, &ReturnBuffer);
773 AcpiUtDebugDumpBuffer ((UINT8 *) Node->Object->Buffer.Pointer,
774 Node->Object->Buffer.Length,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1 //===- Object.cpp ---------------------------------------------------------===//
9 #include "Object.h"
18 #include "llvm/Object/ELFObjectFile.h"
1174 std::unique_ptr<Object> BinaryELFBuilder::build() {
1230 std::unique_ptr<Object> IHexELFBuilder::build() {
1641 std::unique_ptr<Object> BinaryReader::create(bool /*EnsureSymtab*/) const {
1671 std::unique_ptr<Object> IHexReader::create(bool /*EnsureSymtab*/) const {
1676 std::unique_ptr<Object> ELFReader::create(bool EnsureSymtab) const {
1677 auto Obj = std::make_unique<Object>();
1817 ELFWriter<ELFT>::ELFWriter(Object
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devregion.c457 * PARAMETERS: RegionObj - Region Object
626 * PARAMETERS: HandlerObj - Handler Object
627 * RegionObj - Region Object
926 /* Object is a Region */
1008 (NextNode->Object) &&
1009 (NextNode->Object->Region.SpaceId == ACPI_ADR_SPACE_EC))

Completed in 336 milliseconds

12345678