HomeSort by relevance Sort by last modified time
    Searched refs:gv (Results 26 - 36 of 36) sorted by null

12

  /external/clang/lib/CodeGen/
CodeGenModule.cpp 272 void CodeGenModule::setGlobalVisibility(llvm::GlobalValue *GV,
275 if (GV->hasLocalLinkage()) {
276 GV->setVisibility(llvm::GlobalValue::DefaultVisibility);
282 if (LV.isVisibilityExplicit() || !GV->hasAvailableExternallyLinkage())
283 GV->setVisibility(GetLLVMVisibility(LV.getVisibility()));
309 void CodeGenModule::setTLSMode(llvm::GlobalVariable *GV,
322 GV->setThreadLocalMode(TLM);
327 void CodeGenModule::setTypeVisibility(llvm::GlobalValue *GV,
330 setGlobalVisibility(GV, RD);
347 if (GV->getLinkage() != llvm::GlobalVariable::LinkOnceODRLinkage |
904 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), local
917 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), s->getType(), local
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 151 void printVariableUses(const GlobalVariable *GV);
152 void printVariableHead(const GlobalVariable *GV);
153 void printVariableBody(const GlobalVariable *GV);
428 if (const GlobalVariable* GV = dyn_cast<GlobalVariable>(val)) {
430 getTypePrefix(GV->getType()->getElementType());
    [all...]
  /external/icu4c/data/locales/
resfiles.mk 103 gv.txt gv_GB.txt ha.txt ha_Latn.txt ha_Latn_GH.txt\
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 1539 QGraphicsView* gv = new QGraphicsView; local
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 1013 Value *gv = CreateGlobalString(Str, Name); local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump 37 ?W?[(?6? 7d?T$?gv?n???44$=^?WC2?9?????~????tM?%C???WR???;????E???????+Q?????N??Uw?0?+??27?w?2 ???iv3H??????E?? ?}{?2Q?>??w~(U`i??iL?\s?p???/????A?}??G?`??I????`???????_?5?4:?P?;??L?{Uj?q8?st? W??!:?g??|?M^??;?X??/???_.?c|????" ?V:??h?hR?à???^?? ???????/???????a=?n~7m??.??f????r
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]
  /external/llvm/
configure 743 GV
    [all...]
  /external/llvm/projects/sample/
configure 735 GV
    [all...]

Completed in 1099 milliseconds

12