Home
last modified time | relevance | path

Searched refs:getGuid (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp61 codeview::GUID NativeExeSymbol::getGuid() const { in getGuid() function in llvm::pdb::NativeExeSymbol
64 return IS->getGuid(); in getGuid()
DInfoStream.cpp114 GUID InfoStream::getGuid() const { return Header->Guid; } in getGuid() function in InfoStream
DNativeRawSymbol.cpp381 codeview::GUID NativeRawSymbol::getGuid() const { return codeview::GUID{{0}}; } in getGuid() function in NativeRawSymbol
DPDBFileBuilder.cpp335 H->Guid = Info->getGuid(); in commit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeExeSymbol.h30 codeview::GUID getGuid() const override;
DInfoStream.h45 codeview::GUID getGuid() const;
DInfoStreamBuilder.h44 codeview::GUID getGuid() const { return Guid; } in getGuid() function
DNativeRawSymbol.h137 codeview::GUID getGuid() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolExe.h32 FORWARD_SYMBOL_METHOD(getGuid)
DIPDBRawSymbol.h116 virtual PDB_UniqueId getGuid() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolExe.h32 FORWARD_SYMBOL_METHOD(getGuid)
DIPDBRawSymbol.h145 virtual codeview::GUID getGuid() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DInfoStream.h46 PDB_UniqueId getGuid() const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DInfoStream.cpp76 PDB_UniqueId InfoStream::getGuid() const { return Guid; } in getGuid() function in InfoStream
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp106 Obj.PdbStream->Guid = InfoS.getGuid(); in dumpPDBStream()
Dllvm-pdbdump.cpp420 Printer << ": " << GlobalScope->getGuid(); in dumpPretty()
DLLVMOutputStyle.cpp289 P.printObject("Guid", IS->getGuid()); in dumpInfoStream()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h107 PDB_UniqueId getGuid() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h132 codeview::GUID getGuid() const override;
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp299 Builder.writeGuid(Record.getGuid()); in writeTypeServer2()
DTypeDumper.cpp393 W->printBinary("Signature", TS.getGuid()); in visitTypeServer2()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp158 Obj.PdbStream->Guid = InfoS.getGuid(); in dumpPDBStream()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp221 MOCK_SYMBOL_ACCESSOR(getGuid)
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp302 MOCK_SYMBOL_ACCESSOR(getGuid)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp356 W->printString("Guid", formatv("{0}", TS.getGuid()).str()); in visitKnownRecord()

12