OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NonLazyBind
(Results
1 - 12
of
12
) sorted by null
/external/llvm/include/llvm/IR/
Attributes.h
88
NonLazyBind
, ///< Function is called early and/or
/external/llvm/lib/IR/
Attributes.cpp
196
if (hasAttribute(Attribute::
NonLazyBind
))
197
return "
nonlazybind
";
386
case Attribute::
NonLazyBind
: return 1U << 31;
[
all
...]
Verifier.cpp
766
I->getKindAsEnum() == Attribute::
NonLazyBind
||
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
104
|
NonLazyBind
754
| Attribute.
NonLazyBind
-> Int32.shift_left 1l 31
794
checkattr Attribute.
NonLazyBind
;
[
all
...]
llvm.mli
153
|
NonLazyBind
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
200
case Attribute::
NonLazyBind
:
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
520
HANDLE_ATTR(
NonLazyBind
);
[
all
...]
/external/clang/lib/CodeGen/
CGObjCMac.cpp
71
llvm::Attribute::
NonLazyBind
));
597
llvm::Attribute::
NonLazyBind
));
[
all
...]
CGObjC.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
588
return Attribute::
NonLazyBind
;
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 941 milliseconds