Searched defs:Info (Results 126 - 150 of 353) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c486 ACPI_WALK_INFO Info; local
697 ACPI_OBJECT_INFO *Info = (ACPI_OBJECT_INFO *) Context; local
734 ACPI_WALK_INFO *Info = (ACPI_WALK_INFO *) Context; local
779 ACPI_WALK_INFO Info; local
869 ACPI_INTEGRITY_INFO *Info = (ACPI_INTEGRITY_INFO *) Context; local
946 ACPI_INTEGRITY_INFO Info = {0,0}; local
1061 ACPI_DEVICE_INFO *Info; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c486 AcpiExDumpObject( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_EXDUMP_INFO *Info) argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair2.c314 AcpiNsComplexRepairs( ACPI_EVALUATE_INFO *Info, ACPI_NAMESPACE_NODE *Node, ACPI_STATUS ValidateStatus, ACPI_OPERAND_OBJECT **ReturnObjectPtr) argument
389 AcpiNsRepair_ALR( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **ReturnObjectPtr) argument
422 AcpiNsRepair_FDE( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **ReturnObjectPtr) argument
518 AcpiNsRepair_CID( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **ReturnObjectPtr) argument
593 AcpiNsRepair_CST( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **ReturnObjectPtr) argument
685 AcpiNsRepair_HID( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **ReturnObjectPtr) argument
776 AcpiNsRepair_PRT( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **ReturnObjectPtr) argument
850 AcpiNsRepair_PSS( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **ReturnObjectPtr) argument
922 AcpiNsRepair_TSS( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **ReturnObjectPtr) argument
974 AcpiNsCheckSortedList( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT *ReturnObject, UINT32 StartIndex, UINT32 ExpectedCount, UINT32 SortIndex, UINT8 SortDirection, char *SortKeyName) argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslresource.c754 RsDoOneResourceDescriptor( ASL_RESOURCE_INFO *Info, UINT8 *State) argument
1127 ASL_RESOURCE_INFO Info; local
[all...]
H A Dprscan.c1189 DIRECTIVE_INFO *Info; local
1236 DIRECTIVE_INFO *Info; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Dadwalk.c238 ACPI_OP_WALK_INFO Info; local
274 ACPI_OP_WALK_INFO Info; local
312 ACPI_OP_WALK_INFO Info; local
367 ACPI_OP_WALK_INFO Info; local
422 ACPI_OP_WALK_INFO Info; local
481 ACPI_OP_WALK_INFO *Info = Context; local
744 ACPI_OP_WALK_INFO *Info = Context; local
879 ACPI_OP_WALK_INFO *Info = Context; local
1118 ACPI_OP_WALK_INFO *Info = Context; local
1172 ACPI_OP_WALK_INFO *Info = Context; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmopcode.c351 const AH_PREDEFINED_NAME *Info; local
490 const AH_PREDEFINED_NAME *Info; local
791 AcpiDmDisassembleOneOp( ACPI_WALK_STATE *WalkState, ACPI_OP_WALK_INFO *Info, ACPI_PARSE_OBJECT *Op) argument
[all...]
/freebsd-11-stable/stand/efi/include/
H A Defigop.h62 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *Info; member in struct:__anon4863
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h119 BBInfo *Info = new (Allocator) BBInfo(BB, 0); local
247 BBInfo *Info = *I; local
301 BBInfo *Info = *I; local
337 BBInfo *Info = *I; local
356 BBInfo *Info = *I; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h442 operator ()(VModuleKey K, const object::ObjectFile &Obj, const RuntimeDyld::LoadedObjectInfo &Info) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp357 COFFModuleDefinition Info; member in class:llvm::object::Parser
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h197 void add(file_type File, storage_type Data, Info InfoOb argument
301 insert(typename WriterInfo::key_type_ref Key, typename WriterInfo::data_type_ref Data, WriterInfo &Info) argument
306 emit(llvm::SmallVectorImpl<char> &Out, WriterInfo &Info, const BaseTable *Base) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h77 const OptTable::Info *Info; member in class:llvm::opt::Option
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h46 ABIInfo *Info; member in class:clang::CodeGen::TargetCodeGenInfo
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h53 struct Info { struct in namespace:clang::Builtin
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h244 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> Info = variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp22 Info, member in class:__anon1245::Token
H A DBreakpadRecords.h23 enum Kind { Module, Info, File, Func, Line, Public, StackCFI, StackWin }; enumerator in enum:lldb_private::breakpad::Record::Kind
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h361 std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo> Info; member in class:llvm::PeelingModuloScheduleExpander
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h157 assignArg(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, const ArgInfo &Info, ISD::ArgFlagsTy Flags, CCState &State) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp163 mapping(IO &IO, CPUInfo::ArmInfo &Info) argument
199 mapping( IO &IO, CPUInfo::OtherInfo &Info) argument
235 mapping(IO &IO, CPUInfo::X86Info &Info) argument
245 mapping(IO &IO, MemoryInfo &Info) argument
259 mapping(IO &IO, VSFixedFileInfo &Info) argument
320 SystemInfo &Info = Stream.Info; local
[all...]
H A DWasmYAML.cpp483 mapping(IO &IO, WasmYAML::SymbolInfo &Info) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp291 handleUse(const MachineInstr &MI, const MachineOperand &MO, LOHInfo &Info) argument
327 handleClobber(LOHInfo &Info) argument
384 handleADRP(const MachineInstr &MI, AArch64FunctionInfo &AFI, LOHInfo &Info) argument
[all...]
H A DAArch64ConditionOptimizer.cpp321 CmpInfo Info = adjustCmp(CmpMI, Cmp); local
270 modifyCmp(MachineInstr *CmpMI, const CmpInfo &Info) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp310 AArch64MCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} argument
364 static MCInstrAnalysis *createAArch64InstrAnalysis(const MCInstrInfo *Info) { argument

Completed in 338 milliseconds

1234567891011>>