Home
last modified time | relevance | path

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

/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DELF_x64-64_PIC_relocations.s3 …location-model=pic -filetype=obj -o %T/test_ELF_ExternalGlobal_x86-64.o %S/Inputs/ExternalGlobal.ll
/external/clang/test/CodeGenCXX/
Ddllimport.cpp85 namespace ns { __declspec(dllimport) int ExternalGlobal; } variable
86 USEVAR(ns::ExternalGlobal)
Ddllexport.cpp71 namespace ns { __declspec(dllexport) int ExternalGlobal; } variable
/external/clang/test/SemaCXX/
Ddllexport.cpp67 namespace ns { __declspec(dllexport) int ExternalGlobal; } variable
Ddllimport.cpp89 namespace ns { __declspec(dllimport) int ExternalGlobal; } variable