HomeSort by relevance Sort by last modified time
    Searched refs:GlobalInit (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
dllexport.c 21 // CHECK-DAG: @GlobalInit = dllexport global i32 1, align 4
22 __declspec(dllexport) int GlobalInit = 1;
  /external/llvm/unittests/Support/
SpecialCaseListTest.cpp 63 TEST_F(SpecialCaseListTest, GlobalInit) {
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 522 void poisonOneInitializer(Function &GlobalInit, GlobalValue *ModuleName);
    [all...]

Completed in 794 milliseconds