Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugInfo.h81 DECLARE_SIMPLIFY_DESCRIPTOR(DIBasicType)
155 class DIBasicType {
159 DIBasicType(const MDBasicType *N = nullptr)
401 SIMPLIFY_DESCRIPTOR(DIBasicType)
/external/llvm/bindings/go/llvm/
Ddibuilder.go254 type DIBasicType struct { struct
262 func (d *DIBuilder) CreateBasicType(t DIBasicType) Metadata {
DDIBuilderBindings.cpp107 DIBasicType T = D->createBasicType(Name, SizeInBits, AlignInBits, Encoding); in LLVMDIBuilderCreateBasicType()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h351 void constructTypeDIE(DIE &Buffer, DIBasicType BTy);
DDwarfUnit.cpp628 DIBasicType BTy = cast<MDBasicType>(Ty); in isUnsignedDIType()
932 void DwarfUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) { in constructTypeDIE()