Home
last modified time | relevance | path

Searched defs:getInfo (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h151 const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; } in getInfo() function
148 DIEInfo &getInfo(unsigned Idx) { return Info[Idx]; } getInfo() function
149 const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; } getInfo() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h186 const ComparisonCategoryInfo &getInfo(ComparisonCategoryType Kind) const { in getInfo() function
H A DDeclarationName.h802 const DeclarationNameLoc &getInfo() const { return LocInfo; } in getInfo() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h444 const MacroInfo *getInfo() const { return Info; } in getInfo() function
445 MacroInfo *getInfo() { return Info; } in getInfo() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h299 const LoopInfo &getInfo() const { return *Active.back(); } getInfo() function
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp47 static const TypeInfo &getInfo(unsigned id) { in getInfo() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp519 PropagationInfo getInfo(const Expr *StmtNode) const { in getInfo() function in clang::consumed::ConsumedStmtVisitor
558 ConsumedState ConsumedStmtVisitor::getInfo(const Expr *From) { in getInfo() function in ConsumedStmtVisitor
1057 ConsumedBlockInfo::getInfo(const CFGBlock *Block) { in getInfo() function in ConsumedBlockInfo
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h102 const Info &getInfo(OptSpecifier Opt) const { getInfo() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h161 const InfoStruct &getInfo() const { return BasicInfo; } getInfo() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp873 const StackSafetyInfo::InfoTy &StackSafetyInfo::getInfo() const { getInfo() function in StackSafetyInfo
886 const StackSafetyGlobalInfo::InfoTy &StackSafetyGlobalInfo::getInfo() const { getInfo() function in StackSafetyGlobalInfo
[all...]
H A DLoopAccessAnalysis.cpp3001 const LoopAccessInfo &LoopAccessInfoManager::getInfo(Loop &L) { getInfo() function in LoopAccessInfoManager
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h162 Info getInfo() const { getInfo() function
/freebsd-src/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp449 _LIBUNWIND_ABORT("getInfo not implemented"); in getInfo() function in libunwind::AbstractUnwindCursor
2955 void UnwindCursor<A, R>::getInfo(unw_proc_info_t *info) { getInfo() function in libunwind::UnwindCursor
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h610 const ParsedAttrInfo &getInfo() const { return Info; } getInfo() function