/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | CodeExpansions.h |
|
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 52 DPValue(Metadata * Value,DILocalVariable * Variable,DIExpression * Expression,DIAssignID * AssignID,Metadata * Address,DIExpression * AddressExpression,const DILocation * DI) DPValue() argument 90 createDPVAssign(Value * Val,DILocalVariable * Variable,DIExpression * Expression,DIAssignID * AssignID,Value * Address,DIExpression * AddressExpression,const DILocation * DI) createDPVAssign() argument 100 createLinkedDPVAssign(Instruction * LinkedInstr,Value * Val,DILocalVariable * Variable,DIExpression * Expression,Value * Address,DIExpression * AddressExpression,const DILocation * DI) createLinkedDPVAssign() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Record.h | 101 Variable = 1, global() enumerator
|
/freebsd-src/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) global() enumerator
|
H A D | MachineInstr.cpp | 2155 BuildMI(MachineFunction & MF,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,Register Reg,const MDNode * Variable,const MDNode * Expr) BuildMI() argument 2172 BuildMI(MachineFunction & MF,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,ArrayRef<MachineOperand> DebugOps,const MDNode * Variable,const MDNode * Expr) BuildMI() argument 2207 BuildMI(MachineBasicBlock & BB,MachineBasicBlock::iterator I,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,Register Reg,const MDNode * Variable,const MDNode * Expr) BuildMI() argument 2219 BuildMI(MachineBasicBlock & BB,MachineBasicBlock::iterator I,const DebugLoc & DL,const MCInstrDesc & MCID,bool IsIndirect,ArrayRef<MachineOperand> DebugOps,const MDNode * Variable,const MDNode * Expr) BuildMI() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugProgramInstruction.h | 84 DILocalVariable *Variable; global() variable [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 385 const VarDecl *Variable; member
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBBlock.cpp | 119 __anon80c0f7680102(Variable *) AppendVariables() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 40 Variable, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 50 buildDirectDbgValue(Register Reg,const MDNode * Variable,const MDNode * Expr) buildDirectDbgValue() argument 63 buildIndirectDbgValue(Register Reg,const MDNode * Variable,const MDNode * Expr) buildIndirectDbgValue() argument 76 buildFIDbgValue(int FI,const MDNode * Variable,const MDNode * Expr) buildFIDbgValue() argument 91 buildConstDbgValue(const Constant & C,const MDNode * Variable,const MDNode * Expr) buildConstDbgValue() argument [all...] |
H A D | IRTranslator.cpp | 3186 translateDbgValueRecord(Value * V,bool HasArgList,const DILocalVariable * Variable,const DIExpression * Expression,const DebugLoc & DL,MachineIRBuilder & MIRBuilder) translateDbgValueRecord() argument 3233 translateDbgDeclareRecord(Value * Address,bool HasArgList,const DILocalVariable * Variable,const DIExpression * Expression,const DebugLoc & DL,MachineIRBuilder & MIRBuilder) translateDbgDeclareRecord() argument 3269 const DILocalVariable *Variable = DPV.getVariable(); translateDbgInfo() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-enumerations.h | 198 Variable = 1 << 7, global() enumerator
|
/freebsd-src/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, Variable() function in Variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 113 DbgVariableRecord::createDbgVariableRecord(NewValue, Variable, Expression, DI, in createDebugValue() argument 105 createDebugValue(DIBuilder & DIB,Value * NewValue,DILocalVariable * Variable,DIExpression * Expression,const DILocation * DI,DPValue * InsertBefore) createDebugValue() argument
|
/freebsd-src/contrib/tcsh/ |
H A D | tw.color.c | 57 } Variable; typedef
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 289 class Variable { class 294 Variable() : T(Type::getVoid()) {} in Variable() function in __anonabaaf6210111::Variable 295 Variable(Type T, std::string N) : T(std::move(T)), N(std::move(N)) {} in Variable() function in __anonabaaf6210111::Variable [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | WatchedLiteralsSolver.cpp | 48 using Variable = uint32_t; global() typedef [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 286 NumericVariableUse(StringRef Name, NumericVariable *Variable) in NumericVariableUse()
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 199 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); in extractRegisterName() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 407 struct Variable { struct in __anon187db4280111::MasmParser 408 RedefinableKind__anon187db4280111::MasmParser::Variable global() argument 410 Name__anon187db4280111::MasmParser::Variable global() argument 411 Redefinable__anon187db4280111::MasmParser::Variable global() argument 412 IsText__anon187db4280111::MasmParser::Variable global() argument 413 TextValue__anon187db4280111::MasmParser::Variable global() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1166 handleDebugDeclare(Value * Address,DILocalVariable * Variable,DIExpression * Expression,DebugLoc DL) handleDebugDeclare() argument 1254 DILocalVariable *Variable = DPV.getVariable(); visitDbgInfo() local 1357 handleDanglingVariadicDebugInfo(SelectionDAG & DAG,DILocalVariable * Variable,DebugLoc DL,unsigned Order,SmallVectorImpl<Value * > & Values,DIExpression * Expression) handleDanglingVariadicDebugInfo() argument 1392 dropDanglingDebugInfo(const DILocalVariable * Variable,const DIExpression * Expr) dropDanglingDebugInfo() argument 1431 DILocalVariable *Variable = DDI.getVariable(); resolveDanglingDebugInfo() local 5741 EmitFuncArgumentDbgValue(const Value * V,DILocalVariable * Variable,DIExpression * Expr,DILocation * DL,FuncArgumentDbgValueKind Kind,const SDValue & N) EmitFuncArgumentDbgValue() argument 5962 getDbgValue(SDValue N,DILocalVariable * Variable,DIExpression * Expr,const DebugLoc & dl,unsigned DbgSDNodeOrder) getDbgValue() argument 6037 visitEntryValueDbgValue(ArrayRef<const Value * > Values,DILocalVariable * Variable,DIExpression * Expr,DebugLoc DbgLoc) visitEntryValueDbgValue() argument 6311 DILocalVariable *Variable = DI.getVariable(); visitIntrinsicCall() local 6346 DILocalVariable *Variable = DI.getVariable(); visitIntrinsicCall() local [all...] |