OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DbgInfo
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp
1105
MDNode *
DbgInfo
) {
1125
if (
DbgInfo
)
1126
Fn->setMetadata(LLVMContext::MD_preserve_access_index,
DbgInfo
);
1132
Value *Base, unsigned FieldIndex, MDNode *
DbgInfo
) {
1144
if (
DbgInfo
)
1145
Fn->setMetadata(LLVMContext::MD_preserve_access_index,
DbgInfo
);
1152
MDNode *
DbgInfo
) {
1169
if (
DbgInfo
)
1170
Fn->setMetadata(LLVMContext::MD_preserve_access_index,
DbgInfo
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuilder.h
324
llvm::MDNode *
DbgInfo
) {
331
Index, FieldIndex,
DbgInfo
),
CGExpr.cpp
3694
llvm::DIType *
DbgInfo
= nullptr;
3696
DbgInfo
= CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc);
3700
idx,
DbgInfo
);
4247
llvm::DIType *
DbgInfo
= CGF.getDebugInfo()->getOrCreateStandaloneType(
4254
addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()),
DbgInfo
);
4300
llvm::DIType *
DbgInfo
= getDebugInfo()->getOrCreateRecordType(
4304
DbgInfo
);
4391
llvm::DIType *
DbgInfo
= getDebugInfo()->getOrCreateStandaloneType(base.getType(),
4395
addr.getPointer(), getDebugInfoFIndex(rec, field->getFieldIndex()),
DbgInfo
),
CGBuiltin.cpp
11596
llvm::DIType *
DbgInfo
= getDebugInfo()->getOrCreateStandaloneType(
11611
Fn->setMetadata(LLVMContext::MD_preserve_access_index,
DbgInfo
);
11621
llvm::DIType *
DbgInfo
= getDebugInfo()->getOrCreateStandaloneType(
11647
Fn->setMetadata(LLVMContext::MD_preserve_access_index,
DbgInfo
);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h
266
SDDbgInfo *
DbgInfo
;
1605
return
DbgInfo
->getSDDbgValues(SD);
1611
bool hasDebugValues() const { return !
DbgInfo
->empty(); }
1613
SDDbgInfo::DbgIterator DbgBegin() const { return
DbgInfo
->DbgBegin(); }
1614
SDDbgInfo::DbgIterator DbgEnd() const { return
DbgInfo
->DbgEnd(); }
1617
return
DbgInfo
->ByvalParmDbgBegin();
1620
return
DbgInfo
->ByvalParmDbgEnd();
1624
return
DbgInfo
->DbgLabelBegin();
1627
return
DbgInfo
->DbgLabelEnd();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
921
DbgInfo
->erase(N);
1137
DbgInfo
= new SDDbgInfo();
1162
delete
DbgInfo
;
1239
DbgInfo
->clear();
8682
return new (
DbgInfo
->getAlloc())
8683
SDDbgValue(
DbgInfo
->getAlloc(), Var, Expr, SDDbgOperand::fromNode(N, R),
8695
return new (
DbgInfo
->getAlloc())
8696
SDDbgValue(
DbgInfo
->getAlloc(), Var, Expr, SDDbgOperand::fromConst(C), {},
8721
return new (
DbgInfo
->getAlloc())
8722
SDDbgValue(
DbgInfo
->getAlloc(), Var, Expr, SDDbgOperand::fromFrameIdx(FI)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
2538
MDNode *
DbgInfo
);
2541
MDNode *
DbgInfo
);
2545
MDNode *
DbgInfo
);
Completed in 43 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026