Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 1409) sorted by relevance

12345678910>>...57

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp43 void VisitStmtNoChildren(const Stmt *S) { in VisitStmtNoChildren()
446 if (auto *S = C->getPreInitStmt()) in VistOMPClauseWithPreInit() local
560 if (auto *S = C->getChunkSize()) in VisitOMPScheduleClause() local
1135 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
1180 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
1187 if (auto *S = C->getChunkSize()) in VisitOMPDistScheduleClause() local
1194 const OMPTargetUpdateDirective *S) { in VisitOMPTargetUpdateDirective()
1219 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
1244 const OMPTargetTeamsDirective *S) { in VisitOMPTargetTeamsDirective()
1281 const OMPGenericLoopDirective *S) { in VisitOMPGenericLoopDirective()
[all …]
/freebsd/contrib/lua/src/
H A Dlundump.c40 static l_noret error (LoadState *S, const char *why) { in error()
58 #define loadVar(S,x) loadVector(S,&x,1) argument
61 static lu_byte loadByte (LoadState *S) { in loadByte()
83 static size_t loadSize (LoadState *S) { in loadSize()
88 static int loadInt (LoadState *S) { in loadInt()
93 static lua_Number loadNumber (LoadState *S) { in loadNumber()
100 static lua_Integer loadInteger (LoadState *S) { in loadInteger()
144 static void loadCode (LoadState *S, Proto *f) { in loadCode()
227 static void loadDebug (LoadState *S, Proto *f) { in loadDebug()
292 static void checkHeader (LoadState *S) { in checkHeader()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h302 bool Add(InterpState &S, CodePtr OpPC) { in Add()
320 bool Sub(InterpState &S, CodePtr OpPC) { in Sub()
338 bool Mul(InterpState &S, CodePtr OpPC) { in Mul()
409 bool Rem(InterpState &S, CodePtr OpPC) { in Rem()
429 bool Div(InterpState &S, CodePtr OpPC) { in Div()
783 bool EQ(InterpState &S, CodePtr OpPC) { in EQ()
814 bool NE(InterpState &S, CodePtr OpPC) { in NE()
821 bool LT(InterpState &S, CodePtr OpPC) { in LT()
828 bool LE(InterpState &S, CodePtr OpPC) { in LE()
836 bool GT(InterpState &S, CodePtr OpPC) { in GT()
[all …]
H A DInterp.cpp29 static bool RetValue(InterpState &S, CodePtr &Pt, APValue &Result) { in RetValue()
37 static bool Jmp(InterpState &S, CodePtr &PC, int32_t Offset) { in Jmp()
42 static bool Jt(InterpState &S, CodePtr &PC, int32_t Offset) { in Jt()
49 static bool Jf(InterpState &S, CodePtr &PC, int32_t Offset) { in Jf()
56 static void diagnoseNonConstVariable(InterpState &S, CodePtr OpPC, in diagnoseNonConstVariable()
143 static void popArg(InterpState &S, const Expr *Arg) { in popArg()
148 void cleanupAfterFunctionCall(InterpState &S, CodePtr OpPC) { in cleanupAfterFunctionCall()
206 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckLive()
278 bool CheckNull(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckNull()
463 bool CheckCallDepth(InterpState &S, CodePtr OpPC) { in CheckCallDepth()
[all …]
H A DInterpBuiltin.cpp26 PrimType getIntPrimType(const InterpState &S) { in getIntPrimType()
37 PrimType getLongPrimType(const InterpState &S) { in getLongPrimType()
66 static void pushInt(InterpState &S, int32_t Val) { in pushInt()
76 static void pushAPSInt(InterpState &S, const APSInt &Val) { in pushAPSInt()
127 static void pushLong(InterpState &S, int64_t Val) { in pushLong()
139 static void pushSizeT(InterpState &S, uint64_t Val) { in pushSizeT()
255 static bool interp__builtin_nan(InterpState &S, CodePtr OpPC, in interp__builtin_nan()
316 static bool interp__builtin_inf(InterpState &S, CodePtr OpPC, in interp__builtin_inf()
338 static bool interp__builtin_fmin(InterpState &S, CodePtr OpPC, in interp__builtin_fmin()
357 static bool interp__builtin_fmax(InterpState &S, CodePtr OpPC, in interp__builtin_fmax()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dinterval_set_test.cpp20 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
29 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
41 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
53 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
65 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
85 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
98 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
111 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp96 for (auto &S : Obj.getMutableSections()) { in layoutSections() local
122 for (const auto &S : Obj.getSections()) in finalizeStringTable() local
126 for (const auto &S : Obj.getSymbols()) in finalizeStringTable() local
132 for (auto &S : Obj.getMutableSections()) { in finalizeStringTable() local
146 for (auto &S : Obj.getMutableSymbols()) { in finalizeStringTable() local
160 for (auto &S : Obj.getMutableSymbols()) { in finalizeSymbolTable() local
309 for (const auto &S : Obj.getSections()) { in writeHeaders() local
316 for (const auto &S : Obj.getSections()) { in writeSections() local
349 for (const auto &S : Obj.getSymbols()) { in writeSymbolStringTables() local
407 for (const auto &S : Obj.getSections()) { in virtualAddressToFileAddress() local
[all …]
/freebsd/sys/contrib/ck/include/gcc/
H A Dck_pr.h58 #define CK_PR_LOAD(S, M, T) \ argument
99 #define CK_PR_LOAD_S(S, T) CK_PR_LOAD(S, T, T) argument
156 #define CK_PR_CAS(S, M, T) \ in CK_PR_FENCE() argument
167 #define CK_PR_CAS_S(S, T) CK_PR_CAS(S, T, T) argument
191 #define CK_PR_CAS_O(S, T) \ argument
213 #define CK_PR_FAA(S, M, T) \ argument
223 #define CK_PR_FAA_S(S, T) CK_PR_FAA(S, T, T) argument
239 #define CK_PR_BINARY(K, S, M, T) \ argument
247 #define CK_PR_BINARY_S(K, S, T) CK_PR_BINARY(K, S, T, T) argument
269 #define CK_PR_UNARY(S, M, T) \ argument
[all …]
/freebsd/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h111 #define CK_PR_FAS(S, M, T, C, I) \ argument
125 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument
137 #define CK_PR_LOAD(S, M, T, C, I) \ argument
163 #define CK_PR_STORE(S, M, T, C, I) \ argument
191 #define CK_PR_FAA(S, M, T, C, I) \ argument
220 #define CK_PR_UNARY(K, S, T, C, I) \ argument
224 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument
235 #define CK_PR_UNARY_V(K, S, T, C, I) \ argument
277 #define CK_PR_BINARY(K, S, M, T, C, I) \ argument
313 #define CK_PR_CAS(S, M, T, C, I) \ argument
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c45 static void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
51 static int blake2s_is_lastblock( const blake2s_state *S ) in blake2s_is_lastblock()
56 static void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
63 static void blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
69 static void blake2s_init0( blake2s_state *S ) in blake2s_init0()
78 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
95 int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
216 int blake2s_update( blake2s_state *S, const void *pin, size_t inlen ) in blake2s_update()
243 int blake2s_final( blake2s_state *S, void *out, size_t outlen ) in blake2s_final()
269 blake2s_state S[1]; in blake2s() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp126 void VisitBinaryOperator(const BinaryOperator *S) { in VisitBinaryOperator()
177 void VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr()
200 void VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt()
338 void VisitUnaryOperator(const UnaryOperator *S) { in VisitUnaryOperator()
373 void VisitCXXThisExpr(const CXXThisExpr *S) { in VisitCXXThisExpr()
383 void VisitCXXNewExpr(const CXXNewExpr *S) { in VisitCXXNewExpr()
395 void VisitReturnStmt(const ReturnStmt *S) { in VisitReturnStmt()
420 void VisitMemberExpr(const MemberExpr *S) { in VisitMemberExpr()
556 void VisitCallExpr(const CallExpr *S) { in VisitCallExpr()
641 void VisitInitListExpr(const InitListExpr *S) { in VisitInitListExpr()
[all …]
/freebsd/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h140 #define CK_PR_FAS(S, M, T, C, I) \ argument
173 #define CK_PR_LOAD(S, M, T, C, I) \ argument
224 #define CK_PR_LOAD_2(S, W, T) \ argument
256 #define CK_PR_STORE(S, M, T, C, I) \ argument
289 #define CK_PR_FAA(S, M, T, C, I) \ argument
319 #define CK_PR_UNARY(K, S, T, C, I) \ argument
323 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument
334 #define CK_PR_UNARY_V(K, S, T, C, I) \ argument
414 #define CK_PR_CAS(S, M, T, C, I) \ argument
550 #define CK_PR_CAS_V(S, W, T) \ argument
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c38 blake2b_set_lastnode(blake2b_state *S) in blake2b_set_lastnode()
46 blake2b_is_lastblock(const blake2b_state *S) in blake2b_is_lastblock()
52 blake2b_set_lastblock(blake2b_state *S) in blake2b_set_lastblock()
62 blake2b_increment_counter(blake2b_state *S, const uint64_t inc) in blake2b_increment_counter()
93 blake2b_init0(blake2b_state *S) in blake2b_init0()
107 blake2b_init_param(blake2b_state *S, const blake2b_param *P) in blake2b_init_param()
124 blake2b_init(blake2b_state *S, const uint8_t outlen) in blake2b_init()
146 blake2b_init_salt_personal(blake2b_state *S, const uint8_t outlen, in blake2b_init_salt_personal()
214 blake2b_init_key_salt_personal(blake2b_state *S, const uint8_t outlen, in blake2b_init_key_salt_personal()
261 blake2b_update(blake2b_state *S, const uint8_t *in, uint64_t inlen) in blake2b_update()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp803 bool WalkUpFromStmt(Stmt *S) { in WalkUpFromStmt()
809 bool TraverseIfStmt(IfStmt *S) { in TraverseIfStmt()
853 bool TraverseStmt(Stmt *S) { in TraverseStmt()
1119 bool WalkUpFromParenExpr(ParenExpr *S) { in WalkUpFromParenExpr()
1219 bool WalkUpFromCallExpr(CallExpr *S) { in WalkUpFromCallExpr()
1422 bool WalkUpFromDeclStmt(DeclStmt *S) { in WalkUpFromDeclStmt()
1428 bool WalkUpFromNullStmt(NullStmt *S) { in WalkUpFromNullStmt()
1443 bool WalkUpFromCaseStmt(CaseStmt *S) { in WalkUpFromCaseStmt()
1462 bool WalkUpFromIfStmt(IfStmt *S) { in WalkUpFromIfStmt()
1476 bool WalkUpFromForStmt(ForStmt *S) { in WalkUpFromForStmt()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp56 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86_64()
89 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument
117 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF()
141 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument
167 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument
191 static uint64_t resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC64() argument
299 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86()
323 static uint64_t resolvePPC32(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC32() argument
344 static uint64_t resolveARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveARM()
370 static uint64_t resolveAVR(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAVR() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp401 static void handleSimpleAttribute(Sema &S, Decl *D, in handleSimpleAttribute()
563 static bool typeHasCapability(Sema &S, QualType Ty) { in typeHasCapability()
573 static bool isCapabilityExpr(Sema &S, const Expr *Ex) { in isCapabilityExpr()
5656 static Expr *makeLaunchBoundsArgExpr(Sema &S, Expr *E, in makeLaunchBoundsArgExpr()
5917 static void handleBuiltinAliasAttr(Sema &S, Decl *D, in handleBuiltinAliasAttr()
6461 static bool isErrorParameter(Sema &S, QualType QT) { in isErrorParameter()
7852 static void handleRISCVInterruptAttr(Sema &S, Decl *D, in handleRISCVInterruptAttr()
8322 if (const auto *S = dyn_cast<VarDecl>(D)) in isGlobalVar() local
8992 for (StringRef S : ExistingAttr->newArgs()) in handleArmNewAttr() local
10064 void Sema::ProcessPragmaWeak(Scope *S, Decl *D) { in ProcessPragmaWeak()
[all …]
H A DSemaStmtAttr.cpp27 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleFallThroughAttr()
54 static Attr *handleSuppressAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleSuppressAttr()
77 static Attr *handleLoopHintAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleLoopHintAttr()
103 LoopHintAttr::LoopHintState S) { in handleLoopHintAttr()
199 void VisitAsmStmt(const AsmStmt *S) { FoundAsmStmt = true; } in VisitAsmStmt()
209 static Attr *handleNoMergeAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleNoMergeAttr()
276 static Attr *handleNoInlineAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleNoInlineAttr()
306 static Attr *handleMustTailAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleMustTailAttr()
312 static Attr *handleLikely(Sema &S, Stmt *St, const ParsedAttr &A, in handleLikely()
321 static Attr *handleUnlikely(Sema &S, Stmt *St, const ParsedAttr &A, in handleUnlikely()
[all …]
/freebsd/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h90 #define CK_PR_LOAD(S, M, T, I) \ argument
101 #define CK_PR_LOAD_64(S, M, T, I) \ argument
116 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, I) argument
117 #define CK_PR_LOAD_S_64(S, T, I) CK_PR_LOAD_64(S, T, T, I) argument
136 #define CK_PR_STORE(S, M, T, I) \ argument
147 #define CK_PR_STORE_64(S, M, T, I) \ argument
161 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, I) argument
162 #define CK_PR_STORE_S_64(S, T, I) CK_PR_STORE_64(S, T, T, I) argument
212 #define CK_PR_NEG_S(S, T, W) \ argument
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp31 static bool isEmptyARCMTMacroStatement(NullStmt *S, in isEmptyARCMTMacroStatement()
84 bool VisitNullStmt(NullStmt *S) { in VisitNullStmt()
87 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt()
95 bool VisitIfStmt(IfStmt *S) { in VisitIfStmt()
107 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt()
119 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt()
129 bool VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
139 bool VisitObjCAutoreleasePoolStmt(ObjCAutoreleasePoolStmt *S) { in VisitObjCAutoreleasePoolStmt()
154 CompoundStmt *S = E->getSubStmt(); in TraverseStmtExpr() local
164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt()
[all …]
/freebsd/sys/contrib/libb2/
H A Dblake2b-ref.c46 static inline int blake2b_set_lastnode( blake2b_state *S ) in blake2b_set_lastnode()
52 static inline int blake2b_clear_lastnode( blake2b_state *S ) in blake2b_clear_lastnode()
59 static inline int blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock()
67 static inline int blake2b_clear_lastblock( blake2b_state *S ) in blake2b_clear_lastblock()
75 static inline int blake2b_increment_counter( blake2b_state *S, const uint64_t inc ) in blake2b_increment_counter()
139 static inline int blake2b_init0( blake2b_state *S ) in blake2b_init0()
169 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
184 int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init()
301 int blake2b_update( blake2b_state *S, const uint8_t *in, size_t inlen ) in blake2b_update()
331 int blake2b_final( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final()
[all …]
H A Dblake2s-ref.c41 static inline int blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
47 static inline int blake2s_clear_lastnode( blake2s_state *S ) in blake2s_clear_lastnode()
54 static inline int blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
62 static inline int blake2s_clear_lastblock( blake2s_state *S ) in blake2s_clear_lastblock()
70 static inline int blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
132 static inline int blake2s_init0( blake2s_state *S ) in blake2s_init0()
162 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
177 int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
291 int blake2s_update( blake2s_state *S, const uint8_t *in, size_t inlen ) in blake2s_update()
321 int blake2s_final( blake2s_state *S, uint8_t *out, size_t outlen ) in blake2s_final()
[all …]
H A Dblake2-dispatch.c446 int blake2b_init_dispatch( blake2b_state *S, size_t outlen ) in blake2b_init_dispatch()
458 int blake2b_init_param_dispatch( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param_dispatch()
470 int blake2b_final_dispatch( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final_dispatch()
482 BLAKE2_API int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init()
492 BLAKE2_API int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
502 BLAKE2_API int blake2b_final( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final()
512 int blake2s_init_dispatch( blake2s_state *S, size_t outlen ) in blake2s_init_dispatch()
524 int blake2s_init_param_dispatch( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param_dispatch()
536 int blake2s_final_dispatch( blake2s_state *S, uint8_t *out, size_t outlen ) in blake2s_final_dispatch()
548 BLAKE2_API int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp37 static void writeWithCommas(raw_ostream &S, ArrayRef<char> Buffer) { in writeWithCommas()
56 static void write_unsigned_impl(raw_ostream &S, T N, size_t MinDigits, in write_unsigned_impl()
79 static void write_unsigned(raw_ostream &S, T N, size_t MinDigits, in write_unsigned()
90 static void write_signed(raw_ostream &S, T N, size_t MinDigits, in write_signed()
105 void llvm::write_integer(raw_ostream &S, unsigned int N, size_t MinDigits, in write_integer()
110 void llvm::write_integer(raw_ostream &S, int N, size_t MinDigits, in write_integer()
120 void llvm::write_integer(raw_ostream &S, long N, size_t MinDigits, in write_integer()
130 void llvm::write_integer(raw_ostream &S, long long N, size_t MinDigits, in write_integer()
135 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex()
165 void llvm::write_double(raw_ostream &S, double N, FloatStyle Style, in write_double()
[all …]
H A DStringSaver.cpp15 StringRef StringSaver::save(StringRef S) { in save()
23 StringRef StringSaver::save(const Twine &S) { in save()
28 StringRef UniqueStringSaver::save(StringRef S) { in save()
35 StringRef UniqueStringSaver::save(const Twine &S) { in save()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp225 PPCTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS) in PPCTargetAsmStreamer()
228 void emitTCEntry(const MCSymbol &S, in emitTCEntry()
274 PPCTargetELFStreamer(MCStreamer &S) : PPCTargetStreamer(S) {} in PPCTargetELFStreamer()
280 void emitTCEntry(const MCSymbol &S, in emitTCEntry()
319 void emitAssignment(MCSymbol *S, const MCExpr *Value) override { in emitAssignment()
343 bool copyLocalEntry(MCSymbolELF *D, const MCExpr *S) { in copyLocalEntry()
383 PPCTargetMachOStreamer(MCStreamer &S) : PPCTargetStreamer(S) {} in PPCTargetMachOStreamer()
385 void emitTCEntry(const MCSymbol &S, in emitTCEntry()
406 PPCTargetXCOFFStreamer(MCStreamer &S) : PPCTargetStreamer(S) {} in PPCTargetXCOFFStreamer()
408 void emitTCEntry(const MCSymbol &S, in emitTCEntry()
[all …]

12345678910>>...57