Home
last modified time | relevance | path

Searched refs:parsePartType (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp21 dxbc::PartType dxbc::parsePartType(StringRef S) { in parsePartType() function in dxbc
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h155 PartType parsePartType(StringRef S);
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp126 dxbc::PartType PT = dxbc::parsePartType(P.Name); in writeParts()
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp156 dxbc::parsePartType(Data.getBuffer().substr(PartOffset, 4)); in parsePartOffsets()