Home
last modified time | relevance | path

Searched defs:ReplacePlaceholders (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1457 struct ReplacePlaceholders { struct
1458 CodeGenModule &CGM;
1461 llvm::Constant *Base;
1462 llvm::Type *BaseValueTy = nullptr;
1465 llvm::DenseMap<llvm::Constant*, llvm::GlobalVariable*> PlaceholderAddresses;
1468 llvm::DenseMap<llvm::GlobalVariable*, llvm::Constant*> Locations;
1473 llvm::SmallVector<unsigned, 8> Indices;
1474 llvm::SmallVector<llvm::Constant*, 8> IndexValues;
1476 ReplacePlaceholders(CodeGenModule &CGM, llvm::Constant *base, in ReplacePlaceholders() function
1483 void replaceInInitializer(llvm::Constant *init) { in replaceInInitializer()
[all …]