HomeSort by: relevance | last modified time | path
    Searched defs:DIBasicType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
dibuilder.go 292 // DIBasicType holds the values for creating basic type debug metadata.
293 type DIBasicType struct {
300 func (d *DIBuilder) CreateBasicType(t DIBasicType) Metadata {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 769 class DIBasicType : public DIType {
775 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag,
781 ~DIBasicType() = default;
783 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag,
792 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag,
804 DEFINE_MDNODE_GET(DIBasicType, (unsigned Tag, StringRef Name),
806 DEFINE_MDNODE_GET(DIBasicType,
809 DEFINE_MDNODE_GET(DIBasicType,
812 DEFINE_MDNODE_GET(DIBasicType,
816 DEFINE_MDNODE_GET(DIBasicType,
    [all...]

Completed in 28 milliseconds