| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static CXTargetInfo |
clang.clang_getTranslationUnitTargetInfo(CXTranslationUnit CTUnit)
Get target information for this translation unit.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clang.clang_TargetInfo_dispose(CXTargetInfo Info)
Destroy the CXTargetInfo object.
|
static int |
clang.clang_TargetInfo_getPointerWidth(CXTargetInfo Info)
Get the pointer width of the target in bits.
|
static CXString |
clang.clang_TargetInfo_getTriple(CXTargetInfo Info)
Get the normalized target triple as a string.
|
Copyright © 2025. All rights reserved.