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

  /external/llvm/include/llvm/IR/
DebugInfo.h 83 DECLARE_SIMPLIFY_DESCRIPTOR(DICompositeType)
183 class DICompositeType {
187 DICompositeType(const MDCompositeTypeBase *N = nullptr)
206 operator DICompositeType() const { return N; }
403 SIMPLIFY_DESCRIPTOR(DICompositeType)
430 DICompositeType getDICompositeType(DIType T);
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp 126 DICompositeType CT =
138 DICompositeType CT = D->createStructType(
152 DICompositeType CT = D->createReplaceableCompositeType(
177 DICompositeType CT =
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 302 DIE *createTypeDIE(DICompositeType Ty);
332 /// constructTypeDIE - Construct type DIE from DICompositeType.
333 void constructTypeDIE(DIE &Buffer, DICompositeType CTy);
359 /// constructArrayTypeDIE - Construct array type DIE from DICompositeType.
360 void constructArrayTypeDIE(DIE &Buffer, DICompositeType CTy);
363 void constructEnumTypeDIE(DIE &Buffer, DICompositeType CTy);
DwarfDebug.h 271 SmallVector<std::pair<std::unique_ptr<DwarfTypeUnit>, DICompositeType>, 1>
522 DIE &Die, DICompositeType CTy);
DwarfUnit.cpp 788 DIE *DwarfUnit::createTypeDIE(DICompositeType Ty) {
835 else if (DICompositeType CTy = dyn_cast<MDCompositeTypeBase>(Ty)) {
    [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 59 DICompositeType llvm::getDICompositeType(DIType T) {
  /external/clang/lib/CodeGen/
CGDebugInfo.h 208 llvm::DICompositeType RecordTy);
CGDebugInfo.cpp     [all...]

Completed in 141 milliseconds