Home
last modified time | relevance | path

Searched defs:EntryTy (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h27 using EntryTy = DwarfStringPoolEntry; variable
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp21 StructType *EntryTy = in getEntryTy() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp364 using EntryTy = std::pair<std::string, std::set<std::string>>; in EmitArgRegisterLists() typedef
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp361 auto *EntryTy = llvm::FunctionType::get(llvm::Type::getVoidTy(Ctx), false); in emitEntryFunction() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp467 using EntryTy = StringMap<StructType *>::MapEntryTy; in setName() typedef
H A DAsmWriter.cpp5147 using EntryTy = std::pair<unsigned, std::string>; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp107 enum class EntryTy { enum