Home
last modified time | relevance | path

Searched refs:setWeak (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h66 void setWeak(bool isWeak) { IsWeak = isWeak; } in setWeak() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php464 public function setWeak($var) function in Google\\Protobuf\\Internal\\FieldOptions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWasmStreamer.cpp108 Symbol->setWeak(true); in EmitSymbolAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp104 WasmSym->setWeak(true); in GetExternalSymbolSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp901 NewCI->setWeak(CI->isWeak()); in expandPartwordCmpXchg()
1075 NewCI->setWeak(CI->isWeak()); in convertCmpXchgToIntegerType()
/third_party/boost/libs/smart_ptr/test/
Dshared_ptr_test.cpp2678 void setWeak(boost::shared_ptr<foo> s) in setWeak() function in n_report_2::foo
2716 s->setWeak(s); in test()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp4164 Result->setWeak(isWeak()); in cloneImpl()
DCore.cpp3671 return unwrap<AtomicCmpXchgInst>(CmpXchgInst)->setWeak(isWeak); in LLVMSetWeak()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h592 void setWeak(bool IsWeak) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4946 cast<AtomicCmpXchgInst>(I)->setWeak(Record[OpNum+4]); in parseFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7090 CXI->setWeak(isWeak); in ParseCmpXchg()