Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp82 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDIBuilder.h195 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDIBuilder.cpp260 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
H A DDebugInfo.cpp957 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp795 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType()
805 return DBuilder.createBasicType("complex", Size, Encoding); in CreateType()