HomeSort by relevance Sort by last modified time
    Searched refs:DICompileUnit (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 63 DICompileUnit(*I).print(O);
  /external/llvm/lib/IR/
DebugInfo.cpp 60 DICompileUnit(DbgNode).Verify() || DINameSpace(DbgNode).Verify() ||
413 bool DICompileUnit::Verify() const {
669 return DICompileUnit(DbgNode).getFilename();
687 return DICompileUnit(DbgNode).getDirectory();
695 DIArray DICompileUnit::getEnumTypes() const {
704 DIArray DICompileUnit::getRetainedTypes() const {
713 DIArray DICompileUnit::getSubprograms() const {
723 DIArray DICompileUnit::getGlobalVariables() const {
854 DICompileUnit CU(CU_Nodes->getOperand(i));
882 addCompileUnit(DICompileUnit(S))
    [all...]
DIBuilder.cpp 109 TheCU = DICompileUnit(MDNode::get(VMContext, Elts));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 125 std::string mangleName(DICompileUnit CU, const char *NewStem);
359 std::string GCOVProfiler::mangleName(DICompileUnit CU, const char *NewStem) {
398 DICompileUnit CU(CU_Nodes->getOperand(i));
453 DICompileUnit CU(CU_Nodes->getOperand(i));
720 DICompileUnit CU(CU_Nodes->getOperand(i));
  /external/llvm/include/llvm/
DebugInfo.h 183 /// DICompileUnit - A wrapper for a compile unit.
184 class DICompileUnit : public DIScope {
188 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {}
770 bool addCompileUnit(DICompileUnit CU);
  /external/clang/lib/CodeGen/
CGDebugInfo.h 50 llvm::DICompileUnit TheCU;
CGDebugInfo.cpp 350 TheCU = llvm::DICompileUnit(DBuilder.getCU());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 666 DICompileUnit DIUnit(N);
783 DICompileUnit CUNode(CU_Nodes->getOperand(i));
830 DICompileUnit TheCU(CU_Nodes->getOperand(i));
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 209 DICompileUnit CU(Node);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 858 DICompileUnit DIUnit(*I);
    [all...]

Completed in 586 milliseconds