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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h129 bool isWeak() const { function in class:llvm::JITSymbolFlags
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h70 bool isWeak() const { return IsWeak; } function in class:llvm::MCSymbolWasm
71 void setWeak(bool isWeak) { IsWeak = isWeak; } argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h195 bool isWeak() const { return (Flags >> S::FB_weak) & 1; } function in struct:llvm::irsymtab::Symbol
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h194 bool isWeak() const { function in class:llvm::SDep
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h586 bool isWeak() const { return getSubclassData<WeakField>(); } function in class:llvm::AtomicCmpXchgInst
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp950 std::string SymbolForClassRef(StringRef Name, bool isWeak) { argument
1212 llvm::GlobalVariable *GetClassVar(StringRef Name, bool isWeak=false) { argument
2284 GetClassNamed(CodeGenFunction &CGF, const std::string &Name, bool isWeak) argument
[all...]

Completed in 198 milliseconds