Searched defs:isWeak (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h127 bool isWeak() const { function in class:llvm::JITSymbolFlags
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h65 bool isWeak() const { return IsWeak; } function in class:llvm::MCSymbolWasm
66 void setWeak(bool isWeak) { IsWeak = isWeak; } argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c380 bool isWeak = ((flags & (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK)) == (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK)); local
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h145 bool isWeak() const { return binding == llvm::ELF::STB_WEAK; } function in class:lld::elf::Symbol
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h194 bool isWeak() const { return (Flags >> S::FB_weak) & 1; } function in struct:llvm::irsymtab::Symbol
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h194 bool isWeak() const { function in class:llvm::SDep
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h588 bool isWeak() const { function in class:llvm::AtomicCmpXchgInst
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4675 bool ValueDecl::isWeak() const { function in class:ValueDecl
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp950 std::string SymbolForClassRef(StringRef Name, bool isWeak) { argument
1209 llvm::GlobalVariable *GetClassVar(StringRef Name, bool isWeak=false) { argument
2272 GetClassNamed(CodeGenFunction &CGF, const std::string &Name, bool isWeak) argument
[all...]

Completed in 266 milliseconds