HomeSort by relevance Sort by last modified time
    Searched refs:MDLocalVariable (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.h 20 class MDLocalVariable;
35 typedef std::pair<const MDLocalVariable *, const MDLocation *>
DebugLocEntry.h 45 assert(isa<MDLocalVariable>(Var));
77 DIVariable getVariable() const { return cast<MDLocalVariable>(Variable); }
106 DIVariable Var = cast_or_null<MDLocalVariable>(Values[0].Variable);
109 DIVariable NextVar = cast_or_null<MDLocalVariable>(Next.Values[0].Variable);
DbgValueHistoryCalculator.cpp 207 MDLocalVariable *RawVar = MI.getDebugVariable();
  /external/llvm/include/llvm/IR/
DebugInfo.h 331 MDLocalVariable *N;
334 DIVariable(const MDLocalVariable *N = nullptr)
335 : N(const_cast<MDLocalVariable *>(N)) {}
337 operator MDLocalVariable *() const { return N; }
338 MDLocalVariable *operator->() const { return N; }
339 MDLocalVariable &operator*() const { return *N; }
IntrinsicInst.h 85 MDLocalVariable *getVariable() const {
86 return cast<MDLocalVariable>(getRawVariable());
118 MDLocalVariable *getVariable() const {
119 return cast<MDLocalVariable>(getRawVariable());
DIBuilder.h 468 MDLocalVariable *createLocalVariable(unsigned Tag, MDScope *Scope,
615 Instruction *insertDeclare(llvm::Value *Storage, MDLocalVariable *VarInfo,
625 Instruction *insertDeclare(llvm::Value *Storage, MDLocalVariable *VarInfo,
    [all...]
DebugInfoMetadata.h     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 187 const MDLocalVariable *Var;
192 VariableDbgInfo(const MDLocalVariable *Var, const MDExpression *Expr,
441 void setVariableDbgInfo(const MDLocalVariable *Var, const MDExpression *Expr,
MachineInstrBuilder.h 359 assert(isa<MDLocalVariable>(Variable) && "not a DIVariable");
361 assert(cast<MDLocalVariable>(Variable)->isValidLocationForIntrinsic(DL) &&
388 assert(isa<MDLocalVariable>(Variable) && "not a DIVariable");
MachineInstr.h 251 return cast<MDLocalVariable>(getOperand(2).getMetadata());
    [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 453 MDLocalVariable *MDLocalVariable::getImpl(LLVMContext &Context, unsigned Tag,
467 DEFINE_GETIMPL_LOOKUP(MDLocalVariable, (Tag, Scope, getString(Name), File,
470 DEFINE_GETIMPL_STORE(MDLocalVariable, (Tag, Line, Arg, Flags), Ops);
DIBuilder.cpp 586 MDLocalVariable *DIBuilder::createLocalVariable(
595 auto *Node = MDLocalVariable::get(
732 Instruction *DIBuilder::insertDeclare(Value *Storage, MDLocalVariable* VarInfo,
735 assert(VarInfo && "empty or invalid MDLocalVariable* passed to dbg.declare");
751 Instruction *DIBuilder::insertDeclare(Value *Storage, MDLocalVariable* VarInfo,
754 assert(VarInfo && "empty or invalid MDLocalVariable* passed to dbg.declare");
    [all...]
DebugInfo.cpp 228 DIVariable DV = dyn_cast<MDLocalVariable>(N);
244 DIVariable DV = dyn_cast<MDLocalVariable>(N);
LLVMContextImpl.h 730 template <> struct MDNodeKeyImpl<MDLocalVariable> {
744 MDNodeKeyImpl(const MDLocalVariable *N)
749 bool isKeyOf(const MDLocalVariable *RHS) const {
    [all...]
Verifier.cpp     [all...]
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp 239 unwrap(Storage), unwrap<MDLocalVariable>(VarInfo),
255 unwrap(Val), Offset, unwrap<MDLocalVariable>(VarInfo),
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 381 static void printExtendedName(raw_ostream &OS, const MDLocalVariable *V,
397 DIVariable DV = cast<MDLocalVariable>(Variable);
    [all...]
RegAllocFast.cpp 305 assert(cast<MDLocalVariable>(Var)->isValidLocationForIntrinsic(DL) &&
    [all...]
StackColoring.cpp 467 << cast<MDLocalVariable>(VI.Var)->getName() << "].\n");
MachineInstr.cpp     [all...]
InlineSpiller.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h     [all...]
InstrEmitter.cpp 653 assert(cast<MDLocalVariable>(Var)->isValidLocationForIntrinsic(DL) &&
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 351 OS << cast<MDLocalVariable>(MI->getOperand(NOps - 2).getMetadata())

Completed in 9079 milliseconds

1 2