HomeSort by relevance Sort by last modified time
    Searched refs:DIVariable (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 72 DIVariable Var; // Variable Descriptor.
80 /// Construct a DbgVariable from a DIVariable.
81 DbgVariable(DIVariable V, DwarfDebug *DD)
92 DIVariable getVariable() const { return Var; }
344 DbgVariable *getExistingAbstractVariable(const DIVariable &DV,
345 DIVariable &Cleansed);
346 DbgVariable *getExistingAbstractVariable(const DIVariable &DV);
347 void createAbstractVariable(const DIVariable &DV, LexicalScope *Scope);
348 void ensureAbstractVariableIsCreated(const DIVariable &Var,
350 void ensureAbstractVariableIsCreatedIfScoped(const DIVariable &Var
    [all...]
DwarfDebug.cpp     [all...]
DwarfUnit.h 335 void addSourceLine(DIE &Die, DIVariable V);
AsmPrinter.cpp 638 DIVariable V(MI->getOperand(2).getMetadata());
    [all...]
DwarfUnit.cpp 431 void DwarfUnit::addSourceLine(DIE &Die, DIVariable V) {
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 45 class DIVariable;
536 DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
556 DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope,
    [all...]
DebugInfo.h 50 class DIVariable;
651 /// DIVariable - This is a wrapper for a variable (e.g. parameter, local,
653 class DIVariable : public DIDescriptor {
658 explicit DIVariable(const MDNode *N = nullptr) : DIDescriptor(N) {}
825 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
829 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
    [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 94 DIVariable Var(DDI->getVariable());
102 DIVariable Var(DVI->getVariable());
  /external/llvm/lib/IR/
DebugInfo.cpp 42 DIVariable(DbgNode).Verify() || DISubprogram(DbgNode).Verify() ||
141 uint64_t DIVariable::getAddrElement(unsigned Idx) const {
152 MDNode *DIVariable::getInlinedAt() const { return getNodeField(DbgNode, 7); }
213 /// isVariable - Return true if the specified tag is legal for DIVariable.
565 bool DIVariable::Verify() const {
711 bool DIVariable::isInlinedFnArgument(const Function *CurFn) {
905 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
911 return DIVariable(MDNode::get(VMContext, Elts));
915 DIVariable llvm::cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext) {
921 return DIVariable(MDNode::get(VMContext, Elts))
    [all...]
DIBuilder.cpp     [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 258 DIVariable Variable = DBuilder.createLocalVariable(
387 EXPECT_EQ(OldFunc, DISubprogram(DIVariable(OldIntrin->getVariable())
390 EXPECT_EQ(NewFunc, DISubprogram(DIVariable(NewIntrin->getVariable())
397 EXPECT_EQ(OldFunc, DISubprogram(DIVariable(OldIntrin->getVariable())
400 EXPECT_EQ(NewFunc, DISubprogram(DIVariable(NewIntrin->getVariable())
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 249 DIVariable getDebugVariable() const {
252 return DIVariable(Var);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 365 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps - 1).getMetadata()));
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 151 DIVariable DIVar(DI->getVariable());
153 "Variable in DbgDeclareInst should be either null or a DIVariable.");
FastISel.cpp 705 DIVariable DIVar(DI->getVariable());
707 "Variable in DbgDeclareInst should be either null or a DIVariable.");
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 363 DIVariable DV(variable);
    [all...]
MachineInstr.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]

Completed in 1143 milliseconds