Searched refs:createBasicType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | Debugify.cpp | 82 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 195 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 260 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
|
| H A D | DebugInfo.cpp | 957 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 795 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType() 805 return DBuilder.createBasicType("complex", Size, Encoding); in CreateType()
|