Home
last modified time | relevance | path

Searched refs:isForDefinition (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DModuleBuilder.cpp114 llvm::Constant *GetAddrOfGlobal(GlobalDecl global, bool isForDefinition) { in GetAddrOfGlobal() argument
115 return Builder->GetAddrOfGlobal(global, isForDefinition); in GetAddrOfGlobal()
307 bool isForDefinition) { in GetAddrOfGlobal() argument
309 ->GetAddrOfGlobal(global, isForDefinition); in GetAddrOfGlobal()
/external/clang/include/clang/CodeGen/
DModuleBuilder.h81 llvm::Constant *GetAddrOfGlobal(GlobalDecl decl, bool isForDefinition);