| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | CodeExpansions.h | 36 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 D | Value.h | 33 class Variable; variable 65 Variable enumerator
|
| H A D | FormatEntity.h | 48 Variable, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.h | 51 Variable, // Variable enumerator
|
| H A D | CGObjCRuntime.cpp | 119 const VarDecl *Variable; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 52 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 D | Record.h | 101 Variable = 1, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackFrameLayoutAnalysisPass.cpp | 55 Variable, // a slot used to store a local data (could be a tmp) enumerator
|
| H A D | MachineInstr.cpp | 2155 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 D | DebugProgramInstruction.h | 84 DILocalVariable *Variable; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBlock.cpp | 119 [](Variable *) { return true; }, var_list); in AppendVariables() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CloneDetection.h | 385 const VarDecl *Variable; member
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 40 Variable, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 50 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 D | IRTranslator.cpp | 3186 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 D | lldb-private-enumerations.h | 198 Variable = 1 << 7, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Variable.cpp | 38 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 D | PromoteMemoryToRegister.cpp | 105 DILocalVariable *Variable, in createDebugValue() 113 DILocalVariable *Variable, in createDebugValue()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | tw.color.c | 57 } Variable; typedef
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 289 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 D | WatchedLiteralsSolver.cpp | 48 using Variable = uint32_t; typedef
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheckImpl.h | 286 NumericVariableUse(StringRef Name, NumericVariable *Variable) in NumericVariableUse()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 199 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); in extractRegisterName() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 407 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 D | SelectionDAGBuilder.cpp | 1166 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
|