Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h64 const DebugVariable &getVariable(VariableID ID) const { in getVariable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h243 DILocalVariable *getVariable() const { return Variable; } in getVariable() function
H A DIntrinsicInst.h359 DILocalVariable *getVariable() const { in getVariable() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h180 DIVariable *getVariable() const { return Var; } in getVariable() function
H A DSelectionDAGBuilder.h121 DILocalVariable *getVariable() const { return Variable; } in getVariable() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h246 const DILocalVariable *getVariable() const { in getVariable() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h658 ValueDecl *getVariable() const { in getVariable() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp119 const DebugVariable &getVariable(VariableID ID) const { in getVariable() function in FunctionVarLocsBuilder
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4474 VarDecl *getVariable() const { return VariableAndFlags.getPointer(); } in getVariable() function