Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpansions.h
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h33 class Variable; variable
65 Variable enumerator
H A DFormatEntity.h48 Variable, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h51 Variable, // Variable enumerator
H A DCGObjCRuntime.cpp119 const VarDecl *Variable; member
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp52 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 DRecord.h101 Variable = 1, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp55 Variable, // a slot used to store a local data (could be a tmp) global() enumerator
H A DMachineInstr.cpp2155 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 DDebugProgramInstruction.h84 DILocalVariable *Variable; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h385 const VarDecl *Variable; member
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp119 __anon80c0f7680102(Variable *) AppendVariables() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h40 Variable, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp50 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 DIRTranslator.cpp3186 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 Dlldb-private-enumerations.h198 Variable = 1 << 7, global() enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp38 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 DPromoteMemoryToRegister.cpp113 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 Dtw.color.c57 } Variable; typedef
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp289 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 DWatchedLiteralsSolver.cpp48 using Variable = uint32_t; global() typedef
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h286 NumericVariableUse(StringRef Name, NumericVariable *Variable) in NumericVariableUse()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp199 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); in extractRegisterName() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp407 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 DSelectionDAGBuilder.cpp1166 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...]

12