Home
last modified time | relevance | path

Searched defs:Variables (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.h83 struct Variables { struct
85 static constexpr int64_t PermanentVariableStartIndex = (1ll << 32);
87 lldb::SBValueList locals;
88 lldb::SBValueList globals;
89 lldb::SBValueList registers;
96 llvm::DenseMap<int64_t, lldb::SBValue> expandable_variables;
99 llvm::DenseMap<int64_t, lldb::SBValue> expandable_permanent_variables;
/openbsd/gnu/llvm/clang/docs/
H A DOffloadingDesign.rst354 .. _binary_descriptor:
356 Binary Descriptor for Device Images
395 Global Constructor and Destructor
H A DAutomaticReferenceCounting.rst2049 .. _arc.misc.self:
/openbsd/gnu/llvm/lldb/docs/use/
H A Dformatting.rst61 Variables section in Frame and Thread Format
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst380 Variables chapter
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp95 SmallVector<Variable, 4> Variables, in Instruction()
112 SmallVector<Variable, 4> Variables; in create() local
H A DMCInstrDescView.h158 const SmallVector<Variable, 4> Variables; member
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h32 SmallVector<DebugVariable> Variables; variable
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCloneDetection.h360 std::vector<const VarDecl *> Variables; variable
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod17 =head1 Variables chapter
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp456 LLVMContext &Ctx, ArrayRef<GlobalVariable *> Variables, in getAddressesOfVariablesInKernel()
481 Module &M, ArrayRef<GlobalVariable *> Variables, in buildLookupTable()
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp339 std::map<std::string, Variable> Variables; member in __anon28c10cfc0111::Intrinsic
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp73 UniqueVector<DebugVariable> Variables; member in FunctionVarLocsBuilder
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp573 auto Variables = nullptr; in getReplacementSubprogram() local
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp415 StringMap<Variable> Variables; member in __anonb76edba30111::MasmParser
/openbsd/gnu/llvm/llvm/docs/
H A DLangRef.rst773 .. _functionstructure: