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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeTypedef.cpp 19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
27 SymIndexId NativeTypeTypedef::getTypeId() const {
NativeTypeArray.cpp 32 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session,
57 Session.getSymbolCache().getNativeSymbolById(getTypeId());
61 SymIndexId NativeTypeArray::getTypeId() const {
NativeSymbolEnumerator.cpp 38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
58 SymIndexId NativeSymbolEnumerator::getTypeId() const {
59 return Parent.getTypeId();
NativeTypePointer.cpp 47 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
100 SymIndexId NativeTypePointer::getTypeId() const {
NativeTypeFunctionSig.cpp 37 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
41 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); }
120 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
160 SymIndexId NativeTypeFunctionSig::getTypeId() const {
NativeTypeEnum.cpp 139 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
340 SymIndexId NativeTypeEnum::getTypeId() const {
342 return UnmodifiedType->getTypeId();
380 getTypeId());
NativeRawSymbol.cpp 322 SymIndexId NativeRawSymbol::getTypeId() const { return 0; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.h 359 uint32_t getTypeId(const DIType *Ty) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 827 SymIndexId DIARawSymbol::getTypeId() const {

Completed in 20 milliseconds