Searched refs:PrivateGetDIAValue (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 89 ArgType PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() function 99 RetType PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() function 109 PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() function 124 PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() function 434 return PrivateGetDIAValue<DWORD, PDB_MemberAccess>(Symbol, in getAccess() 439 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_addressOffset); in getAddressOffset() 443 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_addressSection); in getAddressSection() 447 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_age); in getAge() 451 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_arrayIndexTypeId); in getArrayIndexTypeId() 455 Version.Major = PrivateGetDIAValue(Symbol, &IDiaSymbol::get_backEndMajor); in getBackEndVersion() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 96 ArgType PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() function 106 RetType PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() function 116 PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() function 131 PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() function 554 return PrivateGetDIAValue<DWORD, PDB_MemberAccess>(Symbol, in getAccess() 559 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_addressOffset); in getAddressOffset() 563 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_addressSection); in getAddressSection() 567 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_age); in getAge() 571 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_arrayIndexTypeId); in getArrayIndexTypeId() 575 Version.Major = PrivateGetDIAValue(Symbol, &IDiaSymbol::get_backEndMajor); in getBackEndVersion() [all …]
|
D | DIASectionContrib.cpp | 33 PrivateGetDIAValue(IDiaSectionContrib *Section, in PrivateGetDIAValue() function 43 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_addressSection); in getAddressSection() 47 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_addressOffset); in getAddressOffset() 51 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_virtualAddress); in getVirtualAddress() 55 return PrivateGetDIAValue(Section, in getRelativeVirtualAddress() 60 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_length); in getLength() 64 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_notPaged); in isNotPaged() 68 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_code); in hasCode() 72 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_code16bit); in hasCode16Bit() 76 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_initializedData); in hasInitializedData() [all …]
|