Home
last modified time | relevance | path

Searched refs:getOffsetOfType (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DLazyRandomTypeCollection.h72 uint32_t getOffsetOfType(TypeIndex Index);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DLazyRandomTypeCollection.cpp84 uint32_t LazyRandomTypeCollection::getOffsetOfType(TypeIndex Index) { in getOffsetOfType() function in LazyRandomTypeCollection
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp317 uint32_t Offset = Types.getOffsetOfType(TI); in dumpTypeIndex()