Searched refs:GetTagConstant (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/llvm/lib/IR/ |
| HD | DIBuilder.cpp | 26 static Constant *GetTagConstant(LLVMContext &VMContext, unsigned Tag) { in GetTagConstant() function 106 Value *TElts[] = { GetTagConstant(VMContext, DW_TAG_base_type) }; in createCompileUnit() 118 GetTagConstant(VMContext, dwarf::DW_TAG_compile_unit), in createCompileUnit() 149 GetTagConstant(C, dwarf::DW_TAG_imported_module), in createImportedModule() 157 GetTagConstant(C, dwarf::DW_TAG_imported_module), in createImportedModule() 190 GetTagConstant(VMContext, dwarf::DW_TAG_imported_declaration), in createImportedDeclaration() 205 GetTagConstant(VMContext, dwarf::DW_TAG_file_type), in createFile() 215 GetTagConstant(VMContext, dwarf::DW_TAG_enumerator), in createEnumerator() 228 GetTagConstant(VMContext, dwarf::DW_TAG_unspecified_type), in createUnspecifiedType() 256 GetTagConstant(VMContext, dwarf::DW_TAG_base_type), in createBasicType() [all …]
|