Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching defs:ExternalGlobal

73 // MSC-DAG: @"\01?ExternalGlobal@ns@@3HA" = dllexport global i32 0, align 4
75 namespace ns { __declspec(dllexport) int ExternalGlobal; }