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.h56 const DebugVariable &getVariable(VariableID ID) const { 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/include/llvm/IR/
H A DDebugProgramInstruction.h436 DILocalVariable *getVariable() const { return Variable.get(); }; in getVariable() function
H A DIntrinsicInst.h361 DILocalVariable *getVariable() const { in getVariable() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h166 const DILocalVariable *getVariable() const { getVariable() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h675 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.h4494 VarDecl *getVariable() const { return VariableAndFlags.getPointer(); } in getVariable() function