Searched defs:ConstantData (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Constants.h | 61 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {} ConstantData() function |
H A D | Value.h | 34 class ConstantData; variable |
/llvm-project/bolt/lib/Passes/ | ||
H A D | BinaryPasses.cpp | 1211 StringRef ConstantData = DataSection->getContents(); simplifyRODataLoads() local |