Home
last modified time | relevance | path

Searched defs:TheHeader (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DOffloadEmitter.cpp47 auto *TheHeader = yaml2offload() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp187 const Header *TheHeader = reinterpret_cast<const Header *>(Start); in create() local
230 Header TheHeader; in write() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h130 OffloadBinary(MemoryBufferRef Source,const Header * TheHeader,const Entry * TheEntry) OffloadBinary() argument
149 const Header *TheHeader; global() variable