Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h42 constexpr uint8_t PTVPrefix = 0x03; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp122 OS << binaryBe(static_cast<unsigned char>(GOFF::PTVPrefix)) in writeRecordPrefix()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DGOFFObjectWriter.cpp123 OS << static_cast<unsigned char>(GOFF::PTVPrefix) // Record Type in updateFlagsAndWritePrefix()