Searched defs:Type (Results 251 - 275 of 627) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h43 enum Type { enum in class:lldb_private::RegisterValue
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h90 LivenessType Type; member in class:llvm::StackLifetime
186 StackLifetime::LivenessType Type; member in class:llvm::StackLifetimePrinterPass
190 StackLifetimePrinterPass(raw_ostream &OS, StackLifetime::LivenessType Type) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h41 void setLocalDifferenceRelocationType(unsigned Type) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h132 enum Type { enum in struct:llvm::SanitizerCoverageOptions
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp82 OS << Type << ", "; local
H A DLegacyLegalizerInfo.cpp121 const LLT Type = LLT2Action.first; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h304 void addSectionFlag(SecType Type, SecFlagType Flag) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h65 enum class Type { class in namespace:llvm::remarks
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h114 static GloballyHashedType hashType(CVType Type, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h56 const unsigned Type; member in class:llvm::mca::HWInstructionEvent
128 const unsigned Type; member in class:llvm::mca::HWStallEvent
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h83 PredicateType Type; member in class:llvm::PredicateBase
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h87 LLT Type; member in struct:llvm::InstrAspect
89 InstrAspect(unsigned Opcode, LLT Type) : Opcode(Opcode), Type(Type) {} argument
90 InstrAspect(unsigned Opcode, unsigned Idx, LLT Type) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h33 enum Type { enum in class:lldb_private::OptionValue
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp498 uint8_t Type; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h35 enum Type { enum in struct:MappingDesc
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp385 loadSectionHeaders(PDBFile &File, DbgHeaderType Type) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp340 uint32_t Type = cast<CallBase>(Call)->getCalledFunction() local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp192 findSymbolByAddress(uint64_t Address, PDB_SymType Type) argument
209 findSymbolByRVA(uint32_t RVA, PDB_SymType Type) argument
222 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, PDB_SymType Type) argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp49 PDB_BuiltinType Type; member in struct:BuiltinTypeEntry
314 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, PDB_SymType Type) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h64 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, Expr *Stride, QualType Type, ExprValueKind VK, ExprObjectKind OK, SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, SourceLocation RBracketLoc) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h158 Type, member in class:llvm::pdb::PDB_ColorItem
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.h96 BYTE Type:3; member in struct:_RequestBlock_struct::__anon29
99 } Type; member in struct:_RequestBlock_struct
108 BYTE Type; member in struct:_MoreErrInfo_struct::__anon30
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h251 void setCompileUnitCPUType(codeview::CPUType Type) { argument
295 void notifyAddedElement(LVType *Type) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp338 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) argument
341 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) argument
392 IfsMergeJobAction::IfsMergeJobAction(ActionList &Inputs, types::ID Type) argument
397 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) argument
402 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) argument
407 DsymutilJobAction(ActionList &Inputs, types::ID Type) argument
412 VerifyJobAction(ActionClass Kind, Action *Input, types::ID Type) argument
421 VerifyDebugInfoJobAction(Action *Input, types::ID Type) argument
427 VerifyPCHJobAction(Action *Input, types::ID Type) argument
442 OffloadPackagerJobAction(ActionList &Inputs, types::ID Type) argument
448 LinkerWrapperJobAction(ActionList &Inputs, types::ID Type) argument
454 StaticLibJobAction(ActionList &Inputs, types::ID Type) argument
459 BinaryAnalyzeJobAction(Action *Input, types::ID Type) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp164 void MCWinCOFFStreamer::emitCOFFSymbolType(int Type) { argument

Completed in 309 milliseconds

<<11121314151617181920>>