HomeSort by relevance Sort by last modified time
    Searched refs:DISubroutineType (Results 1 - 25 of 42) sorted by null

1 2

  /external/llvm/include/llvm/IR/
DIBuilder.h 395 DISubroutineType *createSubroutineType(DITypeRefArray ParameterTypes,
533 unsigned LineNo, DISubroutineType *Ty,
544 unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit,
573 DIFile *File, unsigned LineNo, DISubroutineType *Ty,
    [all...]
DebugInfoMetadata.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 144 /// The second entry in the key is needed for methods as DISubroutineType
250 codeview::TypeIndex lowerTypeFunction(const DISubroutineType *Ty);
251 codeview::TypeIndex lowerTypeMemberFunction(const DISubroutineType *Ty,
DwarfUnit.h 337 void constructTypeDIE(DIE &Buffer, const DISubroutineType *DTy);
DwarfUnit.cpp 718 else if (auto *STy = dyn_cast<DISubroutineType>(Ty))
857 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DISubroutineType *CTy) {
859 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray();
    [all...]
CodeViewDebug.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIBuilder.h 513 DISubroutineType *
662 unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit,
    [all...]
DebugInfoMetadata.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 200 /// The second entry in the key is needed for methods as DISubroutineType
341 codeview::TypeIndex lowerTypeFunction(const DISubroutineType *Ty);
343 codeview::TypeIndex lowerTypeMemberFunction(const DISubroutineType *Ty,
DwarfUnit.h 345 void constructTypeDIE(DIE &Buffer, const DISubroutineType *CTy);
  /external/clang/lib/CodeGen/
CGDebugInfo.h 184 llvm::DISubroutineType *getOrCreateMethodType(const CXXMethodDecl *Method,
186 llvm::DISubroutineType *
189 llvm::DISubroutineType *
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir_test.go 115 typeInfo := d.CreateSubroutineType(DISubroutineType{
dibuilder.go 331 // DISubroutineType holds the values for creating subroutine type debug metadata.
332 type DISubroutineType struct {
344 func (d *DIBuilder) CreateSubroutineType(t DISubroutineType) Metadata {
  /external/llvm/lib/IR/
DebugInfo.cpp 97 if (auto *ST = dyn_cast<DISubroutineType>(DT)) {
DebugInfoMetadata.cpp 338 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context,
343 DEFINE_GETIMPL_LOOKUP(DISubroutineType, (Flags, CC, TypeArray));
345 DEFINE_GETIMPL_STORE(DISubroutineType, (Flags, CC), Ops);
DIBuilder.cpp 401 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes,
403 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes);
630 unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit,
648 unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit,
661 DIFile *F, unsigned LineNo, DISubroutineType *Ty,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIBuilder.cpp 498 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes,
501 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes);
754 unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit,
773 unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit,
    [all...]
DebugInfoMetadata.cpp 399 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, DIFlags Flags,
403 DEFINE_GETIMPL_LOOKUP(DISubroutineType, (Flags, CC, TypeArray));
405 DEFINE_GETIMPL_STORE(DISubroutineType, (Flags, CC), Ops);
    [all...]
DebugInfo.cpp 129 if (auto *ST = dyn_cast<DISubroutineType>(DT)) {
407 : EmptySubroutineType(DISubroutineType::get(C, DINode::FlagZero, 0,
431 auto *Type = cast_or_null<DISubroutineType>(map(MDS->getType()));
530 if (isa<DISubroutineType>(N))
806 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty),
    [all...]
  /external/llvm/bindings/go/llvm/
dibuilder.go 320 // DISubroutineType holds the values for creating subroutine type debug metadata.
321 type DISubroutineType struct {
331 func (d *DIBuilder) CreateSubroutineType(t DISubroutineType) Metadata {
DIBuilderBindings.cpp 81 unwrap<DISubroutineType>(CompositeType),
  /external/llvm/unittests/IR/
MetadataTest.cpp 82 DISubroutineType *getSubroutineType() {
83 return DISubroutineType::getDistinct(Context, 0, 0, getNode(nullptr));
972 DIType *D = DISubroutineType::getDistinct(Context, 0u, 0, Types);
979 TempDIType T = DISubroutineType::getTemporary(Context, 0u, 0, Types);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
MetadataTest.cpp 82 DISubroutineType *getSubroutineType() {
83 return DISubroutineType::getDistinct(Context, DINode::FlagZero, 0,
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 232 DISubroutineType *FuncType =
419 DISubroutineType *DFuncType = DBuilder.createSubroutineType(ParamTypes);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Cloning.cpp 380 DISubroutineType *FuncType =
596 DISubroutineType *DFuncType = DBuilder.createSubroutineType(ParamTypes);

Completed in 573 milliseconds

1 2