Home
last modified time | relevance | path

Searched refs:GetTagConstant (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp25 static Constant *GetTagConstant(LLVMContext &VMContext, unsigned Tag) { in GetTagConstant() function
83 Value *TElts[] = { GetTagConstant(VMContext, DW_TAG_base_type) }; in createCompileUnit()
101 GetTagConstant(VMContext, dwarf::DW_TAG_compile_unit), in createCompileUnit()
130 GetTagConstant(VMContext, dwarf::DW_TAG_file_type), in createFile()
142 GetTagConstant(VMContext, dwarf::DW_TAG_enumerator), in createEnumerator()
155 GetTagConstant(VMContext, dwarf::DW_TAG_unspecified_type), in createNullPtrType()
178 GetTagConstant(VMContext, dwarf::DW_TAG_base_type), in createBasicType()
197 GetTagConstant(VMContext, Tag), in createQualifiedType()
216 GetTagConstant(VMContext, dwarf::DW_TAG_pointer_type), in createPointerType()
235 GetTagConstant(VMContext, dwarf::DW_TAG_reference_type), in createReferenceType()
[all …]