Searched defs:EntryTy (Results 1 – 8 of 8) sorted by relevance
28 struct EntryTy { struct30 uint64_t Reserved = 0x0;32 uint16_t Version = 0x1;34 uint16_t Kind;36 uint32_t Flags;38 void *Address;40 char *SymbolName;42 uint64_t Size;44 uint64_t Data;46 void *AuxAddr;
28 using EntryTy = DwarfStringPoolEntry; variable
342 using EntryTy = std::pair<std::string, std::set<std::string>>; in emitArgRegisterLists() typedef
28 StructType *EntryTy = in getEntryTy() local
433 auto *EntryTy = llvm::FunctionType::get(llvm::Type::getVoidTy(Ctx), false); in emitEntryFunction() local
576 using EntryTy = StringMap<StructType *>::MapEntryTy; in setName() typedef
5343 using EntryTy = std::pair<unsigned, std::string>; typedef
92 enum class EntryTy { enum