Home
last modified time | relevance | path

Searched refs:Desc (Results 1 – 25 of 219) sorted by relevance

123456789

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterpBlock.h54 : DeclID(DeclID), IsStatic(IsStatic), IsExtern(IsExtern), Desc(Desc) {} in DeclID()
58 Desc(Desc) {}
79 size_t DataOffset = Desc->getMetadataSize(); in data()
84 size_t DataOffset = Desc->getMetadataSize(); in data()
102 if (Desc->CtorFn) in invokeCtor()
103 Desc->CtorFn(this, data(), Desc->IsConst, Desc->IsMutable, in invokeCtor()
104 /*isActive=*/true, Desc); in invokeCtor()
109 if (Desc->DtorFn) in invokeDtor()
110 Desc->DtorFn(this, data(), Desc); in invokeDtor()
119 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {} in Block()
[all …]
H A DDescriptor.cpp76 Desc->Desc = SD; in ctorArrayDesc()
77 Desc->IsInitialized = true; in ctorArrayDesc()
78 Desc->IsBase = false; in ctorArrayDesc()
79 Desc->IsActive = IsActive; in ctorArrayDesc()
83 Fn(B, ElemLoc, Desc->IsConst, Desc->IsFieldMutable, IsActive, in ctorArrayDesc()
129 Desc->Offset = SubOff; in ctorRecord()
130 Desc->Desc = F; in ctorRecord()
132 Desc->IsBase = IsBase; in ctorRecord()
137 Fn(B, Ptr + SubOff, Desc->IsConst, Desc->IsFieldMutable, Desc->IsActive, in ctorRecord()
154 DtorSub(F.Offset, F.Desc); in dtorRecord()
[all …]
H A DPointer.cpp92 Descriptor *Desc = getDeclDesc(); in toAPValue() local
93 if (auto *VD = Desc->asValueDecl()) in toAPValue()
95 else if (auto *E = Desc->asExpr()) in toAPValue()
121 Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local
146 Descriptor *Desc = getFieldDesc(); in isInitialized() local
147 assert(Desc); in isInitialized()
148 if (Desc->isPrimitiveArray()) { in isInitialized()
166 Descriptor *Desc = getFieldDesc(); in initialize() local
168 assert(Desc); in initialize()
169 if (Desc->isArray()) { in initialize()
[all …]
H A DProgram.cpp56 Descriptor *Desc = in createGlobalString() local
65 unsigned Sz = Desc->getAllocSize(); in createGlobalString()
186 Descriptor *Desc; in createGlobal() local
195 if (!Desc) in createGlobal()
201 auto *G = new (Allocator, Desc->getAllocSize()) in createGlobal()
260 Bases.push_back({BD, BaseSize, Desc, BR}); in getOrCreateRecord()
291 Descriptor *Desc; in getOrCreateRecord() local
299 if (!Desc) in getOrCreateRecord()
301 Fields.push_back({FD, BaseSize, Desc}); in getOrCreateRecord()
302 BaseSize += align(Desc->getAllocSize()); in getOrCreateRecord()
[all …]
H A DInterpState.cpp58 Descriptor *Desc = B->getDescriptor(); in deallocate() local
67 if (Desc->MoveFn) in deallocate()
68 Desc->MoveFn(B, B->data(), D->data(), Desc); in deallocate()
71 if (Desc->DtorFn) in deallocate()
72 Desc->DtorFn(B, B->data(), Desc); in deallocate()
H A DInterpFrame.cpp38 Block *B = new (localBlock(Local.Offset)) Block(Local.Desc); in InterpFrame()
41 ID->Desc = Local.Desc; in InterpFrame()
100 auto printDesc = [&OS, &Ctx](Descriptor *Desc) { in print() argument
101 if (auto *D = Desc->asDecl()) { in print()
113 if (auto *E = Desc->asExpr()) { in print()
199 const auto &Desc = Func->getParamDescriptor(Off); in getParamPointer() local
200 size_t BlockSize = sizeof(Block) + Desc.second->getAllocSize(); in getParamPointer()
202 auto *B = new (Memory.get()) Block(Desc.second); in getParamPointer()
205 TYPE_SWITCH(Desc.first, new (B->data()) T(stackRef<T>(Off))); in getParamPointer()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp26 typedef Op::Description Desc; in getDescriptions() typedef
41 Descriptions[DW_OP_dup] = Desc(Op::Dwarf2); in getDescriptions()
56 Descriptions[DW_OP_or] = Desc(Op::Dwarf2); in getDescriptions()
65 Descriptions[DW_OP_eq] = Desc(Op::Dwarf2); in getDescriptions()
72 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions()
74 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions()
125 Desc = getOpDesc(Opcode); in extract()
126 if (Desc.Version == Operation::DwarfNA) in extract()
130 unsigned Size = Desc.Op[Operand]; in extract()
281 unsigned Size = Desc.Op[Operand]; in print()
[all …]
/openbsd/gnu/llvm/lldb/source/Commands/
H A DOptions.td46 Desc<"Clear all settings.">;
92 Desc<"Enable the breakpoint.">;
94 Desc<"Disable the breakpoint.">;
571 Desc<"Allow user to read.">;
573 Desc<"Allow user to write.">;
577 Desc<"Allow group to read.">;
579 Desc<"Allow group to write.">;
583 Desc<"Allow world to read.">;
585 Desc<"Allow world to write.">;
877 Desc<"Enable verbose dump.">;
[all …]
/openbsd/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td13 Desc<"Default architecture to choose, when there's a choice.">;
16 Desc<"Move breakpoints to nearest code.">;
72 Desc<"Print the fixed expression text.">;
84 Desc<"Maximum depth to expand children.">;
143 Desc<"Show immediates in disassembly as hexadecimal.">;
226 Desc<"The memory cache line size">;
236 Desc<"If true, stop when the inferior exec's.">;
252 Desc<"Debugger's behavior upon fork or vfork.">;
259 Desc<"Use module cache.">;
263 Desc<"Root directory for cached modules.">;
[all …]
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp180 assert(Desc && Desc->StreamArgNo != ArgNone && in getStreamArg()
182 return Call.getArgSVal(Desc->StreamArgNo); in getStreamArg()
493 if (!Desc || !Desc->PreFn) in checkPreCall()
496 Desc->PreFn(this, Desc, Call, C); in checkPreCall()
501 if (!Desc && TestMode) in evalCall()
502 Desc = FnTestDescriptions.lookup(Call); in evalCall()
503 if (!Desc || !Desc->EvalFn) in evalCall()
506 Desc->EvalFn(this, Desc, Call, C); in evalCall()
635 SVal StreamVal = getStreamArg(Desc, Call); in preFread()
660 SVal StreamVal = getStreamArg(Desc, Call); in preFwrite()
[all …]
H A DObjCSuperDeallocChecker.cpp96 StringRef Desc; in checkPreObjCMessage() local
99 Desc = "[super dealloc] should not be called multiple times"; in checkPreObjCMessage()
101 Desc = StringRef(); in checkPreObjCMessage()
104 reportUseAfterDealloc(ReceiverSymbol, Desc, M.getOriginExpr(), C); in checkPreObjCMessage()
158 StringRef Desc = StringRef(); in checkLocation() local
166 Desc = OS.str(); in checkLocation()
169 reportUseAfterDealloc(BaseSym, Desc, S, C); in checkLocation()
176 StringRef Desc, in reportUseAfterDealloc() argument
187 if (Desc.empty()) in reportUseAfterDealloc()
188 Desc = "Use of 'self' after it has been deallocated"; in reportUseAfterDealloc()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h61 : Fn(std::forward<FnT>(Fn)), Desc(DescBuffer.c_str()), in GenericNamedTaskImpl()
63 GenericNamedTaskImpl(FnT &&Fn, const char *Desc) in GenericNamedTaskImpl() argument
64 : Fn(std::forward<FnT>(Fn)), Desc(Desc) { in GenericNamedTaskImpl()
65 assert(Desc && "Description cannot be null"); in GenericNamedTaskImpl()
67 void printDescription(raw_ostream &OS) override { OS << Desc; } in printDescription()
72 const char *Desc; variable
81 std::move(Desc)); in makeGenericNamedTask()
87 makeGenericNamedTask(FnT &&Fn, const char *Desc = nullptr) {
88 if (!Desc)
89 Desc = GenericNamedTask::DefaultDescription;
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h25 struct Desc { struct
32 Desc() { internal_memset(this, 0, sizeof(*this)); } in Desc() argument
33 Desc(const Desc& other) { *this = other; } in Desc() argument
34 Desc& operator=(const MutexSet::Desc& other) {
45 Desc Get(uptr i) const;
51 Desc descs_[kMaxSize];
84 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); } in Get()
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ATTInstPrinter.cpp177 if (Desc.TSFlags & X86II::EVEX_B) { in printVecCompareInstr()
183 } else if (Desc.TSFlags & X86II::VEX_W) { in printVecCompareInstr()
191 if (Desc.TSFlags & X86II::EVEX_L2) in printVecCompareInstr()
193 else if (Desc.TSFlags & X86II::VEX_L) in printVecCompareInstr()
221 if (Desc.TSFlags & X86II::EVEX_B) in printVecCompareInstr()
333 if (Desc.TSFlags & X86II::EVEX_B) { in printVecCompareInstr()
336 if (Desc.TSFlags & X86II::VEX_W) in printVecCompareInstr()
343 if (Desc.TSFlags & X86II::EVEX_L2) in printVecCompareInstr()
345 else if (Desc.TSFlags & X86II::VEX_L) in printVecCompareInstr()
351 if (Desc.TSFlags & X86II::EVEX_L2) in printVecCompareInstr()
[all …]
H A DX86IntelInstPrinter.cpp156 if (Desc.TSFlags & X86II::EVEX_K) { in printVecCompareInstr()
167 if (Desc.TSFlags & X86II::EVEX_B) { in printVecCompareInstr()
181 if (Desc.TSFlags & X86II::EVEX_L2) in printVecCompareInstr()
183 else if (Desc.TSFlags & X86II::VEX_L) in printVecCompareInstr()
212 if (Desc.TSFlags & X86II::EVEX_B) in printVecCompareInstr()
310 if (Desc.TSFlags & X86II::EVEX_K) { in printVecCompareInstr()
321 if (Desc.TSFlags & X86II::EVEX_B) { in printVecCompareInstr()
324 if (Desc.TSFlags & X86II::VEX_W) in printVecCompareInstr()
331 if (Desc.TSFlags & X86II::EVEX_L2) in printVecCompareInstr()
333 else if (Desc.TSFlags & X86II::VEX_L) in printVecCompareInstr()
[all …]
/openbsd/gnu/llvm/lldb/source/Core/
H A DCoreProperties.td15 Desc<"The path to the clang modules cache directory (-fmodules-cache-path).">;
27 Desc<"The path to the LLDB index cache directory.">;
50 Desc<"If true all confirmation prompts will receive their default reply.">;
67 Desc<"The debugger command line prompt displayed for the user.">;
76 Desc<"The language to use for the REPL.">;
101 Desc<"If true, LLDB will highlight the displayed source code.">;
125 Desc<"The maximum number of columns to use for displaying text.">;
137 Desc<"Whether to use an external editor or not.">;
141 Desc<"Whether to use Ansi color codes or not.">;
157 Desc<"Whether to cache source files in memory or not.">;
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp56 static Value *callAppendArgs(IRBuilder<> &Builder, Value *Desc, int NumArgs, in callAppendArgs() argument
72 static Value *appendArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendArg() argument
158 return Builder.CreateCall(Fn, {Desc, Str, Length, IsLastInt32}); in callAppendStringN()
166 return callAppendStringN(Builder, Desc, Arg, Length, IsLast); in appendString()
169 static Value *processArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, in processArg() argument
172 return appendString(Builder, Desc, Arg, IsLast); in processArg()
177 return appendArg(Builder, Desc, Arg, IsLast); in processArg()
219 auto Desc = callPrintfBegin(Builder, Builder.getIntN(64, 0)); in emitAMDGPUPrintfCall() local
220 Desc = appendString(Builder, Desc, Fmt, NumOps == 1); in emitAMDGPUPrintfCall()
228 Desc = processArg(Builder, Desc, Args[i], IsCString, IsLast); in emitAMDGPUPrintfCall()
[all …]
/openbsd/gnu/llvm/llvm/lib/MCA/
H A DSupport.cpp51 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
52 if (Desc.SubUnitsIdxBegin) in computeProcResourceMasks()
60 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
61 if (!Desc.SubUnitsIdxBegin) in computeProcResourceMasks()
64 for (unsigned U = 0; U < Desc.NumUnits; ++U) { in computeProcResourceMasks()
65 uint64_t OtherMask = Masks[Desc.SubUnitsIdxBegin[U]]; in computeProcResourceMasks()
75 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
78 << Desc.Name << '\n'); in computeProcResourceMasks()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp181 Desc.operands()[I].isOptionalDef()) in isCPSRDefined()
445 if (MemOpIndex + 1 >= Desc.getNumOperands()) in evaluateMemOpAddrForAddrMode_i12()
463 if (MemOpIndex + 2 >= Desc.getNumOperands()) in evaluateMemOpAddrForAddrMode3()
483 if (MemOpIndex + 1 >= Desc.getNumOperands()) in evaluateMemOpAddrForAddrMode5()
502 if (MemOpIndex + 1 >= Desc.getNumOperands()) in evaluateMemOpAddrForAddrMode5FP16()
568 if (!Desc.mayLoad()) in evaluateMemoryOperandAddress()
572 uint64_t TSFlags = Desc.TSFlags; in evaluateMemoryOperandAddress()
579 unsigned OpIndex = Desc.NumDefs; in evaluateMemoryOperandAddress()
580 while (OpIndex < Desc.getNumOperands() && in evaluateMemoryOperandAddress()
583 if (OpIndex == Desc.getNumOperands()) in evaluateMemoryOperandAddress()
[all …]
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DInterpreterProperties.td7Desc<"If true, regular expression alias commands will show the expanded command that will be execu…
11Desc<"If true, LLDB will prompt you before quitting if there are any live processes being debugged…
15 Desc<"If true, LLDB will save the session's transcripts before quitting.">;
19 Desc<"If true, LLDB will open the saved session's transcripts in the external editor.">;
22Desc<"A path where LLDB will save the session's transcripts. This is particularly useful when you …
26 Desc<"If true, LLDB will stop running a 'command source' script upon encountering an error.">;
30 Desc<"If true, blank lines will be printed between between REPL submissions.">;
34 Desc<"If true, commands will be echoed before they are evaluated.">;
38 Desc<"If true, commands will be echoed even if they are pure comment lines.">;
42Desc<"If true, LLDB will repeat the previous command if no command was passed to the interpreter. …
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h180 assert(hasMergeOp(Desc.TSFlags)); in getMergeOpNum()
181 assert(!Desc.isVariadic()); in getMergeOpNum()
182 return Desc.getNumDefs(); in getMergeOpNum()
185 static inline unsigned getVLOpNum(const MCInstrDesc &Desc) { in getVLOpNum() argument
186 const uint64_t TSFlags = Desc.TSFlags; in getVLOpNum()
193 return Desc.getNumOperands() - Offset; in getVLOpNum()
196 static inline unsigned getSEWOpNum(const MCInstrDesc &Desc) { in getSEWOpNum() argument
197 const uint64_t TSFlags = Desc.TSFlags; in getSEWOpNum()
202 return Desc.getNumOperands() - Offset; in getSEWOpNum()
206 assert(hasVecPolicyOp(Desc.TSFlags)); in getVecPolicyOpNum()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DDebugCounter.h69 static unsigned registerCounter(StringRef Name, StringRef Desc) { in registerCounter() argument
70 return instance().addCounter(std::string(Name), std::string(Desc)); in registerCounter()
133 return std::make_pair(RegisteredCounters[ID], Counters.lookup(ID).Desc); in getCounterInfo()
160 unsigned addCounter(const std::string &Name, const std::string &Desc) { in addCounter() argument
163 Counters[Result].Desc = Desc; in addCounter()
172 std::string Desc; member
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp157 Print(Out, Checker, Checker.Desc); in printCheckerWithDescList()
164 ("(Enable only for development!) " + Checker.Desc).str()); in printCheckerWithDescList()
169 Print(Out, Checker, Checker.Desc); in printCheckerWithDescList()
203 StringRef Desc) { in printCheckerOptionList() argument
204 AnalyzerOptions::printFormattedEntry(Out, {FullOption, Desc}, in printCheckerOptionList()
215 std::string Desc = in printCheckerOptionList() local
226 Print(Out, FullOption, Desc); in printCheckerOptionList()
234 llvm::Twine("(Enable only for development!) " + Desc).str()); in printCheckerOptionList()
239 Print(Out, FullOption, Desc); in printCheckerOptionList()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp83 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printInst() local
84 if (Desc.isVariadic()) { in printInst()
85 if ((Desc.getNumOperands() == 0 && MI->getNumOperands() > 0) || in printInst()
86 Desc.variadicOpsAreDefs()) in printInst()
88 unsigned Start = Desc.getNumOperands(); in printInst()
90 if (Desc.variadicOpsAreDefs()) { in printInst()
95 bool NeedsComma = Desc.getNumOperands() > 0 && !Desc.variadicOpsAreDefs(); in printInst()
237 unsigned NumFixedOperands = Desc.NumOperands; in printInst()
243 if (Desc.operands()[I].OperandType != WebAssembly::OPERAND_BASIC_BLOCK) in printInst()
296 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printOperand() local
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUserProperties.td7 Desc<"Architecture to emulate.">;
11Desc<"Path to the emulator binary. If the path does not contain a directory separator, the filenam…
15 Desc<"Extra arguments to pass to the emulator.">;
19 Desc<"Extra variables to add to the emulator environment.">;
23 Desc<"Extra variables to add to emulated target environment.">;

123456789