Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h150 DIEInfo &getInfo(unsigned Idx) { return Info[Idx]; } in getInfo() function
151 const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; } in getInfo() function
153 DIEInfo &getInfo(const DWARFDie &Die) { in getInfo() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h186 const ComparisonCategoryInfo &getInfo(ComparisonCategoryType Kind) const { in getInfo() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h302 const LoopInfo &getInfo() const { return *Active.back(); } in getInfo() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp47 static const TypeInfo &getInfo(unsigned id) { in getInfo() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h164 const InfoStruct &getInfo() const { return BasicInfo; } in getInfo() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h113 const Info &getInfo(OptSpecifier Opt) const { in getInfo() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp895 const StackSafetyInfo::InfoTy &StackSafetyInfo::getInfo() const { in getInfo() function in StackSafetyInfo
908 const StackSafetyGlobalInfo::InfoTy &StackSafetyGlobalInfo::getInfo() const { in getInfo() function in StackSafetyGlobalInfo
[all...]
H A DLoopAccessAnalysis.cpp3070 const LoopAccessInfo &LoopAccessInfoManager::getInfo(Loop &L) { in getInfo() function in LoopAccessInfoManager
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h195 Info getInfo() const { in getInfo() function
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp448 virtual void getInfo(unw_proc_info_t *) { in getInfo() function in libunwind::AbstractUnwindCursor
2963 void UnwindCursor<A, R>::getInfo(unw_proc_info_t *info) { in getInfo() function in libunwind::UnwindCursor
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h630 const ParsedAttrInfo &getInfo() const { return Info; } in getInfo() function