HomeSort by: relevance | last modified time | path
    Searched refs:addUsedOrCompilerUsedGlobal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 1078 void addUsedOrCompilerUsedGlobal(llvm::GlobalValue *GV);
CodeGenModule.cpp 1903 addUsedOrCompilerUsedGlobal(GV);
1909 addUsedOrCompilerUsedGlobal(GV);
2175 void CodeGenModule::addUsedOrCompilerUsedGlobal(llvm::GlobalValue *GV) {
CGDecl.cpp 447 CGM.addUsedOrCompilerUsedGlobal(var);

Completed in 44 milliseconds