MCPcopy Create free account
hub / github.com/apache/impala / GetNamedType

Method GetNamedType

be/src/codegen/llvm-codegen.cc:617–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617llvm::Type* LlvmCodeGen::GetNamedType(const string& name) {
618 llvm::Type* type = module_->getTypeByName(name);
619 DCHECK(type != NULL) << name;
620 return type;
621}
622
623llvm::PointerType* LlvmCodeGen::GetNamedPtrType(const string& name) {
624 llvm::Type* type = GetNamedType(name);

Callers 7

GetLoweredTypeMethod · 0.80
GetUnloweredTypeMethod · 0.80
GetAnyValPtrTypeMethod · 0.80
CreateCallMethod · 0.80
GetNullValMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected