HomeSort by: relevance | last modified time | path
    Searched refs:addType (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.cpp 410 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry,
419 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) {
449 TypeId = addType(std::move(TypeEntry), BTy);
468 TypeId = addType(std::move(TypeEntry)); // For subprogram
470 TypeId = addType(std::move(TypeEntry), STy); // For func ptr
499 TypeId = addType(std::move(TypeEntry), CTy);
527 ElemTypeId = addType(std::move(TypeEntry), CTy);
529 ElemTypeId = addType(std::move(TypeEntry));
541 ArrayIndexTypeId = addType(std::move(TypeEntry));
552 TypeId = addType(std::move(TypeEntry), CTy)
    [all...]
BTFDebug.h 275 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);
277 uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfo.h 118 bool addType(DIType *DT);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 534 addType(TT, cast<DIType>(Ty));
646 void DwarfUnit::addType(DIE &Entity, const DIType *Ty,
750 addType(Buffer, FromTy);
795 addType(Arg, Ty);
807 addType(Buffer, RTy);
882 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend);
905 addType(ElemDie, Property->getType());
1000 addType(ParamDIE, TP->getType());
1014 addType(ParamDIE, VP->getType());
1140 addType(SPDie, DefinitionArgs[0])
    [all...]
DwarfUnit.h 233 void addType(DIE &Entity, const DIType *Ty,
DwarfCompileUnit.cpp 165 addType(*VariableDIE, GTy);
171 addType(*VariableDIE, GTy);
1488 addType(VariableDie, Var.getType());
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
demangle.d 54 enum AddType { no, yes }
59 this( buf_, AddType.yes, dst_ );
63 this( return scope const(char)[] buf_, AddType addType_, return scope char[] dst_ = null )
66 addType = addType_;
79 AddType addType = AddType.yes;
2036 parseMangledName( AddType.yes == addType );
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp 209 if (!addType(DT))
297 bool DebugInfoFinder::addType(DIType *DT) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 5059 addType(DNT->getIdentifier());
5070 addType(NNS->getAsIdentifier());
5100 void addType(const IdentifierInfo *Name) {

Completed in 44 milliseconds