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

  /external/llvm/include/llvm/IR/
DebugInfo.h 294 MDTemplateTypeParameter *N;
297 DITemplateTypeParameter(const MDTemplateTypeParameter *N = nullptr)
298 : N(const_cast<MDTemplateTypeParameter *>(N)) {}
300 operator MDTemplateTypeParameter *() const { return N; }
301 MDTemplateTypeParameter *operator->() const { return N; }
302 MDTemplateTypeParameter &operator*() const { return *N; }
DebugInfoMetadata.h     [all...]
DIBuilder.h 312 MDTemplateTypeParameter *
    [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 413 MDTemplateTypeParameter *MDTemplateTypeParameter::getImpl(LLVMContext &Context,
419 DEFINE_GETIMPL_LOOKUP(MDTemplateTypeParameter, (getString(Name), Type));
421 DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(MDTemplateTypeParameter, Ops);
LLVMContextImpl.h 652 template <> struct MDNodeKeyImpl<MDTemplateTypeParameter> {
657 MDNodeKeyImpl(const MDTemplateTypeParameter *N)
660 bool isKeyOf(const MDTemplateTypeParameter *RHS) const {
    [all...]
DebugInfo.cpp 213 if (auto *TType = dyn_cast<MDTemplateTypeParameter>(Element)) {
DIBuilder.cpp 333 MDTemplateTypeParameter *
337 return MDTemplateTypeParameter::get(VMContext, Name, MDTypeRef::get(Ty));
    [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 768 if (auto *TTP = dyn_cast<MDTemplateTypeParameter>(Element))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 232 milliseconds