Searched refs:Variable (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h1 //===-- Variable.h ----------------------------------------------*- C++ -*-===//
24 class Variable : public UserID class in namespace:lldb_private
30 Variable (lldb::user_id_t uid,
42 ~Variable();
178 Variable(const Variable& rhs);
179 Variable& operator=(const Variable& rhs);
H A DVariableList.h15 #include "lldb/Symbol/Variable.h"
78 FindIndexForVariable (Variable* variable);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp1 //===-- Variable.cpp --------------------------------------------*- C++ -*-===//
10 #include "lldb/Symbol/Variable.h"
33 // Variable constructor
35 Variable::Variable function in class:Variable
64 Variable::~Variable()
70 Variable::GetName() const
78 Variable::NameMatches (const RegularExpression& regex) const
86 Variable
[all...]
H A DVariableList.cpp185 VariableList::FindIndexForVariable (Variable* variable)
H A DSymbol.cpp469 ENUM_TO_CSTRING(Variable);
/freebsd-10-stable/lib/clang/liblldbSymbol/
H A DMakefile32 Variable.cpp \
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h89 const MDNode *Variable; member in class:llvm::DotDebugLocEntry
95 DotDebugLocEntry() : Begin(0), End(0), Variable(0), Merged(false) {
100 : Begin(B), End(E), Loc(L), Variable(V), Merged(false) {
105 : Begin(B), End(E), Variable(0), Merged(false) {
110 : Begin(B), End(E), Variable(0), Merged(false) {
116 : Begin(B), End(E), Variable(0), Merged(false) {
138 const MDNode *getVariable() const { return Variable; }
147 DIVariable Var; // Variable Descriptor.
148 DIE *TheDIE; // Variable DIE.
H A DDwarfDebug.cpp610 if (DIE *Variable =
612 Children.push_back(Variable);
613 if (Variables[i]->isObjectPointer()) ObjectPointer = Variable;
1666 // Variable is in a register, we need to check for clobbers.
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp26 #include "lldb/Symbol/Variable.h"
176 case eContextTypeVariable: // Variable *
197 case eContextTypeVariable: // Variable *
244 Variable *variable = GetVariable();
456 Variable *variable = GetVariable();
498 Variable *variable = GetVariable();
688 Variable *
692 return static_cast<Variable *> (m_context);
731 case eContextTypeVariable: return "Variable *";
H A DValueObjectVariable.cpp27 #include "lldb/Symbol/Variable.h"
121 Variable *variable = m_variable_sp.get();
237 // Copy the Value and set the context to use our Variable
H A DAddress.cpp15 #include "lldb/Symbol/Variable.h"
736 Variable *var = variable_list.GetVariableAtIndex (var_idx).get();
740 s->Printf (" Variable: id = {0x%8.8" PRIx64 "}, name = \"%s\", type= \"%s\", location =",
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp149 const VarDecl *Variable; member in struct:__anon3244::CatchHandler
198 Handler.Variable = CatchDecl;
245 bool EndCatchMightThrow = (Handler.Variable == 0);
253 if (const VarDecl *CatchParam = Handler.Variable) {
H A DCGDecl.cpp1052 assert(emission.Variable && "emission was not valid!");
1057 const VarDecl &D = *emission.Variable;
1210 const VarDecl *var = emission.Variable;
1259 assert(emission.Variable && "emission was not valid!");
1268 const VarDecl &D = *emission.Variable;
H A DCGStmt.cpp1385 const VarDecl *Variable = dyn_cast<VarDecl>(&Value); local
1386 if (!Variable)
1388 if (Variable->getStorageClass() != SC_Register)
1390 AsmLabelAttr *Attr = Variable->getAttr<AsmLabelAttr>();
H A DCodeGenFunction.h1703 const VarDecl *Variable; member in class:clang::CodeGen::CodeGenFunction::AutoVarEmission
1725 AutoVarEmission(Invalid) : Variable(0) {}
1728 : Variable(&variable), Address(0), NRVOFlag(0),
1756 CGF.getByRefValueLLVMField(Variable),
1757 Variable->getNameAsString());
H A DCGBlocks.cpp1909 const VarDecl &var = *emission.Variable;
2115 const VarDecl &D = *emission.Variable;
/freebsd-10-stable/etc/defaults/
H A Dperiodic.conf326 echo "Warning: Variable \$$dailyvar is deprecated," \
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h52 eContextTypeVariable // lldb_private::Variable *
241 Variable *
/freebsd-10-stable/contrib/tcsh/
H A Dtw.color.c61 } Variable; typedef in typeref:struct:__anon403
63 static Variable variables[] = {
103 * Map from LSCOLORS entry index to Variable array index
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h263 class Variable;
392 typedef std::shared_ptr<lldb_private::Variable> VariableSP;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1004 MDNode *Variable = DI->getVariable();
1008 if (!EmitFuncArgumentDbgValue(V, Variable, Offset, Val)) {
1009 SDV = DAG.getDbgValue(Variable, Val.getNode(),
4478 SelectionDAGBuilder::EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
4489 DIVariable DV(Variable);
4537 Op->getReg(), Offset, Variable));
4541 .addOperand(*Op).addImm(Offset).addMetadata(Variable));
4643 MDNode *Variable = DI.getVariable();
4645 DIVariable DIVar(Variable);
4647 "Variable i
[all...]
H A DSelectionDAGBuilder.h781 bool EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp29 #include "lldb/Symbol/Variable.h"
495 return Variable::AutoComplete (interpreter.GetExecutionContext(), partial_name, matches, word_complete);
H A DCommandObjectWatchpoint.cpp27 #include "lldb/Symbol/Variable.h"
1042 Error error (Variable::GetValuesForVariableExpressionPath (command.GetArgumentAtIndex(0),
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1137 Variable, enumerator in enum:__anon3359
1145 ObjectKind = Variable;

Completed in 185 milliseconds

12