HomeSort by relevance Sort by last modified time
    Searched defs:CUNode (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/IR/
DIBuilder.h 38 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler.
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 71 const DICompileUnit *CUNode;
124 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); }
125 const DICompileUnit *getCUNode() const { return CUNode; }
DwarfDebug.cpp 479 for (DICompileUnit *CUNode : M->debug_compile_units()) {
480 DwarfCompileUnit &CU = constructDwarfCompileUnit(CUNode);
481 for (auto *IE : CUNode->getImportedEntities())
483 for (auto *GV : CUNode->getGlobalVariables())
485 for (auto *Ty : CUNode->getEnumTypes()) {
490 for (auto *Ty : CUNode->getRetainedTypes()) {
500 for (auto *IE : CUNode->getImportedEntities())
594 auto *CUNode = cast<DICompileUnit>(P.first);
596 if (CUNode->getMacros())
    [all...]

Completed in 466 milliseconds