Home
last modified time | relevance | path

Searched defs:setDSOLocal (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h281 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DGlobalValue.h299 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() function