reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 1153   if (!M.getTargetTriple().empty())
 1154     writeStringRecord(Stream, bitc::MODULE_CODE_TRIPLE, M.getTargetTriple(),
 1156   const std::string &DL = M.getDataLayoutStr();
 1159   if (!M.getModuleInlineAsm().empty())
 1160     writeStringRecord(Stream, bitc::MODULE_CODE_ASM, M.getModuleInlineAsm(),
 1169   for (const GlobalValue &GV : M.globals()) {
 1182   for (const Function &F : M) {
 1206   if (!M.global_empty()) {
 1238     StringEncoding Bits = getStringEncoding(M.getSourceFileName());
 1252     for (const auto P : M.getSourceFileName())
 1261   for (const GlobalVariable &GV : M.globals()) {
 1308   for (const Function &F : M) {
 1345   for (const GlobalAlias &A : M.aliases()) {
 1369   for (const GlobalIFunc &I : M.ifuncs()) {
 1935   if (M.named_metadata_empty())
 1939   for (const NamedMDNode &NMD : M.named_metadata()) {
 2039   if (!VE.hasMDs() && M.named_metadata_empty())
 2121   for (const Function &F : M)
 2126   for (const GlobalVariable &GV : M.globals())
 2196   M.getMDKindNames(Names);
 2222   M.getOperandBundleTags(Tags);
 2243   M.getContext().getSyncScopeNames(SSNs);
 3065   for (const Function &F : M) {
 3735           mdconst::extract_or_null<ConstantInt>(M.getModuleFlag("ThinLTO")))
 3834   for (const Function &F : M) {
 3854   for (const GlobalVariable &G : M.globals())
 3858   for (const GlobalAlias &A : M.aliases()) {
 4266   for (Module::const_iterator F = M.begin(), E = M.end(); F != E; ++F)
 4266   for (Module::const_iterator F = M.begin(), E = M.end(); F != E; ++F)
 4548     StringEncoding Bits = getStringEncoding(M.getSourceFileName());
 4562     for (const auto P : M.getSourceFileName())
 4570   for (const GlobalVariable &GV : M.globals()) {
 4584   for (const Function &F : M) {
 4598   for (const GlobalAlias &A : M.aliases()) {
 4612   for (const GlobalIFunc &I : M.ifuncs()) {