Home
last modified time | relevance | path

Searched refs:setWeak (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbolWasm.h66 void setWeak(bool isWeak) { IsWeak = isWeak; } in setWeak() function in llvm::MCSymbolWasm
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldOptions.php464 public function setWeak($var) function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCWasmStreamer.cpp108 Symbol->setWeak(true); in EmitSymbolAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp104 WasmSym->setWeak(true); in GetExternalSymbolSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp901 NewCI->setWeak(CI->isWeak()); in expandPartwordCmpXchg()
1075 NewCI->setWeak(CI->isWeak()); in convertCmpXchgToIntegerType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp3671 return unwrap<AtomicCmpXchgInst>(CmpXchgInst)->setWeak(isWeak);
H A DInstructions.cpp4164 Result->setWeak(isWeak()); in cloneImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h592 void setWeak(bool IsWeak) { in setWeak() function in llvm::AtomicCmpXchgInst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A 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/
H A DLLParser.cpp7090 CXI->setWeak(isWeak);

Completed in 42 milliseconds