Home
last modified time | relevance | path

Searched refs:IntGlobalVar (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/tools/llvm-pdbdump/
Dregex-filter.test15 ; RUN: llvm-pdbdump pretty -types -symbols -globals -include-symbols="[[:<:]](IntGlobalVar|DoubleGl…
35 ; NO_FILTER-DAG: int IntGlobalVar
66 ; EXCLUDE_VARS-NOT: IntGlobalVar
87 ; We should only see DoubleGlobalVar and IntGlobalVar. This means that even
95 ; INCLUDE_ONLY_VARS: IntGlobalVar
/external/llvm-project/llvm/test/tools/llvm-pdbutil/
Dregex-filter.test24 ; RUN: llvm-pdbutil pretty -types -module-syms -globals -include-symbols="[[:<:]](IntGlobalVar|Doub…
44 ; NO_FILTER-DAG: int IntGlobalVar
69 ; EXCLUDE_VARS-NOT: IntGlobalVar
86 ; We should only see DoubleGlobalVar and IntGlobalVar. This means that even
94 ; INCLUDE_ONLY_VARS: IntGlobalVar
Dsymbol-filters.test33 ; ONLY_DATA-DAG: data {{.*}} static int IntGlobalVar
54 ; NAME_SORT_DATA: data {{.*}} static int IntGlobalVar
61 ; SIZE_SORT_DATA-DAG: data {{.*}}sizeof=4{{.*}}int IntGlobalVar
/external/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/
DFilterTest.cpp20 int IntGlobalVar; variable
40 return (CFunc() + BFunc()) * IntGlobalVar + FC.foo(); in AFunc()
/external/llvm/test/tools/llvm-pdbdump/Inputs/
DFilterTest.cpp18 int IntGlobalVar; variable