OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setVariableDbgInfo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
419
///
setVariableDbgInfo
- Collect information used to emit debugging
421
void
setVariableDbgInfo
(const DILocalVariable *Var, const DIExpression *Expr,
/external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
200
MMI.
setVariableDbgInfo
(DI->getVariable(), DI->getExpression(),
/external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
571
MF.getMMI().
setVariableDbgInfo
(DIVar, DIExpr, unsigned(FrameIdx), DILoc);
Completed in 72 milliseconds