/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | JSON.h | 29 typedef std::shared_ptr<JSONValue> SP; typedef 54 typedef std::shared_ptr<JSONString> SP; typedef 72 typedef std::shared_ptr<JSONNumber> SP; typedef 142 typedef std::shared_ptr<JSONTrue> SP; typedef 160 typedef std::shared_ptr<JSONFalse> SP; typedef 178 typedef std::shared_ptr<JSONNull> SP; typedef 196 typedef std::shared_ptr<JSONObject> SP; typedef 240 typedef std::shared_ptr<JSONArray> SP; typedef
|
/openbsd/gnu/llvm/compiler-rt/lib/orc/tests/unit/ |
H A D | string_pool_test.cpp | 17 StringPool SP; in TEST() local 36 StringPool SP; in TEST() local 42 StringPool SP; in TEST() local 59 StringPool SP; in TEST() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | JMCInstrumenter.cpp | 65 std::string getFlagName(DISubprogram &SP, bool UseX86FastCall) { in getFlagName() 104 void attachDebugInfo(GlobalVariable &GV, DISubprogram &SP) { in attachDebugInfo() 161 auto *SP = F.getSubprogram(); in runOnModule() local
|
H A D | PseudoProbeInserter.cpp | 131 auto *SP = DL->getScope()->getSubprogram(); in getFuncGUID() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.cpp | 210 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize, in makeFrame() 240 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, in restoreFrame() 275 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount, in adjustStackPtrBig() 300 unsigned SP, int64_t Amount, MachineBasicBlock &MBB, in adjustStackPtrBigUnrestricted() 306 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
|
H A D | MipsFrameLowering.cpp | 145 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; in eliminateCallFramePseudoInstr() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | EntryExitInstrumenter.cpp | 103 if (auto SP = F.getSubprogram()) in runOnFunction() local 124 else if (auto SP = F.getSubprogram()) in runOnFunction() local
|
H A D | Debugify.cpp | 124 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata() local 321 auto *SP = F.getSubprogram(); in collectDebugInfoMetadata() local 396 auto SP = SPIt->second; in checkFunctions() local 563 auto *SP = F.getSubprogram(); in checkDebugInfoMetadata() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | PseudoProbePrinter.cpp | 35 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe() local
|
H A D | DwarfCompileUnit.cpp | 446 DIE &DwarfCompileUnit::updateSubprogramScopeDIE(const DISubprogram *SP) { in updateSubprogramScopeDIE() 452 DIE &DwarfCompileUnit::updateSubprogramScopeDIEImpl(const DISubprogram *SP, in updateSubprogramScopeDIEImpl() 1105 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE() local 1280 else if (auto *SP = dyn_cast<DISubprogram>(Entity)) in constructImportedEntityDIE() local 1308 void DwarfCompileUnit::finishSubprogramDefinition(const DISubprogram *SP) { in finishSubprogramDefinition() 1548 const DISubprogram *SP, DIE &SPDie) { in applySubprogramAttributesToDefinition()
|
H A D | DwarfDebug.cpp | 501 const DISubprogram *SP, DIE &Die) { in addSubprogramNames() 568 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE() local 753 Register SP = TLI.getStackPointerRegisterToSaveRestore(); in interpretValues() local 895 void DwarfDebug::constructCallSiteEntryDIEs(const DISubprogram &SP, in constructCallSiteEntryDIEs() 1281 for (const DISubprogram *SP : ProcessedSPNodes) { in finishSubprogramDefinitions() local 1857 const DISubprogram *SP, in collectEntityInfo() 1986 const auto *SP = MF.getFunction().getSubprogram(); in beginInstruction() local 2170 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective() local 2183 auto *SP = MF->getFunction().getSubprogram(); in beginFunctionImpl() local 2232 const DISubprogram *SP = MF->getFunction().getSubprogram(); in endFunctionImpl() local [all …]
|
H A D | DwarfUnit.cpp | 429 void DwarfUnit::addSourceLine(DIE &Die, const DISubprogram *SP) { in addSourceLine() 552 if (auto *SP = dyn_cast<DISubprogram>(Context)) in getOrCreateContextDIE() local 916 if (auto *SP = dyn_cast<DISubprogram>(Element)) in constructTypeDIE() local 1153 DIE *DwarfUnit::getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal) { in getOrCreateSubprogramDIE() 1185 bool DwarfUnit::applySubprogramDefinitionAttributes(const DISubprogram *SP, in applySubprogramDefinitionAttributes() 1238 void DwarfUnit::applySubprogramAttributes(const DISubprogram *SP, DIE &SPDie, in applySubprogramAttributes()
|
H A D | CodeViewDebug.cpp | 382 TypeIndex CodeViewDebug::getFuncIdForSubprogram(const DISubprogram *SP) { in getFuncIdForSubprogram() 446 TypeIndex CodeViewDebug::getMemberFunctionType(const DISubprogram *SP, in getMemberFunctionType() 978 for (const DISubprogram *SP : InlinedSubprograms) { in emitInlineeLinesSubsection() local 1109 auto *SP = GV->getSubprogram(); in emitDebugInfoForFunction() local 1419 void CodeViewDebug::collectVariableInfo(const DISubprogram *SP) { in collectVariableInfo() 2133 static MethodOptions translateMethodOptionFlags(const DISubprogram *SP) { in translateMethodOptionFlags() 2142 static MethodKind translateMethodKindFlags(const DISubprogram *SP, in translateMethodKindFlags() 2366 if (auto *SP = dyn_cast<DISubprogram>(Element)) { in collectClassInfo() local 2592 for (const DISubprogram *SP : MethodItr.second) { in lowerRecordFieldList() local
|
/openbsd/gnu/llvm/llvm/tools/opt/ |
H A D | BreakpointPrinter.cpp | 49 auto *SP = cast_or_null<DISubprogram>(NMD->getOperand(i)); in runOnModule() local
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.h | 91 void setStrings(const StringsPtr &SP) { Strings = SP; } in setStrings()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 202 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() 213 static SmallString<128> getFilename(const DISubprogram *SP) { in getFilename() 328 GCOVFunction(GCOVProfiler *P, Function *F, const DISubprogram *SP, in GCOVFunction() 433 const DISubprogram *SP; member in __anon15115f370311::GCOVFunction 795 DISubprogram *SP = F.getSubprogram(); in emitProfileNotes() local 910 DISubprogram *SP = F.getSubprogram(); in emitProfileNotes() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExplodedGraph.cpp | 142 if (std::optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>()) in shouldCollect() local 333 if (auto SP = P.getAs<StmtPoint>()) in getStmtForDiagnostics() local
|
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/ |
H A D | Piece.xs | 868 push_common_tm(pTHX_ SV ** SP, struct tm *mytm) in push_common_tm() 890 return_11part_tm(pTHX_ SV ** SP, struct tm *mytm) in return_11part_tm()
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 600 uint32_t BTFDebug::processDISubprogram(const DISubprogram *SP, in processDISubprogram() 975 std::string BTFDebug::populateFileContent(const DISubprogram *SP) { in populateFileContent() 1007 void BTFDebug::constructLineInfo(const DISubprogram *SP, MCSymbol *Label, in constructLineInfo() 1164 auto *SP = MF->getFunction().getSubprogram(); in beginFunctionImpl() local 1384 auto SP = DL->getScope()->getSubprogram(); in beginInstruction() local 1552 const DISubprogram *SP = F->getSubprogram(); in processFuncPrototypes() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | StripSymbols.cpp | 312 if (const auto *SP = dyn_cast<DISubprogram>(Scope)) { in collectCUsWithScope() local 318 const DISubprogram *SP = LB->getSubprogram(); in collectCUsWithScope() local
|
H A D | SampleProfileProbe.cpp | 58 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in getCallStackHash() local 299 if (auto *SP = F.getSubprogram()) { in instrumentOneFunc() local
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MIPatternMatch.h | 47 inline OneUse_match<SubPat> m_OneUse(const SubPat &SP) { in m_OneUse() 61 inline OneNonDBGUse_match<SubPat> m_OneNonDBGUse(const SubPat &SP) { in m_OneNonDBGUse()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 51 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc() local
|
H A D | DebugInfo.cpp | 167 if (auto *SP = cast_or_null<DISubprogram>(F.getSubprogram())) in processModule() local 198 else if (auto *SP = dyn_cast<DISubprogram>(Entity)) in processCompileUnit() local 237 else if (auto *SP = dyn_cast<DISubprogram>(D)) in processType() local 258 if (auto *SP = dyn_cast<DISubprogram>(Scope)) { in processScope() local 273 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { in processSubprogram() 341 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram() 773 if (auto *SP = F.getSubprogram()) { in stripNonLineTableDebugInfo() local 889 DISubprogram *SP = getFunction()->getSubprogram(); in dropLocation() local 1644 void LLVMSetSubprogram(LLVMValueRef Func, LLVMMetadataRef SP) { in LLVMSetSubprogram()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCTargetDesc.cpp | 68 MCRegister SP = MRI.getDwarfRegNum(LoongArch::R3, true); in createLoongArchMCAsmInfo() local
|