/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/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/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Value.h | 33 class Variable; variable 65 Variable enumerator
|
H A D | FormatEntity.h | 49 Variable, global() enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 70 DbgVariableRecord::DbgVariableRecord(Metadata *Value, DILocalVariable *Variable, in DbgVariableRecord() 162 Metadata *Val, MDNode *Variable, in DbgVariableRecord() 171 DbgVariableRecord::LocationType Type, Metadata *Val, MDNode *Variable, in createUnresolvedDbgVariableRecord() 212 Value *Val, DILocalVariable *Variable, DIExpression *Expression, in createDVRAssign() 221 Instruction *LinkedInstr, Value *Val, DILocalVariable *Variable, in createLinkedDVRAssign()
|
/freebsd/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/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | CNFFormula.h | 25 using Variable = uint32_t; variable
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | CNFFormula.cpp | 117 llvm::DenseMap<Variable, Atom> &Atomics) { in buildCNF()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackFrameLayoutAnalysisPass.cpp | 57 Variable, // a slot used to store a local data (could be a tmp) enumerator
|
H A D | MachineInstr.cpp | 2225 Register Reg, const MDNode *Variable, in BuildMI() 2242 const MDNode *Variable, const MDNode *Expr) { in BuildMI() 2277 const MDNode *Variable, const MDNode *Expr) { in BuildMI() 2289 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 385 const VarDecl *Variable; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Record.h | 123 Variable = 1, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBBlock.cpp | 120 [](Variable *) { return true; }, var_list); in AppendVariables() argument
|
/freebsd/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 40 Variable, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugProgramInstruction.h | 284 DbgRecordParamRef<DILocalVariable> Variable; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 52 MachineIRBuilder::buildDirectDbgValue(Register Reg, const MDNode *Variable, in buildDirectDbgValue() 65 MachineIRBuilder::buildIndirectDbgValue(Register Reg, const MDNode *Variable, in buildIndirectDbgValue() 78 const MDNode *Variable, in buildFIDbgValue() 93 const MDNode *Variable, in buildConstDbgValue()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Variable.cpp | 40 Variable::Variable(lldb::user_id_t uid, const char *name, const char *mangled, in Variable() function in Variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-enumerations.h | 204 Variable = 1 << 7, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 106 DILocalVariable *Variable, in createDebugValue() 117 DILocalVariable *Variable, in createDebugValue()
|
/freebsd/contrib/tcsh/ |
H A D | tw.color.c | 57 } Variable; typedef
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 289 class Variable { class 294 Variable() : T(Type::getVoid()) {} in Variable() function in __anonfaf0748f0111::Variable 295 Variable(Type T, std::string N) : T(std::move(T)), N(std::move(N)) {} in Variable() function in __anonfaf0748f0111::Variable
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 311 NumericVariableUse(StringRef Name,NumericVariable * Variable) NumericVariableUse() argument
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 199 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); in extractRegisterName() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 407 struct Variable { struct in __anon60b61cd60111::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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1179 DILocalVariable *Variable, in handleDebugDeclare() 1282 DILocalVariable *Variable = DVR.getVariable(); in visitDbgInfo() local 1390 DILocalVariable *Variable, in handleDanglingVariadicDebugInfo() 1425 void SelectionDAGBuilder::dropDanglingDebugInfo(const DILocalVariable *Variable, in dropDanglingDebugInfo() 1464 DILocalVariable *Variable = DDI.getVariable(); in resolveDanglingDebugInfo() local 5979 const Value *V, DILocalVariable *Variable, DIExpression *Expr, in EmitFuncArgumentDbgValue() 6203 DILocalVariable *Variable, in getDbgValue() 6278 ArrayRef<const Value *> Values, DILocalVariable *Variable, in visitEntryValueDbgValue() 6629 DILocalVariable *Variable = DI.getVariable(); in visitIntrinsicCall() local 6664 DILocalVariable *Variable = DI.getVariable(); in visitIntrinsicCall() local
|