HomeSort by relevance Sort by last modified time
    Searched defs:DIBasicType (Results 1 - 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
dibuilder.go 285 // DIBasicType holds the values for creating basic type debug metadata.
286 type DIBasicType struct {
293 func (d *DIBuilder) CreateBasicType(t DIBasicType) Metadata {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 321 /// DIBasicType - A basic type, like 'int' or 'float'.
322 class DIBasicType : public DIType {
324 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {}
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 607 class DIBasicType : public DIType {
613 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag,
619 ~DIBasicType() = default;
621 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag,
628 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag,
639 DEFINE_MDNODE_GET(DIBasicType, (unsigned Tag, StringRef Name),
641 DEFINE_MDNODE_GET(DIBasicType,
645 DEFINE_MDNODE_GET(DIBasicType,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h 734 class DIBasicType : public DIType {
740 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag,
746 ~DIBasicType() = default;
748 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag,
755 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag,
766 DEFINE_MDNODE_GET(DIBasicType, (unsigned Tag, StringRef Name),
768 DEFINE_MDNODE_GET(DIBasicType,
772 DEFINE_MDNODE_GET(DIBasicType,
    [all...]

Completed in 283 milliseconds