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

  /external/llvm/lib/IR/
DebugInfo.cpp 51 DIDescriptor::DIDescriptor(const DIType F) : DbgNode(F.DbgNode) {
239 /// isType - Return true if the specified tag is legal for DIType.
342 DIType::DIType(const MDNode *N) : DIScope(N) {
357 void DIType::replaceAllUsesWith(DIDescriptor &D) {
377 void DIType::replaceAllUsesWith(MDNode *D) {
396 bool DIType::isUnsignedDIType() {
428 DIType Ty = getType();
436 bool DIType::Verify() const {
502 DIType Ty = getType()
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 45 class DIType;
97 explicit DIDescriptor(const DIType F);
228 /// DIType - This is a wrapper for a type.
231 class DIType : public DIScope {
237 DIType(const MDNode *N, bool, bool) : DIScope(N) {}
241 explicit DIType(const MDNode *N);
242 explicit DIType() {}
308 class DIBasicType : public DIType {
310 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {}
321 class DIDerivedType : public DIType {
    [all...]

Completed in 20 milliseconds