Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpansions.h36 std::string lookup(StringRef Variable) const { in lookup()
42 const_iterator find(StringRef Variable) const { in find()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h33 class Variable; variable
65 Variable enumerator
H A DFormatEntity.h48 Variable, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h51 Variable, // Variable enumerator
H A DCGObjCRuntime.cpp119 const VarDecl *Variable; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp52 DPValue::DPValue(Metadata *Value, DILocalVariable *Variable, in DPValue()
90 DPValue *DPValue::createDPVAssign(Value *Val, DILocalVariable *Variable, in createDPVAssign()
100 DILocalVariable *Variable, in createLinkedDPVAssign()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h101 Variable = 1, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp55 Variable, // a slot used to store a local data (could be a tmp) enumerator
H A DMachineInstr.cpp2155 Register Reg, const MDNode *Variable, in BuildMI()
2172 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
2207 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
2219 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h84 DILocalVariable *Variable; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp119 [](Variable *) { return true; }, var_list); in AppendVariables() argument
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h385 const VarDecl *Variable; member
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h40 Variable, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp50 MachineIRBuilder::buildDirectDbgValue(Register Reg, const MDNode *Variable, in buildDirectDbgValue()
63 MachineIRBuilder::buildIndirectDbgValue(Register Reg, const MDNode *Variable, in buildIndirectDbgValue()
76 const MDNode *Variable, in buildFIDbgValue()
91 const MDNode *Variable, in buildConstDbgValue()
H A DIRTranslator.cpp3186 const DILocalVariable *Variable, in translateDbgValueRecord()
3233 const DILocalVariable *Variable, in translateDbgDeclareRecord()
3269 const DILocalVariable *Variable = DPV.getVariable(); in translateDbgInfo() local
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h198 Variable = 1 << 7, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp38 Variable::Variable(lldb::user_id_t uid, const char *name, const char *mangled, in Variable() function in Variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp105 DILocalVariable *Variable, in createDebugValue()
113 DILocalVariable *Variable, in createDebugValue()
/freebsd-14.2/contrib/tcsh/
H A Dtw.color.c57 } Variable; typedef
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp289 class Variable { class
294 Variable() : T(Type::getVoid()) {} in Variable() function in __anon6f3616850111::Variable
295 Variable(Type T, std::string N) : T(std::move(T)), N(std::move(N)) {} in Variable() function in __anon6f3616850111::Variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp48 using Variable = uint32_t; typedef
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h286 NumericVariableUse(StringRef Name, NumericVariable *Variable) in NumericVariableUse()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp199 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); in extractRegisterName() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp407 struct Variable { struct in __anon4534580c0111::MasmParser
408 enum RedefinableKind { NOT_REDEFINABLE, WARN_ON_REDEFINITION, REDEFINABLE };
410 StringRef Name;
411 RedefinableKind Redefinable = REDEFINABLE;
412 bool IsText = false;
413 std::string TextValue;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1166 DILocalVariable *Variable, in handleDebugDeclare()
1254 DILocalVariable *Variable = DPV.getVariable(); in visitDbgInfo() local
1357 DILocalVariable *Variable, in handleDanglingVariadicDebugInfo()
1392 void SelectionDAGBuilder::dropDanglingDebugInfo(const DILocalVariable *Variable, in dropDanglingDebugInfo()
1431 DILocalVariable *Variable = DDI.getVariable(); in resolveDanglingDebugInfo() local
5741 const Value *V, DILocalVariable *Variable, DIExpression *Expr, in EmitFuncArgumentDbgValue()
5962 DILocalVariable *Variable, in getDbgValue()
6037 ArrayRef<const Value *> Values, DILocalVariable *Variable, in visitEntryValueDbgValue()
6311 DILocalVariable *Variable = DI.getVariable(); in visitIntrinsicCall() local
6346 DILocalVariable *Variable = DI.getVariable(); in visitIntrinsicCall() local

12