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

References

examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
   51             DL.getGlobalPrefix())));
examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
   58             DL.getGlobalPrefix())));
examples/SpeculativeJIT/SpeculativeJIT.cpp
   67             DL->getGlobalPrefix());
lib/ExecutionEngine/MCJIT/MCJIT.cpp
  292   if (DemangledName[0] == getDataLayout().getGlobalPrefix())
lib/IR/Mangler.cpp
   64   char Prefix = DL.getGlobalPrefix();
   76   char Prefix = DL.getGlobalPrefix();
  135   char Prefix = DL.getGlobalPrefix();
  199     if (Flag[0] == GV->getParent()->getDataLayout().getGlobalPrefix())
tools/clang/examples/clang-interpreter/main.cpp
   86             DL.getGlobalPrefix());
tools/clang/lib/AST/Mangle.cpp
  138         getASTContext().getTargetInfo().getDataLayout().getGlobalPrefix();
tools/clang/lib/Frontend/InitPreprocessor.cpp
  930   char UserLabelPrefix[2] = {TI.getDataLayout().getGlobalPrefix(), 0};
tools/clang/unittests/AST/DeclTest.cpp
   76   assert(Ctx.getTargetInfo().getDataLayout().getGlobalPrefix() &&
tools/lldb/source/Expression/IRExecutionUnit.cpp
  295       (m_execution_engine_up->getDataLayout().getGlobalPrefix() == '_');
tools/lli/lli.cpp
  797           J->getDataLayout().getGlobalPrefix())));