/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeExeSymbol.cpp | 61 codeview::GUID NativeExeSymbol::getGuid() const { in getGuid() function in llvm::pdb::NativeExeSymbol 64 return IS->getGuid(); in getGuid()
|
D | InfoStream.cpp | 114 GUID InfoStream::getGuid() const { return Header->Guid; } in getGuid() function in InfoStream
|
D | NativeRawSymbol.cpp | 381 codeview::GUID NativeRawSymbol::getGuid() const { return codeview::GUID{{0}}; } in getGuid() function in NativeRawSymbol
|
D | PDBFileBuilder.cpp | 335 H->Guid = Info->getGuid(); in commit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeExeSymbol.h | 30 codeview::GUID getGuid() const override;
|
D | InfoStream.h | 45 codeview::GUID getGuid() const;
|
D | InfoStreamBuilder.h | 44 codeview::GUID getGuid() const { return Guid; } in getGuid() function
|
D | NativeRawSymbol.h | 137 codeview::GUID getGuid() const override;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolExe.h | 32 FORWARD_SYMBOL_METHOD(getGuid)
|
D | IPDBRawSymbol.h | 116 virtual PDB_UniqueId getGuid() const = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolExe.h | 32 FORWARD_SYMBOL_METHOD(getGuid)
|
D | IPDBRawSymbol.h | 145 virtual codeview::GUID getGuid() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | InfoStream.h | 46 PDB_UniqueId getGuid() const;
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | InfoStream.cpp | 76 PDB_UniqueId InfoStream::getGuid() const { return Guid; } in getGuid() function in InfoStream
|
/external/llvm/tools/llvm-pdbdump/ |
D | YAMLOutputStyle.cpp | 106 Obj.PdbStream->Guid = InfoS.getGuid(); in dumpPDBStream()
|
D | llvm-pdbdump.cpp | 420 Printer << ": " << GlobalScope->getGuid(); in dumpPretty()
|
D | LLVMOutputStyle.cpp | 289 P.printObject("Guid", IS->getGuid()); in dumpInfoStream()
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 107 PDB_UniqueId getGuid() const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 132 codeview::GUID getGuid() const override;
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableBuilder.cpp | 299 Builder.writeGuid(Record.getGuid()); in writeTypeServer2()
|
D | TypeDumper.cpp | 393 W->printBinary("Signature", TS.getGuid()); in visitTypeServer2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | YAMLOutputStyle.cpp | 158 Obj.PdbStream->Guid = InfoS.getGuid(); in dumpPDBStream()
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 221 MOCK_SYMBOL_ACCESSOR(getGuid)
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 302 MOCK_SYMBOL_ACCESSOR(getGuid)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 356 W->printString("Guid", formatv("{0}", TS.getGuid()).str()); in visitKnownRecord()
|