HomeSort by relevance Sort by last modified time
    Searched refs:getOriginalTypeSize (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
DebugInfo.cpp 498 /// getOriginalTypeSize - If this type is derived from a base type then
500 uint64_t DIDerivedType::getOriginalTypeSize() const {
518 return DIDerivedType(BaseType).getOriginalTypeSize();
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 356 /// getOriginalTypeSize - If this type is derived from a base type then
358 uint64_t getOriginalTypeSize() const;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 45 milliseconds