Searched defs:GetAddrOfGlobal (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp114 llvm::Constant *GetAddrOfGlobal(GlobalDecl global, bool isForDefinition) { function in class:__anon1332::CodeGeneratorImpl
115 return Builder->GetAddrOfGlobal(global, isForDefinition);
306 llvm::Constant *CodeGenerator::GetAddrOfGlobal(GlobalDecl global, function in class:CodeGenerator
309 ->GetAddrOfGlobal(global, isForDefinition);
H A DCodeGenModule.cpp1280 // We should call GetAddrOfGlobal with IsForDefinition set to true in order
1285 GetAddrOfGlobal(D, /*IsForDefinition=*/true));
2179 CodeGenModule::GetAddrOfGlobal(GlobalDecl GD, function in class:CodeGenModule

Completed in 106 milliseconds