Home
last modified time | relevance | path

Searched refs:DCtx (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp167 DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset); in verifyUnitHeader()
407 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev()
410 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
412 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()
447 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection()
448 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); in verifyUnitSection()
483 DataExtractor D(IndexStr, DCtx.isLittleEndian(), 0); in verifyIndex()
526 DCtx.getDWARFObj().getCUIndexSection()) == 0; in handleDebugCUIndex()
531 DCtx.getDWARFObj().getTUIndexSection()) == 0; in handleDebugTUIndex()
535 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp65 LocationOrAnalysisDeclContext DCtx; member in __anonb45dccd40111::DirectIvarAssignment::MethodCrawler
72 Checker(Checker), DCtx(InDCtx) {} in MethodCrawler()
141 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl() local
152 DCtx); in checkASTDecl()
204 PathDiagnosticLocation(IvarRef, BR.getSourceManager(), DCtx)); in VisitBinaryOperator()
H A DLocalizationChecker.cpp1034 LocationOrAnalysisDeclContext DCtx; member in __anon79a03b4c0511::EmptyLocalizationContextChecker::MethodCrawler
1040 : MD(InMD), BR(InBR), Mgr(InMgr), Checker(Checker), DCtx(InDCtx) {} in MethodCrawler()
1067 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl() local
1075 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx); in checkASTDecl()
1181 PathDiagnosticLocation(ME, BR.getSourceManager(), DCtx)); in reportEmptyContextError()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h120 DWARFContext &DCtx; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1868 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl() argument
1869 for (auto *D : DCtx->noload_decls()) { in buildLookupImpl()
1879 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) && in buildLookupImpl()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c1846 size_t HUFv07_decompress1X2_DCtx (HUFv07_DTable* DCtx, void* dst, size_t dstSize, const void* cSrc,… in HUFv07_decompress1X2_DCtx() argument
1850 size_t const hSize = HUFv07_readDTableX2 (DCtx, cSrc, cSrcSize); in HUFv07_decompress1X2_DCtx()
1855 return HUFv07_decompress1X2_usingDTable_internal (dst, dstSize, ip, cSrcSize, DCtx); in HUFv07_decompress1X2_DCtx()
2258 size_t HUFv07_decompress1X4_DCtx (HUFv07_DTable* DCtx, void* dst, size_t dstSize, const void* cSrc,… in HUFv07_decompress1X4_DCtx() argument
2262 size_t const hSize = HUFv07_readDTableX4 (DCtx, cSrc, cSrcSize); in HUFv07_decompress1X4_DCtx()
2267 return HUFv07_decompress1X4_usingDTable_internal (dst, dstSize, ip, cSrcSize, DCtx); in HUFv07_decompress1X4_DCtx()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c1754 size_t HUF_decompress1X2_DCtx_wksp(HUF_DTable* DCtx, void* dst, size_t dstSize, in HUF_DGEN()
1760 size_t const hSize = HUF_readDTableX2_wksp(DCtx, cSrc, cSrcSize, in HUF_DGEN()
1766 return HUF_decompress1X2_usingDTable_internal(dst, dstSize, ip, cSrcSize, DCtx, flags); in HUF_DGEN()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c1755 size_t HUF_decompress1X2_DCtx_wksp(HUF_DTable* DCtx, void* dst, size_t dstSize, in HUF_DGEN()
1761 size_t const hSize = HUF_readDTableX2_wksp(DCtx, cSrc, cSrcSize, in HUF_DGEN()
1767 return HUF_decompress1X2_usingDTable_internal(dst, dstSize, ip, cSrcSize, DCtx, flags); in HUF_DGEN()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2791 void buildLookupImpl(DeclContext *DCtx, bool Internal);
/freebsd/sys/contrib/zstd/
H A DCHANGELOG681 API : ZDICT_getDictID(), ZSTD_sizeof_{CCtx, DCtx, CStream, DStream}(), ZSTD_setDStreamParameter()