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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 721 if (GenerateDwarfTypeUnits && !Ty->isForwardDecl())
737 if (!Ty->getName().empty() && !Ty->isForwardDecl()) {
838 if (!DTy->isForwardDecl())
    [all...]
CodeViewDebug.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 766 if (DD->generateTypeUnits() && !Ty->isForwardDecl())
782 if (!Ty->getName().empty() && !Ty->isForwardDecl()) {
883 if (!DTy->isForwardDecl())
    [all...]
CodeViewDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 636 if (Ty.isCompositeType() && !Ty.getName().empty() && !Ty.isForwardDecl()
706 if (!DTy.isForwardDecl())
851 if (CTy.isForwardDecl())
858 if (!CTy.isForwardDecl())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 271 bool isForwardDecl() const {
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 296 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl))
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 677 if (isForwardDecl())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DebugInfoMetadata.cpp 356 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp 299 if (CT.isForwardDecl())
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 574 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h 698 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; }
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 176 milliseconds