Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/
H A 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
H A 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
/llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/Inputs/
H A DFilterTest.cpp20 int IntGlobalVar; variable
40 return (CFunc() + BFunc()) * IntGlobalVar + FC.foo(); in AFunc()