Lines Matching refs:NativeRawSymbol
19 NativeRawSymbol::NativeRawSymbol(NativeSession &PDBSession, PDB_SymType Tag, in NativeRawSymbol() function in NativeRawSymbol
23 void NativeRawSymbol::dump(raw_ostream &OS, int Indent, in dump()
33 NativeRawSymbol::findChildren(PDB_SymType Type) const { in findChildren()
38 NativeRawSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren()
44 NativeRawSymbol::findChildrenByAddr(PDB_SymType Type, StringRef Name, in findChildrenByAddr()
50 NativeRawSymbol::findChildrenByVA(PDB_SymType Type, StringRef Name, in findChildrenByVA()
56 NativeRawSymbol::findChildrenByRVA(PDB_SymType Type, StringRef Name, in findChildrenByRVA()
62 NativeRawSymbol::findInlineFramesByAddr(uint32_t Section, in findInlineFramesByAddr()
68 NativeRawSymbol::findInlineFramesByRVA(uint32_t RVA) const { in findInlineFramesByRVA()
73 NativeRawSymbol::findInlineFramesByVA(uint64_t VA) const { in findInlineFramesByVA()
78 NativeRawSymbol::findInlineeLines() const { in findInlineeLines()
83 NativeRawSymbol::findInlineeLinesByAddr(uint32_t Section, uint32_t Offset, in findInlineeLinesByAddr()
89 NativeRawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const { in findInlineeLinesByRVA()
94 NativeRawSymbol::findInlineeLinesByVA(uint64_t VA, uint32_t Length) const { in findInlineeLinesByVA()
98 void NativeRawSymbol::getDataBytes(SmallVector<uint8_t, 32> &bytes) const { in getDataBytes()
102 PDB_MemberAccess NativeRawSymbol::getAccess() const { in getAccess()
106 uint32_t NativeRawSymbol::getAddressOffset() const { in getAddressOffset()
110 uint32_t NativeRawSymbol::getAddressSection() const { in getAddressSection()
114 uint32_t NativeRawSymbol::getAge() const { in getAge()
118 SymIndexId NativeRawSymbol::getArrayIndexTypeId() const { return 0; } in getArrayIndexTypeId()
120 void NativeRawSymbol::getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
127 uint32_t NativeRawSymbol::getBaseDataOffset() const { in getBaseDataOffset()
131 uint32_t NativeRawSymbol::getBaseDataSlot() const { in getBaseDataSlot()
135 SymIndexId NativeRawSymbol::getBaseSymbolId() const { return 0; } in getBaseSymbolId()
137 PDB_BuiltinType NativeRawSymbol::getBuiltinType() const { in getBuiltinType()
141 uint32_t NativeRawSymbol::getBitPosition() const { in getBitPosition()
145 PDB_CallingConv NativeRawSymbol::getCallingConvention() const { in getCallingConvention()
149 SymIndexId NativeRawSymbol::getClassParentId() const { return 0; } in getClassParentId()
151 std::string NativeRawSymbol::getCompilerName() const { in getCompilerName()
155 uint32_t NativeRawSymbol::getCount() const { in getCount()
159 uint32_t NativeRawSymbol::getCountLiveRanges() const { in getCountLiveRanges()
163 void NativeRawSymbol::getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
170 PDB_Lang NativeRawSymbol::getLanguage() const { in getLanguage()
174 SymIndexId NativeRawSymbol::getLexicalParentId() const { return 0; } in getLexicalParentId()
176 std::string NativeRawSymbol::getLibraryName() const { in getLibraryName()
180 uint32_t NativeRawSymbol::getLiveRangeStartAddressOffset() const { in getLiveRangeStartAddressOffset()
184 uint32_t NativeRawSymbol::getLiveRangeStartAddressSection() const { in getLiveRangeStartAddressSection()
188 uint32_t NativeRawSymbol::getLiveRangeStartRelativeVirtualAddress() const { in getLiveRangeStartRelativeVirtualAddress()
192 codeview::RegisterId NativeRawSymbol::getLocalBasePointerRegisterId() const { in getLocalBasePointerRegisterId()
196 SymIndexId NativeRawSymbol::getLowerBoundId() const { return 0; } in getLowerBoundId()
198 uint32_t NativeRawSymbol::getMemorySpaceKind() const { in getMemorySpaceKind()
202 std::string NativeRawSymbol::getName() const { in getName()
206 uint32_t NativeRawSymbol::getNumberOfAcceleratorPointerTags() const { in getNumberOfAcceleratorPointerTags()
210 uint32_t NativeRawSymbol::getNumberOfColumns() const { in getNumberOfColumns()
214 uint32_t NativeRawSymbol::getNumberOfModifiers() const { in getNumberOfModifiers()
218 uint32_t NativeRawSymbol::getNumberOfRegisterIndices() const { in getNumberOfRegisterIndices()
222 uint32_t NativeRawSymbol::getNumberOfRows() const { in getNumberOfRows()
226 std::string NativeRawSymbol::getObjectFileName() const { in getObjectFileName()
230 uint32_t NativeRawSymbol::getOemId() const { in getOemId()
234 SymIndexId NativeRawSymbol::getOemSymbolId() const { return 0; } in getOemSymbolId()
236 uint32_t NativeRawSymbol::getOffsetInUdt() const { in getOffsetInUdt()
240 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform()
244 uint32_t NativeRawSymbol::getRank() const { in getRank()
248 codeview::RegisterId NativeRawSymbol::getRegisterId() const { in getRegisterId()
252 uint32_t NativeRawSymbol::getRegisterType() const { in getRegisterType()
256 uint32_t NativeRawSymbol::getRelativeVirtualAddress() const { in getRelativeVirtualAddress()
260 uint32_t NativeRawSymbol::getSamplerSlot() const { in getSamplerSlot()
264 uint32_t NativeRawSymbol::getSignature() const { in getSignature()
268 uint32_t NativeRawSymbol::getSizeInUdt() const { in getSizeInUdt()
272 uint32_t NativeRawSymbol::getSlot() const { in getSlot()
276 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName()
281 NativeRawSymbol::getSrcLineOnTypeDefn() const { in getSrcLineOnTypeDefn()
285 uint32_t NativeRawSymbol::getStride() const { in getStride()
289 SymIndexId NativeRawSymbol::getSubTypeId() const { return 0; } in getSubTypeId()
291 std::string NativeRawSymbol::getSymbolsFileName() const { return {}; } in getSymbolsFileName()
293 SymIndexId NativeRawSymbol::getSymIndexId() const { return SymbolId; } in getSymIndexId()
295 uint32_t NativeRawSymbol::getTargetOffset() const { in getTargetOffset()
299 uint32_t NativeRawSymbol::getTargetRelativeVirtualAddress() const { in getTargetRelativeVirtualAddress()
303 uint64_t NativeRawSymbol::getTargetVirtualAddress() const { in getTargetVirtualAddress()
307 uint32_t NativeRawSymbol::getTargetSection() const { in getTargetSection()
311 uint32_t NativeRawSymbol::getTextureSlot() const { in getTextureSlot()
315 uint32_t NativeRawSymbol::getTimeStamp() const { in getTimeStamp()
319 uint32_t NativeRawSymbol::getToken() const { in getToken()
323 SymIndexId NativeRawSymbol::getTypeId() const { return 0; } in getTypeId()
325 uint32_t NativeRawSymbol::getUavSlot() const { in getUavSlot()
329 std::string NativeRawSymbol::getUndecoratedName() const { in getUndecoratedName()
333 std::string NativeRawSymbol::getUndecoratedNameEx( in getUndecoratedNameEx()
338 SymIndexId NativeRawSymbol::getUnmodifiedTypeId() const { return 0; } in getUnmodifiedTypeId()
340 SymIndexId NativeRawSymbol::getUpperBoundId() const { return 0; } in getUpperBoundId()
342 Variant NativeRawSymbol::getValue() const { in getValue()
346 uint32_t NativeRawSymbol::getVirtualBaseDispIndex() const { in getVirtualBaseDispIndex()
350 uint32_t NativeRawSymbol::getVirtualBaseOffset() const { in getVirtualBaseOffset()
354 SymIndexId NativeRawSymbol::getVirtualTableShapeId() const { return 0; } in getVirtualTableShapeId()
357 NativeRawSymbol::getVirtualBaseTableType() const { in getVirtualBaseTableType()
361 PDB_DataKind NativeRawSymbol::getDataKind() const { in getDataKind()
365 PDB_SymType NativeRawSymbol::getSymTag() const { return Tag; } in getSymTag()
367 codeview::GUID NativeRawSymbol::getGuid() const { return codeview::GUID{{0}}; } in getGuid()
369 int32_t NativeRawSymbol::getOffset() const { in getOffset()
373 int32_t NativeRawSymbol::getThisAdjust() const { in getThisAdjust()
377 int32_t NativeRawSymbol::getVirtualBasePointerOffset() const { in getVirtualBasePointerOffset()
381 PDB_LocType NativeRawSymbol::getLocationType() const { in getLocationType()
385 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType()
389 codeview::ThunkOrdinal NativeRawSymbol::getThunkOrdinal() const { in getThunkOrdinal()
393 uint64_t NativeRawSymbol::getLength() const { in getLength()
397 uint64_t NativeRawSymbol::getLiveRangeLength() const { in getLiveRangeLength()
401 uint64_t NativeRawSymbol::getVirtualAddress() const { in getVirtualAddress()
405 PDB_UdtType NativeRawSymbol::getUdtKind() const { in getUdtKind()
409 bool NativeRawSymbol::hasConstructor() const { in hasConstructor()
413 bool NativeRawSymbol::hasCustomCallingConvention() const { in hasCustomCallingConvention()
417 bool NativeRawSymbol::hasFarReturn() const { in hasFarReturn()
421 bool NativeRawSymbol::isCode() const { in isCode()
425 bool NativeRawSymbol::isCompilerGenerated() const { in isCompilerGenerated()
429 bool NativeRawSymbol::isConstType() const { in isConstType()
433 bool NativeRawSymbol::isEditAndContinueEnabled() const { in isEditAndContinueEnabled()
437 bool NativeRawSymbol::isFunction() const { in isFunction()
441 bool NativeRawSymbol::getAddressTaken() const { in getAddressTaken()
445 bool NativeRawSymbol::getNoStackOrdering() const { in getNoStackOrdering()
449 bool NativeRawSymbol::hasAlloca() const { in hasAlloca()
453 bool NativeRawSymbol::hasAssignmentOperator() const { in hasAssignmentOperator()
457 bool NativeRawSymbol::hasCTypes() const { in hasCTypes()
461 bool NativeRawSymbol::hasCastOperator() const { in hasCastOperator()
465 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo()
469 bool NativeRawSymbol::hasEH() const { in hasEH()
473 bool NativeRawSymbol::hasEHa() const { in hasEHa()
477 bool NativeRawSymbol::hasInlAsm() const { in hasInlAsm()
481 bool NativeRawSymbol::hasInlineAttribute() const { in hasInlineAttribute()
485 bool NativeRawSymbol::hasInterruptReturn() const { in hasInterruptReturn()
489 bool NativeRawSymbol::hasFramePointer() const { in hasFramePointer()
493 bool NativeRawSymbol::hasLongJump() const { in hasLongJump()
497 bool NativeRawSymbol::hasManagedCode() const { in hasManagedCode()
501 bool NativeRawSymbol::hasNestedTypes() const { in hasNestedTypes()
505 bool NativeRawSymbol::hasNoInlineAttribute() const { in hasNoInlineAttribute()
509 bool NativeRawSymbol::hasNoReturnAttribute() const { in hasNoReturnAttribute()
513 bool NativeRawSymbol::hasOptimizedCodeDebugInfo() const { in hasOptimizedCodeDebugInfo()
517 bool NativeRawSymbol::hasOverloadedOperator() const { in hasOverloadedOperator()
521 bool NativeRawSymbol::hasSEH() const { in hasSEH()
525 bool NativeRawSymbol::hasSecurityChecks() const { in hasSecurityChecks()
529 bool NativeRawSymbol::hasSetJump() const { in hasSetJump()
533 bool NativeRawSymbol::hasStrictGSCheck() const { in hasStrictGSCheck()
537 bool NativeRawSymbol::isAcceleratorGroupSharedLocal() const { in isAcceleratorGroupSharedLocal()
541 bool NativeRawSymbol::isAcceleratorPointerTagLiveRange() const { in isAcceleratorPointerTagLiveRange()
545 bool NativeRawSymbol::isAcceleratorStubFunction() const { in isAcceleratorStubFunction()
549 bool NativeRawSymbol::isAggregated() const { in isAggregated()
553 bool NativeRawSymbol::isIntroVirtualFunction() const { in isIntroVirtualFunction()
557 bool NativeRawSymbol::isCVTCIL() const { in isCVTCIL()
561 bool NativeRawSymbol::isConstructorVirtualBase() const { in isConstructorVirtualBase()
565 bool NativeRawSymbol::isCxxReturnUdt() const { in isCxxReturnUdt()
569 bool NativeRawSymbol::isDataAligned() const { in isDataAligned()
573 bool NativeRawSymbol::isHLSLData() const { in isHLSLData()
577 bool NativeRawSymbol::isHotpatchable() const { in isHotpatchable()
581 bool NativeRawSymbol::isIndirectVirtualBaseClass() const { in isIndirectVirtualBaseClass()
585 bool NativeRawSymbol::isInterfaceUdt() const { in isInterfaceUdt()
589 bool NativeRawSymbol::isIntrinsic() const { in isIntrinsic()
593 bool NativeRawSymbol::isLTCG() const { in isLTCG()
597 bool NativeRawSymbol::isLocationControlFlowDependent() const { in isLocationControlFlowDependent()
601 bool NativeRawSymbol::isMSILNetmodule() const { in isMSILNetmodule()
605 bool NativeRawSymbol::isMatrixRowMajor() const { in isMatrixRowMajor()
609 bool NativeRawSymbol::isManagedCode() const { in isManagedCode()
613 bool NativeRawSymbol::isMSILCode() const { in isMSILCode()
617 bool NativeRawSymbol::isMultipleInheritance() const { in isMultipleInheritance()
621 bool NativeRawSymbol::isNaked() const { in isNaked()
625 bool NativeRawSymbol::isNested() const { in isNested()
629 bool NativeRawSymbol::isOptimizedAway() const { in isOptimizedAway()
633 bool NativeRawSymbol::isPacked() const { in isPacked()
637 bool NativeRawSymbol::isPointerBasedOnSymbolValue() const { in isPointerBasedOnSymbolValue()
641 bool NativeRawSymbol::isPointerToDataMember() const { in isPointerToDataMember()
645 bool NativeRawSymbol::isPointerToMemberFunction() const { in isPointerToMemberFunction()
649 bool NativeRawSymbol::isPureVirtual() const { in isPureVirtual()
653 bool NativeRawSymbol::isRValueReference() const { in isRValueReference()
657 bool NativeRawSymbol::isRefUdt() const { in isRefUdt()
661 bool NativeRawSymbol::isReference() const { in isReference()
665 bool NativeRawSymbol::isRestrictedType() const { in isRestrictedType()
669 bool NativeRawSymbol::isReturnValue() const { in isReturnValue()
673 bool NativeRawSymbol::isSafeBuffers() const { in isSafeBuffers()
677 bool NativeRawSymbol::isScoped() const { in isScoped()
681 bool NativeRawSymbol::isSdl() const { in isSdl()
685 bool NativeRawSymbol::isSingleInheritance() const { in isSingleInheritance()
689 bool NativeRawSymbol::isSplitted() const { in isSplitted()
693 bool NativeRawSymbol::isStatic() const { in isStatic()
697 bool NativeRawSymbol::hasPrivateSymbols() const { in hasPrivateSymbols()
701 bool NativeRawSymbol::isUnalignedType() const { in isUnalignedType()
705 bool NativeRawSymbol::isUnreached() const { in isUnreached()
709 bool NativeRawSymbol::isValueUdt() const { in isValueUdt()
713 bool NativeRawSymbol::isVirtual() const { in isVirtual()
717 bool NativeRawSymbol::isVirtualBaseClass() const { in isVirtualBaseClass()
721 bool NativeRawSymbol::isVirtualInheritance() const { in isVirtualInheritance()
725 bool NativeRawSymbol::isVolatileType() const { in isVolatileType()
729 bool NativeRawSymbol::wasInlined() const { in wasInlined()
733 std::string NativeRawSymbol::getUnused() const { in getUnused()