OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitConstantInit
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/CodeGen/
CGDecl.cpp
232
llvm::Constant *Init = CGM.
EmitConstantInit
(D, this);
[
all
...]
CodeGenModule.h
818
///
EmitConstantInit
- Try to emit the initializer for the given declaration
821
llvm::Constant *
EmitConstantInit
(const VarDecl &D, CodeGenFunction *CGF = 0);
[
all
...]
CGExprConstant.cpp
[
all
...]
CGBlocks.cpp
288
return CGM.
EmitConstantInit
(*var, CGF);
[
all
...]
CodeGenModule.cpp
[
all
...]
Completed in 37 milliseconds