Searched refs:getGuid (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolExe.h27 FORWARD_SYMBOL_METHOD(getGuid)
H A DIPDBRawSymbol.h159 virtual codeview::GUID getGuid() const = 0;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeExeSymbol.h35 codeview::GUID getGuid() const override;
H A DInfoStream.h40 codeview::GUID getGuid() const;
H A DInfoStreamBuilder.h47 codeview::GUID getGuid() const { return Guid; } function in class:llvm::pdb::InfoStreamBuilder
H A DNativeRawSymbol.h137 codeview::GUID getGuid() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp79 codeview::GUID NativeExeSymbol::getGuid() const { function in class:NativeExeSymbol
82 return IS->getGuid();
H A DInfoStream.cpp111 GUID InfoStream::getGuid() const { return Header->Guid; } function in class:InfoStream
H A DPDBFileBuilder.cpp366 H->Guid = Info->getGuid();
H A DNativeRawSymbol.cpp365 codeview::GUID NativeRawSymbol::getGuid() const { return codeview::GUID{{0}}; } function in class:NativeRawSymbol
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp118 Top = InlineSite(Probe.getGuid(), 0);
136 Cur = Cur->getOrAddNode(InlineSite(Probe.getGuid(), Index));
165 if (LastProbe->getGuid() != Guid)
631 const auto *FuncDesc = getFuncDescForGUID(Probe->getGuid());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp32 memcpy(&debug_info.Uuid, IS.getGuid().Guid, sizeof(debug_info.Uuid));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h132 codeview::GUID getGuid() const override;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h128 uint64_t getGuid() const { return Guid; } function in class:llvm::MCPseudoProbeBase
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp374 W.printString("Guid", formatv("{0}", TS.getGuid()).str());
410 if (!expectedInfo || expectedInfo->getGuid() != TS.getGuid())
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp163 Obj.PdbStream->Guid = InfoS.getGuid();
H A Dllvm-pdbutil.cpp1117 Printer << ": " << GlobalScope->getGuid();
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp59 Guid = expectedInfo->getGuid();
414 const codeview::GUID &tsId = typeServerDependency.getGuid();
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp355 W->printString("Guid", formatv("{0}", TS.getGuid()).str());
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp890 codeview::GUID DIARawSymbol::getGuid() const { function in class:DIARawSymbol
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h585 const GUID &getGuid() const { return Guid; } function in class:llvm::codeview::TypeServer2Record
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1267 auto Guid = cast<PseudoProbeSDNode>(Node)->getGuid();
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2028 Uuid->getGuid() == "00000000-0000-0000-C000-000000000046") ||
2030 Uuid->getGuid() == "00020400-0000-0000-C000-000000000046"))) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1891 uint64_t getGuid() const { return Guid; } function in class:llvm::PseudoProbeSDNode
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp136 if (expected_info->getGuid() != guid)

Completed in 339 milliseconds

12