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 577 /// getOriginalTypeSize - If this type is derived from a base type then
579 uint64_t DIDerivedType::getOriginalTypeSize() const {
601 return DIDerivedType(BaseType).getOriginalTypeSize();
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 333 /// getOriginalTypeSize - If this type is derived from a base type then
335 uint64_t getOriginalTypeSize() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 530 milliseconds