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

  /external/llvm/lib/VMCore/
DebugInfo.cpp 51 DIDescriptor::DIDescriptor(const DIType F) : DbgNode(F.DbgNode) {
198 /// isType - Return true if the specified tag is legal for DIType.
301 DIType::DIType(const MDNode *N) : DIScope(N) {
316 void DIType::replaceAllUsesWith(DIDescriptor &D) {
336 void DIType::replaceAllUsesWith(MDNode *D) {
355 bool DIType::isUnsignedDIType() {
387 DIType Ty = getType();
395 bool DIType::Verify() const {
459 DIType Ty = getType()
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 45 class DIType;
92 explicit DIDescriptor(const DIType F);
235 /// DIType - This is a wrapper for a type.
238 class DIType : public DIScope {
244 DIType(const MDNode *N, bool, bool) : DIScope(N) {}
248 explicit DIType(const MDNode *N);
249 explicit DIType() {}
319 class DIBasicType : public DIType {
321 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {}
331 class DIDerivedType : public DIType {
    [all...]

Completed in 25 milliseconds