HomeSort by relevance Sort by last modified time
    Searched defs:DIBasicType (Results 1 - 2 of 2) sorted by null

  /external/llvm/bindings/go/llvm/
dibuilder.go 276 // DIBasicType holds the values for creating basic type debug metadata.
277 type DIBasicType struct {
285 func (d *DIBuilder) CreateBasicType(t DIBasicType) Metadata {
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 601 class DIBasicType : public DIType {
607 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag,
613 ~DIBasicType() = default;
615 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag,
622 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag,
633 DEFINE_MDNODE_GET(DIBasicType, (unsigned Tag, StringRef Name),
635 DEFINE_MDNODE_GET(DIBasicType,
639 DEFINE_MDNODE_GET(DIBasicType,
    [all...]

Completed in 202 milliseconds