/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbolWasm.h | 66 void setWeak(bool isWeak) { IsWeak = isWeak; } in setWeak() function
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldOptions.php | 441 public function setWeak($var) function in Google\\Protobuf\\Internal\\FieldOptions
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSymbolWasm.h | 67 void setWeak(bool isWeak) { IsWeak = isWeak; } in setWeak() function
|
/external/llvm-project/llvm/lib/MC/ |
D | MCWasmStreamer.cpp | 108 Symbol->setWeak(true); in emitSymbolAttribute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCWasmStreamer.cpp | 108 Symbol->setWeak(true); in EmitSymbolAttribute()
|
/external/llvm-project/lld/wasm/ |
D | Symbols.cpp | 347 void LazySymbol::setWeak() { in setWeak() function in lld::wasm::LazySymbol
|
D | SymbolTable.cpp | 477 lazy->setWeak(); in addUndefinedFunction() 523 lazy->setWeak(); in addUndefinedData()
|
D | Symbols.h | 423 void setWeak();
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMCInstLower.cpp | 104 WasmSym->setWeak(true); in GetExternalSymbolSymbol()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMCInstLower.cpp | 107 WasmSym->setWeak(true); in GetExternalSymbolSymbol()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 818 NewCI->setWeak(CI->isWeak()); in expandPartwordCmpXchg() 936 NewCI->setWeak(CI->isWeak()); in convertCmpXchgToIntegerType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 901 NewCI->setWeak(CI->isWeak()); in expandPartwordCmpXchg() 1075 NewCI->setWeak(CI->isWeak()); in convertCmpXchgToIntegerType()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 920 NewCI->setWeak(CI->isWeak()); in expandPartwordCmpXchg() 1091 NewCI->setWeak(CI->isWeak()); in convertCmpXchgToIntegerType()
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 370 Pair->setWeak(IsWeak); in emitAtomicCmpXchg() 1422 Inst->setWeak(IsWeak); in EmitAtomicCompareExchangeOp()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 380 Pair->setWeak(IsWeak); in emitAtomicCmpXchg() 1687 Inst->setWeak(IsWeak); in EmitAtomicCompareExchangeOp()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5068 cast<AtomicCmpXchgInst>(I)->setWeak(Record[OpNum + 4]); in parseFunctionBody() 5116 cast<AtomicCmpXchgInst>(I)->setWeak(Record[OpNum + 4]); in parseFunctionBody()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 555 void setWeak(bool IsWeak) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 4164 Result->setWeak(isWeak()); in cloneImpl()
|
D | Core.cpp | 3671 return unwrap<AtomicCmpXchgInst>(CmpXchgInst)->setWeak(isWeak); in LLVMSetWeak()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instructions.h | 588 void setWeak(bool IsWeak) { setSubclassData<WeakField>(IsWeak); }
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 592 void setWeak(bool IsWeak) {
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 3939 Result->setWeak(isWeak()); in cloneImpl()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instructions.cpp | 4359 Result->setWeak(isWeak()); in cloneImpl()
|
D | Core.cpp | 3707 return unwrap<AtomicCmpXchgInst>(CmpXchgInst)->setWeak(isWeak); in LLVMSetWeak()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4946 cast<AtomicCmpXchgInst>(I)->setWeak(Record[OpNum+4]); in parseFunctionBody()
|