OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isWeak
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
JITSymbol.h
129
bool
isWeak
() const {
140
return !
isWeak
() && !isCommon();
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h
18
bool
IsWeak
= false;
70
bool
isWeak
() const { return
IsWeak
; }
71
void setWeak(bool
isWeak
) {
IsWeak
=
isWeak
; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
IRSymtab.h
195
bool
isWeak
() const { return (Flags >> S::FB_weak) & 1; }
223
assert(
isWeak
() && isIndirect());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAG.h
194
bool
isWeak
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
586
bool
isWeak
() const { return getSubclassData<WeakField>(); }
588
void setWeak(bool
IsWeak
) { setSubclassData<WeakField>(
IsWeak
); }
Completed in 26 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026