OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInfo
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/lib/libunwind/
UnwindCursor.hpp
69
void
getInfo
(unw_proc_info_t *info) { *info = fInfo; }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ComparisonCategories.h
185
const ComparisonCategoryInfo &
getInfo
(ComparisonCategoryType Kind) const {
DeclarationName.h
792
const DeclarationNameLoc &
getInfo
() const { return LocInfo; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Option/
OptTable.h
80
const Info &
getInfo
(OptSpecifier Opt) const {
105
return
getInfo
(id).Name;
110
return
getInfo
(id).Kind;
115
return
getInfo
(id).GroupID;
120
return
getInfo
(id).HelpText;
126
return
getInfo
(id).MetaVar;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.h
220
llvm::MDNode *getCurLoopID() const { return
getInfo
().getLoopID(); }
224
return hasInfo() ?
getInfo
().getAttributes().IsParallel : false;
293
const LoopInfo &
getInfo
() const { return *Active.back(); }
/src/external/apache2/llvm/dist/clang/lib/Driver/
Types.cpp
47
static const TypeInfo &
getInfo
(unsigned id) {
53
return
getInfo
(Id).Name;
57
ID PPT =
getInfo
(Id).PreprocessedType;
58
assert((
getInfo
(Id).Phases.contains(phases::Preprocess) !=
90
return
getInfo
(Id).TempSuffix;
94
return
getInfo
(Id).Phases.contains(phases::Precompile) &&
302
strcmp(Name,
getInfo
(Id).Name) == 0)
315
const auto &Info =
getInfo
(Id);
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h
418
const MacroInfo *
getInfo
() const { return Info; }
419
MacroInfo *
getInfo
() { return Info; }
471
return DefDirective->
getInfo
();
/src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h
120
DIEInfo &
getInfo
(unsigned Idx) { return Info[Idx]; }
121
const DIEInfo &
getInfo
(unsigned Idx) const { return Info[Idx]; }
123
DIEInfo &
getInfo
(const DWARFDie &Die) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackSafetyAnalysis.cpp
785
const StackSafetyInfo::InfoTy &StackSafetyInfo::
getInfo
() const {
794
getInfo
().Info.print(O, F->getName(), dyn_cast<Function>(F));
797
const StackSafetyGlobalInfo::InfoTy &StackSafetyGlobalInfo::
getInfo
() const {
802
auto FI = GetSSI(F).
getInfo
().Info;
829
for (const auto &KV :
getInfo
().Info.Params) {
845
// TODO(vitalybuka): Return already filtered parameters from
getInfo
().
871
getInfo
();
883
const auto &Info =
getInfo
();
888
auto &SSI =
getInfo
().Info;
LoopAccessAnalysis.cpp
2252
const LoopAccessInfo &LoopAccessLegacyAnalysis::
getInfo
(Loop *L) {
2267
auto &LAI = LAA.
getInfo
(L);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h
162
Info
getInfo
() const {
/src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchTree.h
295
GIMatchTreeLeafInfo &
getInfo
() { return Info; }
296
const GIMatchTreeLeafInfo &
getInfo
() const { return Info; }
/src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp
489
ConsumedState
getInfo
(const Expr *From);
519
PropagationInfo
getInfo
(const Expr *StmtNode) const {
558
ConsumedState ConsumedStmtVisitor::
getInfo
(const Expr *From) {
818
ConsumedState CS =
getInfo
(Call->getArg(1));
1057
ConsumedBlockInfo::
getInfo
(const CFGBlock *Block) {
1238
PInfo = Visitor.
getInfo
(Cond);
1240
PInfo = Visitor.
getInfo
(cast<BinaryOperator>(Cond)->getRHS());
1256
PInfo = Visitor.
getInfo
(BinOp->getLHS());
1259
PInfo = Visitor.
getInfo
(BinOp->getRHS());
1330
CurrStates = BlockInfo.
getInfo
(CurrBlock)
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026