HomeSort by relevance Sort by last modified time
    Searched refs:getUnmodifiedTypeId (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeFunctionSig.h 37 FORWARD_SYMBOL_METHOD(getUnmodifiedTypeId)
PDBSymbolTypeEnum.h 35 FORWARD_SYMBOL_METHOD(getUnmodifiedTypeId)
PDBSymbolTypeUDT.h 31 FORWARD_SYMBOL_METHOD(getUnmodifiedTypeId)
IPDBRawSymbol.h 108 virtual uint32_t getUnmodifiedTypeId() const = 0;
  /external/llvm/tools/llvm-pdbdump/
TypeDumper.cpp 61 if (Symbol.getUnmodifiedTypeId() != 0)
84 if (Symbol.getUnmodifiedTypeId() != 0)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
NativeEnumSymbol.h 40 uint32_t getUnmodifiedTypeId() const override;
NativeRawSymbol.h 127 uint32_t getUnmodifiedTypeId() const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
NativeEnumSymbol.cpp 63 uint32_t NativeEnumSymbol::getUnmodifiedTypeId() const { return 0; }
NativeRawSymbol.cpp 344 uint32_t NativeRawSymbol::getUnmodifiedTypeId() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
PrettyTypeDumper.cpp 107 if (Class->getUnmodifiedTypeId() != 0) {
199 if (Class->getUnmodifiedTypeId() != 0)
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 99 uint32_t getUnmodifiedTypeId() const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
IPDBRawSymbol.h 135 virtual uint32_t getUnmodifiedTypeId() const = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 122 uint32_t getUnmodifiedTypeId() const override;
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 215 MOCK_SYMBOL_ACCESSOR(getUnmodifiedTypeId)
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 296 MOCK_SYMBOL_ACCESSOR(getUnmodifiedTypeId)
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 689 uint32_t DIARawSymbol::getUnmodifiedTypeId() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 818 uint32_t DIARawSymbol::getUnmodifiedTypeId() const {
    [all...]

Completed in 1598 milliseconds