Home
last modified time | relevance | path

Searched defs:Bin (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h78 BinaryOperatorKind Bin; member
84 explicit OperatorKind(BinaryOperatorKind Bin) : Op{Bin}, IsBinary{true} {} in OperatorKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h25 Bin, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h197 std::unique_ptr<T> Bin; variable
213 OwningBinary<T>::OwningBinary(std::unique_ptr<T> Bin, in OwningBinary()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp115 std::unique_ptr<Binary> &Bin = BinOrErr.get(); createBinary() local
H A DMachOUniversalWriter.cpp128 Binary *Bin = ChildOrErr.get().get(); create() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.cpp60 static void writeData(uint32_t Bin, unsigned Size, SmallVectorImpl<char> &CB) { in writeData() argument
233 uint32_t Bin = getBinaryCodeForInstr(TmpInst, Fixups, STI); encodeInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h187 RawMemProfReader(object::OwningBinary<object::Binary> &&Bin, bool KeepName) in RawMemProfReader()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h224 CachedBinary(OwningBinary<Binary> Bin) CachedBinary() argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp539 Binary *Bin; in getOrCreateObject() local
783 void LLVMSymbolizer::recordAccess(CachedBinary &Bin) { in recordAccess()
794 CachedBinary &Bin = LRUBinaries.front(); in pruneCache() local
/freebsd/contrib/tcsh/
H A Dsh.h788 EXTERN struct Bin { struct
789 off_t Bfseekp; /* Seek pointer, generally != lseek() value */
790 off_t Bfbobp; /* Seekp of beginning of buffers */
791 off_t Bfeobp; /* Seekp of end of buffers */
792 int Bfblocks; /* Number of buffer blocks */
793 Char **Bfbuf; /* The array of buffer blocks */
796 unsigned char Bfclens[BUFSIZE + 1];
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c178 blockmix_salsa8(const uint32_t *Bin, uint32_t *Bout, uint32_t *X, size_t r) in blockmix_salsa8()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c112 blockmix_salsa8(const __m128i *Bin, __m128i *Bout, size_t r) in blockmix_salsa8()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp554 Binary *Bin = ChildOrErr->get(); in dumpArchive() local
614 std::unique_ptr<Binary> Bin = std::move(*BinaryOrErr); in dumpInput() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1077 loadBinaryFormat(std::unique_ptr<Binary> Bin, StringRef Arch, in loadBinaryFormat()
1190 static bool isArchSpecifierInvalidOrMissing(Binary *Bin, StringRef Arch) { in isArchSpecifierInvalidOrMissing()
1227 std::unique_ptr<Binary> Bin = std::move(BinOrErr.get()); in create() local
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp361 Binary &Bin = *BinOrErr.get(); in readFile() local
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp445 object::Binary *Bin = std::move(BinOrErr.get().getBinary()); in findBinaries() local
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp697 Binary *Bin = BinOrErr->get(); in readELFFile() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp136 static ElfType getOutputElfType(const Binary &Bin) { in getOutputElfType()
H A DELFObject.h1144 Binary *Bin; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp556 Binary &Bin = *BinaryOrErr.get().getBinary(); printFileSectionSizes() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp645 static bool isValidInBitMode(Binary &Bin) { in isValidInBitMode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1080 uint64_t Bin = 2 * B; in initializeNetwork() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp557 const MCBinaryExpr *Bin = static_cast<const MCBinaryExpr *>(Expr); in emitImmediate() local
/freebsd/lib/libfetch/
H A Dhttp.c1122 CvtHex(IN HASH Bin, OUT HASHHEX Hex) in CvtHex()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp99 void writeAsBinary(const yaml::BinaryRef &Bin, uint64_t N = UINT64_MAX) { in writeAsBinary()

12