Lines Matching refs:NativeRawSymbol
17 NativeRawSymbol::NativeRawSymbol(NativeSession &PDBSession, PDB_SymType Tag, in NativeRawSymbol() function in NativeRawSymbol
21 void NativeRawSymbol::dump(raw_ostream &OS, int Indent, in dump()
31 NativeRawSymbol::findChildren(PDB_SymType Type) const { in findChildren()
36 NativeRawSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren()
42 NativeRawSymbol::findChildrenByAddr(PDB_SymType Type, StringRef Name, in findChildrenByAddr()
48 NativeRawSymbol::findChildrenByVA(PDB_SymType Type, StringRef Name, in findChildrenByVA()
54 NativeRawSymbol::findChildrenByRVA(PDB_SymType Type, StringRef Name, in findChildrenByRVA()
60 NativeRawSymbol::findInlineFramesByAddr(uint32_t Section, in findInlineFramesByAddr()
66 NativeRawSymbol::findInlineFramesByRVA(uint32_t RVA) const { in findInlineFramesByRVA()
71 NativeRawSymbol::findInlineFramesByVA(uint64_t VA) const { in findInlineFramesByVA()
76 NativeRawSymbol::findInlineeLines() const { in findInlineeLines()
81 NativeRawSymbol::findInlineeLinesByAddr(uint32_t Section, uint32_t Offset, in findInlineeLinesByAddr()
87 NativeRawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
92 NativeRawSymbol::findInlineeLinesByVA(uint64_t VA, uint32_t Length) const { in findInlineeLinesByVA()
96 void NativeRawSymbol::getDataBytes(SmallVector<uint8_t, 32> &bytes) const { in getDataBytes()
100 PDB_MemberAccess NativeRawSymbol::getAccess() const { in getAccess()
104 uint32_t NativeRawSymbol::getAddressOffset() const { in getAddressOffset()
108 uint32_t NativeRawSymbol::getAddressSection() const { in getAddressSection()
112 uint32_t NativeRawSymbol::getAge() const { in getAge()
116 SymIndexId NativeRawSymbol::getArrayIndexTypeId() const { return 0; } in getArrayIndexTypeId()
118 void NativeRawSymbol::getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
125 uint32_t NativeRawSymbol::getBaseDataOffset() const { in getBaseDataOffset()
129 uint32_t NativeRawSymbol::getBaseDataSlot() const { in getBaseDataSlot()
133 SymIndexId NativeRawSymbol::getBaseSymbolId() const { return 0; } in getBaseSymbolId()
135 PDB_BuiltinType NativeRawSymbol::getBuiltinType() const { in getBuiltinType()
139 uint32_t NativeRawSymbol::getBitPosition() const { in getBitPosition()
143 PDB_CallingConv NativeRawSymbol::getCallingConvention() const { in getCallingConvention()
147 SymIndexId NativeRawSymbol::getClassParentId() const { return 0; } in getClassParentId()
149 std::string NativeRawSymbol::getCompilerName() const { in getCompilerName()
153 uint32_t NativeRawSymbol::getCount() const { in getCount()
157 uint32_t NativeRawSymbol::getCountLiveRanges() const { in getCountLiveRanges()
161 void NativeRawSymbol::getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
168 PDB_Lang NativeRawSymbol::getLanguage() const { in getLanguage()
172 SymIndexId NativeRawSymbol::getLexicalParentId() const { return 0; } in getLexicalParentId()
174 std::string NativeRawSymbol::getLibraryName() const { in getLibraryName()
178 uint32_t NativeRawSymbol::getLiveRangeStartAddressOffset() const { in getLiveRangeStartAddressOffset()
182 uint32_t NativeRawSymbol::getLiveRangeStartAddressSection() const { in getLiveRangeStartAddressSection()
186 uint32_t NativeRawSymbol::getLiveRangeStartRelativeVirtualAddress() const { in getLiveRangeStartRelativeVirtualAddress()
190 codeview::RegisterId NativeRawSymbol::getLocalBasePointerRegisterId() const { in getLocalBasePointerRegisterId()
194 SymIndexId NativeRawSymbol::getLowerBoundId() const { return 0; } in getLowerBoundId()
196 uint32_t NativeRawSymbol::getMemorySpaceKind() const { in getMemorySpaceKind()
200 std::string NativeRawSymbol::getName() const { in getName()
204 uint32_t NativeRawSymbol::getNumberOfAcceleratorPointerTags() const { in getNumberOfAcceleratorPointerTags()
208 uint32_t NativeRawSymbol::getNumberOfColumns() const { in getNumberOfColumns()
212 uint32_t NativeRawSymbol::getNumberOfModifiers() const { in getNumberOfModifiers()
216 uint32_t NativeRawSymbol::getNumberOfRegisterIndices() const { in getNumberOfRegisterIndices()
220 uint32_t NativeRawSymbol::getNumberOfRows() const { in getNumberOfRows()
224 std::string NativeRawSymbol::getObjectFileName() const { in getObjectFileName()
228 uint32_t NativeRawSymbol::getOemId() const { in getOemId()
232 SymIndexId NativeRawSymbol::getOemSymbolId() const { return 0; } in getOemSymbolId()
234 uint32_t NativeRawSymbol::getOffsetInUdt() const { in getOffsetInUdt()
238 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform()
242 uint32_t NativeRawSymbol::getRank() const { in getRank()
246 codeview::RegisterId NativeRawSymbol::getRegisterId() const { in getRegisterId()
250 uint32_t NativeRawSymbol::getRegisterType() const { in getRegisterType()
254 uint32_t NativeRawSymbol::getRelativeVirtualAddress() const { in getRelativeVirtualAddress()
258 uint32_t NativeRawSymbol::getSamplerSlot() const { in getSamplerSlot()
262 uint32_t NativeRawSymbol::getSignature() const { in getSignature()
266 uint32_t NativeRawSymbol::getSizeInUdt() const { in getSizeInUdt()
270 uint32_t NativeRawSymbol::getSlot() const { in getSlot()
274 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName()
279 NativeRawSymbol::getSrcLineOnTypeDefn() const { in getSrcLineOnTypeDefn()
283 uint32_t NativeRawSymbol::getStride() const { in getStride()
287 SymIndexId NativeRawSymbol::getSubTypeId() const { return 0; } in getSubTypeId()
289 std::string NativeRawSymbol::getSymbolsFileName() const { return {}; } in getSymbolsFileName()
291 SymIndexId NativeRawSymbol::getSymIndexId() const { return SymbolId; } in getSymIndexId()
293 uint32_t NativeRawSymbol::getTargetOffset() const { in getTargetOffset()
297 uint32_t NativeRawSymbol::getTargetRelativeVirtualAddress() const { in getTargetRelativeVirtualAddress()
301 uint64_t NativeRawSymbol::getTargetVirtualAddress() const { in getTargetVirtualAddress()
305 uint32_t NativeRawSymbol::getTargetSection() const { in getTargetSection()
309 uint32_t NativeRawSymbol::getTextureSlot() const { in getTextureSlot()
313 uint32_t NativeRawSymbol::getTimeStamp() const { in getTimeStamp()
317 uint32_t NativeRawSymbol::getToken() const { in getToken()
321 SymIndexId NativeRawSymbol::getTypeId() const { return 0; } in getTypeId()
323 uint32_t NativeRawSymbol::getUavSlot() const { in getUavSlot()
327 std::string NativeRawSymbol::getUndecoratedName() const { in getUndecoratedName()
331 std::string NativeRawSymbol::getUndecoratedNameEx( in getUndecoratedNameEx()
336 SymIndexId NativeRawSymbol::getUnmodifiedTypeId() const { return 0; } in getUnmodifiedTypeId()
338 SymIndexId NativeRawSymbol::getUpperBoundId() const { return 0; } in getUpperBoundId()
340 Variant NativeRawSymbol::getValue() const { in getValue()
344 uint32_t NativeRawSymbol::getVirtualBaseDispIndex() const { in getVirtualBaseDispIndex()
348 uint32_t NativeRawSymbol::getVirtualBaseOffset() const { in getVirtualBaseOffset()
352 SymIndexId NativeRawSymbol::getVirtualTableShapeId() const { return 0; } in getVirtualTableShapeId()
355 NativeRawSymbol::getVirtualBaseTableType() const { in getVirtualBaseTableType()
359 PDB_DataKind NativeRawSymbol::getDataKind() const { in getDataKind()
363 PDB_SymType NativeRawSymbol::getSymTag() const { return Tag; } in getSymTag()
365 codeview::GUID NativeRawSymbol::getGuid() const { return codeview::GUID{{0}}; } in getGuid()
367 int32_t NativeRawSymbol::getOffset() const { in getOffset()
371 int32_t NativeRawSymbol::getThisAdjust() const { in getThisAdjust()
375 int32_t NativeRawSymbol::getVirtualBasePointerOffset() const { in getVirtualBasePointerOffset()
379 PDB_LocType NativeRawSymbol::getLocationType() const { in getLocationType()
383 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType()
387 codeview::ThunkOrdinal NativeRawSymbol::getThunkOrdinal() const { in getThunkOrdinal()
391 uint64_t NativeRawSymbol::getLength() const { in getLength()
395 uint64_t NativeRawSymbol::getLiveRangeLength() const { in getLiveRangeLength()
399 uint64_t NativeRawSymbol::getVirtualAddress() const { in getVirtualAddress()
403 PDB_UdtType NativeRawSymbol::getUdtKind() const { in getUdtKind()
407 bool NativeRawSymbol::hasConstructor() const { in hasConstructor()
411 bool NativeRawSymbol::hasCustomCallingConvention() const { in hasCustomCallingConvention()
415 bool NativeRawSymbol::hasFarReturn() const { in hasFarReturn()
419 bool NativeRawSymbol::isCode() const { in isCode()
423 bool NativeRawSymbol::isCompilerGenerated() const { in isCompilerGenerated()
427 bool NativeRawSymbol::isConstType() const { in isConstType()
431 bool NativeRawSymbol::isEditAndContinueEnabled() const { in isEditAndContinueEnabled()
435 bool NativeRawSymbol::isFunction() const { in isFunction()
439 bool NativeRawSymbol::getAddressTaken() const { in getAddressTaken()
443 bool NativeRawSymbol::getNoStackOrdering() const { in getNoStackOrdering()
447 bool NativeRawSymbol::hasAlloca() const { in hasAlloca()
451 bool NativeRawSymbol::hasAssignmentOperator() const { in hasAssignmentOperator()
455 bool NativeRawSymbol::hasCTypes() const { in hasCTypes()
459 bool NativeRawSymbol::hasCastOperator() const { in hasCastOperator()
463 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo()
467 bool NativeRawSymbol::hasEH() const { in hasEH()
471 bool NativeRawSymbol::hasEHa() const { in hasEHa()
475 bool NativeRawSymbol::hasInlAsm() const { in hasInlAsm()
479 bool NativeRawSymbol::hasInlineAttribute() const { in hasInlineAttribute()
483 bool NativeRawSymbol::hasInterruptReturn() const { in hasInterruptReturn()
487 bool NativeRawSymbol::hasFramePointer() const { in hasFramePointer()
491 bool NativeRawSymbol::hasLongJump() const { in hasLongJump()
495 bool NativeRawSymbol::hasManagedCode() const { in hasManagedCode()
499 bool NativeRawSymbol::hasNestedTypes() const { in hasNestedTypes()
503 bool NativeRawSymbol::hasNoInlineAttribute() const { in hasNoInlineAttribute()
507 bool NativeRawSymbol::hasNoReturnAttribute() const { in hasNoReturnAttribute()
511 bool NativeRawSymbol::hasOptimizedCodeDebugInfo() const { in hasOptimizedCodeDebugInfo()
515 bool NativeRawSymbol::hasOverloadedOperator() const { in hasOverloadedOperator()
519 bool NativeRawSymbol::hasSEH() const { in hasSEH()
523 bool NativeRawSymbol::hasSecurityChecks() const { in hasSecurityChecks()
527 bool NativeRawSymbol::hasSetJump() const { in hasSetJump()
531 bool NativeRawSymbol::hasStrictGSCheck() const { in hasStrictGSCheck()
535 bool NativeRawSymbol::isAcceleratorGroupSharedLocal() const { in isAcceleratorGroupSharedLocal()
539 bool NativeRawSymbol::isAcceleratorPointerTagLiveRange() const { in isAcceleratorPointerTagLiveRange()
543 bool NativeRawSymbol::isAcceleratorStubFunction() const { in isAcceleratorStubFunction()
547 bool NativeRawSymbol::isAggregated() const { in isAggregated()
551 bool NativeRawSymbol::isIntroVirtualFunction() const { in isIntroVirtualFunction()
555 bool NativeRawSymbol::isCVTCIL() const { in isCVTCIL()
559 bool NativeRawSymbol::isConstructorVirtualBase() const { in isConstructorVirtualBase()
563 bool NativeRawSymbol::isCxxReturnUdt() const { in isCxxReturnUdt()
567 bool NativeRawSymbol::isDataAligned() const { in isDataAligned()
571 bool NativeRawSymbol::isHLSLData() const { in isHLSLData()
575 bool NativeRawSymbol::isHotpatchable() const { in isHotpatchable()
579 bool NativeRawSymbol::isIndirectVirtualBaseClass() const { in isIndirectVirtualBaseClass()
583 bool NativeRawSymbol::isInterfaceUdt() const { in isInterfaceUdt()
587 bool NativeRawSymbol::isIntrinsic() const { in isIntrinsic()
591 bool NativeRawSymbol::isLTCG() const { in isLTCG()
595 bool NativeRawSymbol::isLocationControlFlowDependent() const { in isLocationControlFlowDependent()
599 bool NativeRawSymbol::isMSILNetmodule() const { in isMSILNetmodule()
603 bool NativeRawSymbol::isMatrixRowMajor() const { in isMatrixRowMajor()
607 bool NativeRawSymbol::isManagedCode() const { in isManagedCode()
611 bool NativeRawSymbol::isMSILCode() const { in isMSILCode()
615 bool NativeRawSymbol::isMultipleInheritance() const { in isMultipleInheritance()
619 bool NativeRawSymbol::isNaked() const { in isNaked()
623 bool NativeRawSymbol::isNested() const { in isNested()
627 bool NativeRawSymbol::isOptimizedAway() const { in isOptimizedAway()
631 bool NativeRawSymbol::isPacked() const { in isPacked()
635 bool NativeRawSymbol::isPointerBasedOnSymbolValue() const { in isPointerBasedOnSymbolValue()
639 bool NativeRawSymbol::isPointerToDataMember() const { in isPointerToDataMember()
643 bool NativeRawSymbol::isPointerToMemberFunction() const { in isPointerToMemberFunction()
647 bool NativeRawSymbol::isPureVirtual() const { in isPureVirtual()
651 bool NativeRawSymbol::isRValueReference() const { in isRValueReference()
655 bool NativeRawSymbol::isRefUdt() const { in isRefUdt()
659 bool NativeRawSymbol::isReference() const { in isReference()
663 bool NativeRawSymbol::isRestrictedType() const { in isRestrictedType()
667 bool NativeRawSymbol::isReturnValue() const { in isReturnValue()
671 bool NativeRawSymbol::isSafeBuffers() const { in isSafeBuffers()
675 bool NativeRawSymbol::isScoped() const { in isScoped()
679 bool NativeRawSymbol::isSdl() const { in isSdl()
683 bool NativeRawSymbol::isSingleInheritance() const { in isSingleInheritance()
687 bool NativeRawSymbol::isSplitted() const { in isSplitted()
691 bool NativeRawSymbol::isStatic() const { in isStatic()
695 bool NativeRawSymbol::hasPrivateSymbols() const { in hasPrivateSymbols()
699 bool NativeRawSymbol::isUnalignedType() const { in isUnalignedType()
703 bool NativeRawSymbol::isUnreached() const { in isUnreached()
707 bool NativeRawSymbol::isValueUdt() const { in isValueUdt()
711 bool NativeRawSymbol::isVirtual() const { in isVirtual()
715 bool NativeRawSymbol::isVirtualBaseClass() const { in isVirtualBaseClass()
719 bool NativeRawSymbol::isVirtualInheritance() const { in isVirtualInheritance()
723 bool NativeRawSymbol::isVolatileType() const { in isVolatileType()
727 bool NativeRawSymbol::wasInlined() const { in wasInlined()
731 std::string NativeRawSymbol::getUnused() const { in getUnused()