Home
last modified time | relevance | path

Searched refs:setPrivateExtern (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbol.h397 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; } in setPrivateExtern() function
/external/llvm/include/llvm/MC/
DMCSymbol.h390 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; } in setPrivateExtern() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMCMachOStreamer.cpp252 SD.setPrivateExtern(true); in EmitSymbolAttribute()
/external/llvm/lib/MC/
DMCMachOStreamer.cpp366 Symbol->setPrivateExtern(true); in EmitSymbolAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCMachOStreamer.cpp369 Symbol->setPrivateExtern(true); in EmitSymbolAttribute()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h577 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; } in setPrivateExtern() function