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

  /external/llvm/lib/IR/
DebugInfo.cpp 598 /// getOriginalTypeSize - If this type is derived from a base type then
600 uint64_t DIDerivedType::getOriginalTypeSize() const {
622 return DIDerivedType(BaseType).getOriginalTypeSize();
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 290 /// getOriginalTypeSize - If this type is derived from a base type then
292 uint64_t getOriginalTypeSize() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 59 milliseconds