Home
last modified time | relevance | path

Searched defs:getVariable (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAssignmentTrackingAnalysis.h64 const DebugVariable &getVariable(VariableID ID) const { in getVariable() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSDNodeDbgValue.h180 DIVariable *getVariable() const { return Var; } in getVariable() function
HDSelectionDAGBuilder.h121 DILocalVariable *getVariable() const { return Variable; } in getVariable() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugProgramInstruction.h436 DILocalVariable *getVariable() const { return Variable.get(); }; in getVariable() function
HDIntrinsicInst.h361 DILocalVariable *getVariable() const { in getVariable() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.h246 const DILocalVariable *getVariable() const { in getVariable() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h675 ValueDecl *getVariable() const { in getVariable() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAssignmentTrackingAnalysis.cpp119 const DebugVariable &getVariable(VariableID ID) const { in getVariable() function in FunctionVarLocsBuilder
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h4494 VarDecl *getVariable() const { return VariableAndFlags.getPointer(); } in getVariable() function