Searched defs:getID (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptSpecifier.h29 unsigned getID() const { return ID; } function in class:llvm::opt::OptSpecifier
H A DOption.h90 unsigned getID() const { function in class:llvm::opt::Option
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBank.h45 unsigned getID() const { return ID; } function in class:llvm::RegisterBank
H A DTargetPassConfig.h69 AnalysisID getID() const { function in class:llvm::IdentifyingPassPtr
H A DStackMaps.h47 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); } function in class:llvm::StackMapOpers
101 uint64_t getID() const { return getMetaOper(IDPos).getImm(); } function in class:llvm::PatchPointOpers
204 uint64_t getID() const { return MI->getOperand(NumDefs + IDPos).getImm(); } function in class:llvm::StatepointOpers
H A DTargetRegisterInfo.h74 unsigned getID() const { return MC->getID(); } function in class:llvm::TargetRegisterClass
H A DMachineScheduler.h548 unsigned getID() const { return ID; } function in class:llvm::ReadyQueue
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp34 static unsigned getID(const CFGBlock &B) { return B.getBlockID(); } function in namespace:clang::internal
35 static unsigned getID(const CFGIntervalNode &I) { return I.ID; } function in namespace:clang::internal
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h33 unsigned getID() const { function in struct:clang::comments::CommandInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h87 uint64_t getID() const { function in class:llvm::StatepointFlags::GCStatepointInst
H A DMetadata.h1696 unsigned getID() const { return SubclassData32; } function in class:llvm::DebugValueUser::DistinctMDOperandPlaceholder
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h241 int64_t getID() const { return ID; } function in class:clang::LocationContext
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h262 int64_t getID() const { return Id; } function in class:clang::ento::ExplodedNode
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp365 unsigned getID() const { function in class:__anon2718::Closure
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h321 uint64_t getID() const { function in class:llvm::logicalview::LVObject
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h208 uint64_t getID() const { function in class:llvm::StackMapParser::LocationKind::RecordAccessor
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h107 unsigned getID() const { return ID; } function in class:llvm::SIScheduleBlock
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h52 unsigned getID() const { return ID; } function in class:llvm::MCRegisterClass
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp68 int64_t ProgramState::getID() const { function in class:ProgramState
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h412 unsigned getID() const { return ID; } function in class:llvm::final
632 unsigned getID() const { return ID; } function in class:llvm::final
661 inline unsigned MemoryAccess::getID() const { function in class:llvm::MemoryAccess
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1708 StringRef MatchFinder::MatchCallback::getID() const { return "<unknown>"; } function in class:clang::ast_matchers::MatchFinder::MatchCallback
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h496 MatcherIDType getID() const { function in class:clang::ast_matchers::internal::DynTypedMatcher
617 DynTypedMatcher::MatcherIDType getID() const { function in class:clang::ast_matchers::internal::Matcher
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp361 int64_t Stmt::getID(const ASTContext &Context) const { function in class:Stmt
H A DDeclBase.cpp1113 int64_t Decl::getID() const { function in class:Decl
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1581 unsigned getID() const { return DiagObj->CurDiagID; } function in class:clang::Diagnostic

Completed in 612 milliseconds

12