Home
last modified time | relevance | path

Searched refs:WL (Results 1 – 23 of 23) sorted by relevance

/external/llvm/test/Linker/
Dsubprogram-linkonce-weak.ll4 ; RUN: FileCheck %s -check-prefix=WL -check-prefix=CHECK <%t2
16 ; The WL prefix means weak (the other file) first, then linkonce (this file).
27 ; WL-LABEL: define weak i32 @foo(
28 ; WL: %sum = call i32 @fastadd(i32 %a, i32 %b), !dbg ![[FOOCALL:[0-9]+]]
29 ; WL: ret i32 %sum, !dbg ![[FOORET:[0-9]+]]
30 ; WL-LABEL: define i32 @bar(
31 ; WL: %sum = add i32 %a, %b, !dbg ![[FOOINBAR:[0-9]+]]
32 ; WL: ret i32 %sum, !dbg ![[BARRET:[0-9]+]]
52 ; WL-SAME: !{![[WCU:[0-9]+]], ![[LCU:[0-9]+]]}
73 ; WL: ![[WCU]] = !MDCompileUnit({{.*}} subprograms: ![[WSPs:[0-9]+]]
[all …]
Dsubprogram-linkonce-weak-odr.ll4 ; RUN: FileCheck %s -check-prefix=WL -check-prefix=CHECK <%t2
19 ; The WL prefix means weak (the other file) first, then linkonce (this file).
30 ; WL-LABEL: define weak_odr i32 @foo(
31 ; WL: %sum = add i32 %a, %b, !dbg ![[FOOADD:[0-9]+]]
32 ; WL: ret i32 %sum, !dbg ![[FOORET:[0-9]+]]
33 ; WL-LABEL: define i32 @bar(
34 ; WL: %sum = add i32 %a, %b, !dbg ![[FOOINBAR:[0-9]+]]
35 ; WL: ret i32 %sum, !dbg ![[BARRET:[0-9]+]]
55 ; WL-SAME: !{![[WCU:[0-9]+]], ![[LCU:[0-9]+]]}
76 ; WL: ![[WCU]] = !MDCompileUnit({{.*}} subprograms: ![[WSPs:[0-9]+]]
[all …]
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp43 const MCWriteLatencyEntry *WL, in InitMCSubtargetInfo() argument
54 WriteLatencyTable = WL; in InitMCSubtargetInfo()
/external/clang/lib/Analysis/
DReachableCode.cpp274 SmallVector<const CFGBlock*, 32> WL; in scanFromBlock() local
283 WL.push_back(Start); in scanFromBlock()
286 while (!WL.empty()) { in scanFromBlock()
287 const CFGBlock *item = WL.pop_back_val(); in scanFromBlock()
324 WL.push_back(B); in scanFromBlock()
/external/clang/tools/libclang/
DCIndex.cpp1814 VisitorWorkList &WL; member in __anon75bde49c0211::EnqueueVisitor
1818 : WL(wl), Parent(parent) {} in EnqueueVisitor()
1904 WL.push_back(DeclarationNameInfoVisit(S, Parent)); in AddDeclarationNameInfo()
1910 WL.push_back(NestedNameSpecifierLocVisit(Qualifier, Parent)); in AddNestedNameSpecifierLoc()
1915 WL.push_back(StmtVisit(S, Parent)); in AddStmt()
1919 WL.push_back(DeclVisit(D, Parent, isFirst)); in AddDecl()
1924 WL.push_back(ExplicitTemplateArgsVisit(A, Parent)); in AddExplicitTemplateArgs()
1928 WL.push_back(MemberRefVisit(D, L, Parent)); in AddMemberRef()
1932 WL.push_back(TypeLocVisit(TI->getTypeLoc(), Parent)); in AddTypeLoc()
1935 unsigned size = WL.size(); in EnqueueChildren()
[all …]
DCursorVisitor.h261 bool RunVisitorWorkList(VisitorWorkList &WL);
262 void EnqueueWorkList(VisitorWorkList &WL, const Stmt *S);
/external/llvm/include/llvm/Support/
DGenericDomTree.h401 SmallVector<const DomTreeNodeBase<NodeT> *, 8> WL; in getDescendants() local
402 WL.push_back(RN); in getDescendants()
404 while (!WL.empty()) { in getDescendants()
405 const DomTreeNodeBase<NodeT> *N = WL.pop_back_val(); in getDescendants()
407 WL.append(N->begin(), N->end()); in getDescendants()
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h53 const MCWriteLatencyEntry *WL,
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_phs.pkb2903 %���������U@>I\lmbVPRX[WL@858=ENXds�/���ǻ����ΕgOJUhvrbTOS[_\TKDACJUey��������½���B�����Ǩ�pXF:48DSY…
2910  *6AIMKD;1( G�����������ٺ����mO:5>MY[TNMS^lw{viYI=658@JT[\WL?2'…
2964 #$"G�������i7$*#  (8JYdhf`WL@4( 
Dit-IT_cm0_kpdf_mgc.pkb3561 … !$'(.��4��F��c���m�������Yu� ��c�s��L�'���%���_� W����WL>]ATOquq�>\Zn�Kpq}���…
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3337 DFSWorkList WL; in FindReportInEquivalenceClass() local
3338 WL.push_back(errorNode); in FindReportInEquivalenceClass()
3341 while (!WL.empty()) { in FindReportInEquivalenceClass()
3342 WLItem &WI = WL.back(); in FindReportInEquivalenceClass()
3354 WL.clear(); in FindReportInEquivalenceClass()
3365 WL.push_back(Succ); in FindReportInEquivalenceClass()
3372 if (!WL.empty() && &WL.back() == &WI) in FindReportInEquivalenceClass()
3373 WL.pop_back(); in FindReportInEquivalenceClass()
DRegionStore.cpp651 WorkList WL; member in __anona9efff620611::ClusterAnalysis
714 WL.push_back(E); in AddToWorkList()
724 while (!WL.empty()) { in RunWorkList()
725 WorkListElement E = WL.pop_back_val(); in RunWorkList()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h156 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter() argument
157 : Worklist(WL), AC(AC) {} in InstCombineIRInserter()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_phs.pkb39 …G�H�H�H�fH��H��H�>I��I��I�J�^J��J��J�6K�~K��K�L�VL�WL��L��L��L�FM�GM…
Des-ES_zl0_kpdf_mgc.pkb1494 >���>Y CBCP�qvh�TTf�PQ�WL^
3569 ��@����"u��Kq���v����su��XQ�NMW0WL/-'2<;8BIT_gp:1<GH " #+)+'-752"*/-),8=
/external/clang/include/clang/AST/
DStmt.h1039 SourceLocation WL);
1096 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, in DoStmt() argument
1098 : Stmt(DoStmtClass), DoLoc(DL), WhileLoc(WL), RParenLoc(RP) { in DoStmt()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kdt_posp.pkb195 …Ɛ��.��� ��2�ɼ_a/�︆��<�R&�約�&�.X�Q �K� �K� �7_�``>`�`�`�`�a���d����(WL! L���� X"��G� f=�…
Den-GB_kdt_g2p.pkb47 ���8�~K�\��laA��I�������0v u� �Ŭ��f���E��!�w��c�����J�V8��Tj�pq����#9 ��̴� q�e�WLz�fh]…
373 h�WL�x�W�Ea"��(�\K4��3���I��S.,���h�.�~mr�
/external/clang/include/clang/Driver/
DCLCompatOptions.td301 def _SLASH_WL : CLFlag<"WL">;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_phs.pkb459 …DE@90'!!$')*)'%"��G���ވSJOD-#-6::4-'&'(%%/8>A?:1()7GU]^WL?2' $*19@EHJIGG�…
/external/clang/lib/AST/
DStmt.cpp975 SourceLocation WL) in WhileStmt() argument
980 WhileLoc = WL; in WhileStmt()
/external/jpeg/
Dtestimg.ppm4WL�aZ�;6�;:�PQ�FH�PQ�<4�:/�8,�9,�:-�<.�;-�;,�:-�<.�A3�H9�I;�D6�@2�>0�F<�E<�IB�PI�RM�NK�KK�LO�Z`�^h…
/external/chromium-trace/trace-viewer/tracing/test_data/
Dddms_calculator_start.trace51249 �K�p�%�WL��
67329 ���p0�WL��
164828 I qk� �WL
297276 �Fq!��WL��
307561 q _�WL��
414701 y� q���WL��