Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolMachO.h50 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; } in setPrivateExtern() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp361 Symbol->setPrivateExtern(true); in emitSymbolAttribute()