Searched refs:Variable (Results 76 - 84 of 84) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1877 Variable *variable = entry->data;
3122 Variable::RangeList scope_ranges;
3396 // Variable didn't make it into the final executable
3452 var_sp = std::make_shared<Variable>(
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp30 #include "lldb/Symbol/Variable.h"
614 [frame](Variable *v) { return v->IsInScope(frame); },
/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile550 SRCS+= Symbol/Variable.cpp
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1130 // Variable is a bit comes from an input variable.
1135 Variable, enumerator in enum:__anon4268::BitPermutationSelector::ValueBit::Kind
1139 ValueBit(SDValue V, unsigned I, Kind K = Variable) argument
1141 ValueBit(Kind K = Variable) argument
1149 return K == Variable || K == VariableKnownToBeZero;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp374 struct Variable { struct in class:__anon3727::MasmParser
381 StringMap<Variable> Variables;
1216 // Variable symbols may not be marked as defined, so check those
3020 Variable &Var = Variables[Name];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp314 Optional<ExpressionValue> Value = Variable->getValue();
403 // Variable names are composed of alphanumeric characters and underscores.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2733 void handleVectorShiftIntrinsic(IntrinsicInst &I, bool Variable) {
2740 Value *S2Conv = Variable ? VariableShadowExtend(IRB, S2)
3268 handleVectorShiftIntrinsic(I, /* Variable */ false);
3288 handleVectorShiftIntrinsic(I, /* Variable */ true);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp877 Status error(Variable::GetValuesForVariableExpressionPath(
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3283 return Variable.VariableOrMember->getDeclName();
3313 return Variable.VariableOrMember;
3377 case EK_Variable: OS << "Variable"; break;

Completed in 298 milliseconds

1234