Home
last modified time | relevance | path

Searched refs:markUsed (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DRecordStreamer.cpp57 void RecordStreamer::markUsed(const MCSymbol &Symbol) { in markUsed() function in RecordStreamer
74 void RecordStreamer::visitUsedSymbol(const MCSymbol &Sym) { markUsed(Sym); } in visitUsedSymbol()
105 markUsed(*Symbol); in EmitSymbolAttribute()
DRecordStreamer.h44 void markUsed(const MCSymbol &Symbol);
/external/llvm/lib/Object/
DRecordStreamer.cpp50 void RecordStreamer::markUsed(const MCSymbol &Symbol) { in markUsed() function in RecordStreamer
66 void RecordStreamer::visitUsedSymbol(const MCSymbol &Sym) { markUsed(Sym); } in visitUsedSymbol()
DRecordStreamer.h24 void markUsed(const MCSymbol &Symbol);
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp498 void markUsed(const MCSymbol &Symbol) { in markUsed() function in __anon7f25a5140111::RecordStreamer
531 markUsed(cast<MCSymbolRefExpr>(Value)->getSymbol()); in AddValueSymbols()
/external/clang/include/clang/Sema/
DSemaInternal.h89 Var->markUsed(SemaRef.Context); in MarkVarDeclODRUsed()
/external/clang/lib/Sema/
DSemaLambda.cpp784 NewVD->markUsed(Context); in createLambdaInitCaptureVarDecl()
1658 CallOperator->markUsed(Context); in BuildBlockForLambdaConversion()
DSemaStmtAsm.cpp749 Label->markUsed(Context); in GetOrCreateMSAsmLabel()
DSemaDeclCXX.cpp9226 Constructor->markUsed(Context); in DefineImplicitDefaultConstructor()
9403 Constructor->markUsed(Context); in DefineInheritingConstructor()
9544 Destructor->markUsed(Context); in DefineImplicitDestructor()
10297 CopyAssignOperator->markUsed(Context); in DefineImplicitCopyAssignment()
10718 MoveAssignOperator->markUsed(Context); in DefineImplicitMoveAssignment()
11093 CopyConstructor->markUsed(Context); in DefineImplicitCopyConstructor()
11268 MoveConstructor->markUsed(Context); in DefineImplicitMoveConstructor()
11340 Conv->markUsed(Context); in DefineImplicitLambdaToFunctionPointerConversion()
11345 Invoker->markUsed(Context); in DefineImplicitLambdaToFunctionPointerConversion()
11363 Conv->markUsed(Context); in DefineImplicitLambdaToBlockPointerConversion()
DSemaStmt.cpp2201 RangeVar->markUsed(Context); in BuildCXXForRangeStmt()
2620 TheDecl->markUsed(Context); in ActOnGotoStmt()
DSemaExpr.cpp11580 TheDecl->markUsed(Context); in ActOnAddrLabel()
13130 Func->markUsed(Context); in MarkFunctionReferenced()
13419 Var->markUsed(S.Context); in captureInCapturedRegion()
DSemaOpenMP.cpp638 D->markUsed(S.Context); in buildDeclRefExpr()
1326 VD->markUsed(Context); in CheckOMPThreadPrivateDecl()
/external/clang/include/clang/AST/
DDeclBase.h536 void markUsed(ASTContext &C);
/external/clang/lib/AST/
DDeclBase.cpp359 void Decl::markUsed(ASTContext &C) { in markUsed() function in Decl