Searched defs:getVariable (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h84 MDNode *getVariable() const { return cast<MDNode>(getArgOperand(1)); } function in class:llvm::DbgDeclareInst
105 MDNode *getVariable() const { return cast<MDNode>(getArgOperand(2)); } function in class:llvm::DbgValueInst
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h138 const MDNode *getVariable() const { return Variable; } function in class:llvm::DotDebugLocEntry
161 DIVariable getVariable() const { return Var; } function in class:llvm::DbgVariable
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h410 VarDecl *getVariable() const { function in class:clang::sema::CapturingScopeInfo::Capture
/freebsd-9.3-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1156 TypedInit *getVariable() const { return TI; } function

Completed in 229 milliseconds