HomeSort by relevance Sort by last modified time
    Searched refs:DITemplateTypeParameter (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 419 DITemplateTypeParameter *DITemplateTypeParameter::getImpl(LLVMContext &Context,
425 DEFINE_GETIMPL_LOOKUP(DITemplateTypeParameter, (getString(Name), Type));
427 DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(DITemplateTypeParameter, Ops);
DebugInfo.cpp 204 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) {
LLVMContextImpl.h 619 template <> struct MDNodeKeyImpl<DITemplateTypeParameter> {
624 MDNodeKeyImpl(const DITemplateTypeParameter *N)
627 bool isKeyOf(const DITemplateTypeParameter *RHS) const {
    [all...]
DIBuilder.cpp 343 DITemplateTypeParameter *
347 return DITemplateTypeParameter::get(VMContext, Name, DITypeRef::get(Ty));
    [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 353 const DITemplateTypeParameter *TP);
DwarfUnit.cpp 680 if (auto *TTP = dyn_cast<DITemplateTypeParameter>(Element))
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h 313 DITemplateTypeParameter *
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 486 milliseconds