HomeSort by: relevance | last modified time | path
    Searched defs:GUID (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
GUID.h 1 //===- GUID.h ---------------------------------------------------*- C++ -*-===//
20 /// This represents the 'GUID' type from windows.h.
21 struct GUID {
22 uint8_t Guid[16];
25 inline bool operator==(const GUID &LHS, const GUID &RHS) {
26 return 0 == ::memcmp(LHS.Guid, RHS.Guid, sizeof(LHS.Guid));
29 inline bool operator<(const GUID &LHS, const GUID &RHS)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
PseudoProbePrinter.cpp 32 auto GUID =
39 // up the last <Name, GUID> pair here to represent the same-named function
42 Names[Name] = GUID;
48 void PseudoProbeHandler::emitPseudoProbe(uint64_t Guid, uint64_t Index,
54 // and B inlines C at probe 66 where C is represented by Guid.
73 Asm->OutStreamer->emitPseudoProbe(Guid, Index, Type, Attr, InlineStack);
79 dbgs() << "\nFunction Name to GUID map:\n";
82 dbgs() << "Func: " << Item.first << " GUID: " << Item.second << "\n";
AsmPrinter.cpp 1155 auto GUID = MI.getOperand(0).getImm();
1160 PP->emitPseudoProbe(GUID, Index, Type, Attr, DebugLoc);
  /src/sbin/efi/
devpath1.c 49 * XXX: I can't find this GUID documented anywhere online. I snarfed
185 uuid_t GUID;
200 uuid_snprintf(uuid_str, sizeof(uuid_str), &p->GUID);
203 DEVPATH_FMT(GUID: %s\n)
217 uuid_t GUID;
224 if (memcmp(&p->GUID, &EFI_EDD10_PATH_GUID, sizeof(uuid_t)) == 0) {
230 uuid_snprintf(uuid_str, sizeof(uuid_str), &p->GUID);
240 DEVPATH_FMT(GUID: %s\n),
devpath4.c 105 case SIGNATURE_TYPE_GUID: name_SignatureType = "GUID"; break;
258 uuid_t GUID;
263 uuid_snprintf(uuid_str, sizeof(uuid_str), &p->GUID);
269 DEVPATH_FMT(GUID: %s\n),
307 uuid_t GUID;
310 { .GUID = EFI_VIRTUAL_DISK_GUID,
313 { .GUID = EFI_VIRTUAL_CD_GUID,
316 { .GUID = EFI_PERSISTENT_VIRTUAL_DISK_GUID,
319 { .GUID =EFI_PERSISTENT_VIRTUAL_CD_GUID,
325 if (memcmp(uuid, &tbl[i].GUID, sizeof(*uuid)) == 0)
    [all...]
devpath3.c 52 GUID= EFI_PC_ANSI_GUID
53 GUID= EFI_VT_100_GIUD
54 GUID= EFI_VT_100_PLUS_GUID
55 GUID= EFI_VT_UTF8_GUID
56 GUID= DEVICE_PATH_MESSAGING_UART_FLOW_CONTROL
57 GUID= EFI_DEBUGPORT_PROTOCOL_GUID
58 GUID= d487ddb4-008b-11d9-afdc-001083ffca4d
242 uint64_t GUID; /* XXX: not an EFI_GUID */
246 path->sz = easprintf(&path->cp, "11394(0x%016" PRIx64 ")", p->GUID);
252 DEVPATH_FMT(GUID:) " 0x%016" PRIx64 "\n"
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 136 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) {
698 auto GUID = GlobalList.first;
705 ImportList[Summary->modulePath()].insert(GUID);
LTO.cpp 82 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
84 const std::set<GlobalValue::GUID> &CfiFunctionDefs,
85 const std::set<GlobalValue::GUID> &CfiFunctionDecls) {
150 auto GUID = VI.getGUID();
151 ExportsGUID.push_back(GUID);
156 for (uint64_t GUID : ExportsGUID) {
158 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID)));
187 sizeof(GlobalValue::GUID)));
194 std::set<GlobalValue::GUID> UsedCfiDefs
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfileProbe.cpp 177 auto GUID =
181 GUIDToProbeDescMap.try_emplace(GUID, PseudoProbeDescriptor(GUID, Hash));
287 // Compute a GUID without considering the function's linkage type. This is
289 uint64_t Guid = Function::getGUID(F.getName());
338 Value *Args[] = {Builder.getInt64(Guid), Builder.getInt64(Index),
372 auto *MD = MDB.createPseudoProbeDesc(Guid, Hash, &F);
FunctionImport.cpp 179 GlobalValue::GUID GUID) {
193 // The mapping from OriginalId to GUID may return a GUID
199 // to the GUID of the library function in 1);
273 // corresponding PGOFuncName as the GUID.
276 auto GUID = Index.getGUIDFromOriginalID(VI.getGUID());
277 if (GUID == 0)
279 return Index.getValueInfo(GUID);
520 // We previously decided to import this GUID definition if it was alread
    [all...]
LowerTypeTests.cpp 1898 DenseSet<GlobalValue::GUID> AddressTaken;
1916 const GlobalValue::GUID GUID = GlobalValue::getGUID(
1920 if (!ExportSummary->isGUIDLive(GUID))
1922 if (!AddressTaken.count(GUID)) {
1927 if (auto VI = ExportSummary->getValueInfo(GUID))
2119 DenseMap<GlobalValue::GUID, TinyPtrVector<Metadata *>> MetadataByGUID;
2131 for (GlobalValue::GUID G : FS->type_tests())
WholeProgramDevirt.cpp 650 std::set<GlobalValue::GUID> &ExportedGUIDs;
662 std::set<GlobalValue::GUID> &ExportedGUIDs,
791 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols) {
811 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols) {
829 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
1013 // and therefore the same GUID. This can happen if there isn't enough
2063 DenseMap<GlobalValue::GUID, TinyPtrVector<Metadata *>> MetadataByGUID;
2077 for (Metadata *MD : MetadataByGUID[VF.GUID]) {
2082 for (Metadata *MD : MetadataByGUID[VF.GUID]) {
2088 for (Metadata *MD : MetadataByGUID[VC.VFunc.GUID]) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PseudoProbe.cpp 25 uint64_t GUID) {
26 auto It = GUID2FuncMAP.find(GUID);
28 "Probe function must exist for a valid GUID");
33 OS << "GUID: " << FuncGUID << " Name: " << FuncName << "\n";
84 StringRef FuncName = getProbeFNameForGUID(GUID2FuncMAP, GUID);
87 OS << GUID << " ";
147 // .quad -5182264717993193164 // GUID
162 uint64_t GUID = readUnencodedNumber<uint64_t>();
168 GUID2FuncDescMap.emplace(GUID, PseudoProbeFuncDesc(GUID, Hash, Name))
    [all...]
PseudoProbe.h 29 // Use func GUID and index as the location info of the inline site
54 // Inlinee function GUID
55 uint64_t GUID = 0;
57 // be an outlined function, it will use a dummy InlineSite whose GUID and
88 PseudoProbeFuncDesc(uint64_t GUID, uint64_t Hash, StringRef Name)
89 : FuncGUID(GUID), FuncHash(Hash), FuncName(Name){};
94 // GUID to PseudoProbeFuncDesc map
113 uint64_t GUID;
123 : Address(Ad), GUID(G), Index(I), Type(K), Attribute(At),
168 // GUID to PseudoProbeFuncDesc map
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 987 // Mangle a GUID object as if it were a variable with the corresponding
989 SmallString<sizeof("_GUID_12345678_1234_1234_1234_1234567890ab")> GUID;
990 llvm::raw_svector_ostream GUIDOS(GUID);
992 mangleSourceName(GUID);
ItaniumMangle.cpp 1397 // We follow MSVC in mangling GUID declarations as if they were variables
1399 SmallString<sizeof("_GUID_12345678_1234_1234_1234_1234567890ab")> GUID;
1400 llvm::raw_svector_ostream GUIDOS(GUID);
1402 Out << GUID.size() << GUID;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 347 auto *GUID = mdconst::dyn_extract<ConstantInt>(MD->getOperand(0));
354 Streamer.emitInt64(GUID->getZExtValue());
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 702 auto GUID = std::to_string(MD5Hash(Name));
703 auto iter = FuncOffsetTable.find(StringRef(GUID));
873 auto GUID = std::to_string(MD5Hash(Name));
874 auto iter = FuncOffsetTable.find(StringRef(GUID));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 155 /// Map from global value GUID to corresponding summary structures. Use a
162 std::map<GlobalValue::GUID, GlobalValueSummaryInfo>;
164 /// Struct that holds a reference to a particular GUID in a global value
179 GlobalValue::GUID getGUID() const { return getRef()->first; }
350 /// identical to the GUID for global symbols, but differs for local since the
351 /// GUID includes the module level id in the hash.
352 GlobalValue::GUID OriginalName = 0;
379 /// Returns the hash of the original name, it is identical to the GUID for
381 GlobalValue::GUID getOriginalName() const { return OriginalName; }
384 void setOriginalName(GlobalValue::GUID Name) { OriginalName = Name;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 761 DenseMap<GlobalValue::GUID, unsigned> GUIDMap;
798 int getGUIDSlot(GlobalValue::GUID GUID);
831 /// GUID map iterators.
832 using guid_iterator = DenseMap<GlobalValue::GUID, unsigned>::iterator;
853 void CreateGUIDSlot(GlobalValue::GUID GUID);
1073 // Iterate through all the GUID in the index and create slots for them.
1197 int SlotTracker::getGUIDSlot(GlobalValue::GUID GUID) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 789 // We save a GUID which refers to the same global as the ValueInfo, but
792 DenseMap<unsigned, std::pair<ValueInfo, GlobalValue::GUID>>
839 std::pair<ValueInfo, GlobalValue::GUID>
5733 std::pair<ValueInfo, GlobalValue::GUID>
5750 dbgs() << "GUID " << ValueGUID << "(" << OriginalNameID << ") is "
5845 GlobalValue::GUID RefGUID = Record[1];
6182 GlobalValue::GUID LastSeenGUID = 0;
6187 std::vector<GlobalValue::GUID> PendingTypeTests;
6231 GlobalValue::GUID RefGUID = Record[1];
6321 auto GUID = getValueInfoFromValueId(ValueID)
    [all...]
  /src/sys/external/bsd/dwc2/dist/
dwc2_hw.h 229 #define GUID HSOTG_REG(0x003c)

Completed in 58 milliseconds