Home
last modified time | relevance | path

Searched refs:setDSOLocal (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalValue.h149 setDSOLocal(true); in maybeSetDsoLocal()
277 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() function
DModuleSummaryIndex.h345 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp210 GV.setDSOLocal(true); in processGlobalForThinLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp70 setDSOLocal(Src->isDSOLocal()); in copyAttributesFrom()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp672 GV->setDSOLocal(true); in addRegularLTO()
755 S->setDSOLocal(true); in addThinLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2838 GV->setDSOLocal(true); in inferDSOLocal()
2931 NewGV->setDSOLocal(getDecodedDSOLocal(Record[13])); in parseGlobalVarRecord()
3016 Func->setDSOLocal(getDecodedDSOLocal(Record[15])); in parseFunctionRecord()
3094 NewGA->setDSOLocal(getDecodedDSOLocal(Record[OpNum++])); in parseGlobalIndirectSymbolRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2756 Target->setDSOLocal(J->isDSOLocal()); in OptimizeGlobalAliases()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp841 GV.setDSOLocal(true); in maybeSetDSOLocal()