Searched refs:Bin (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp267 static bool getGNUDebuglinkContents(const Binary *Bin, std::string &DebugName, argument
269 const ObjectFile *Obj = dyn_cast<ObjectFile>(Bin);
303 Binary *Bin = 0;
309 Bin = ParsedBinary.take();
310 ParsedBinariesAndObjects.push_back(Bin);
311 if (Bin->isMachO() || Bin->isMachOUniversalBinary()) {
329 if (getGNUDebuglinkContents(Bin, DebuglinkName, CRCHash) &&
338 DbgBin = Bin;
339 BinaryPair Res = std::make_pair(Bin, DbgBi
345 getObjectFileFromBinary(Binary *Bin, const std::string &ArchName) argument
[all...]
H A DLLVMSymbolize.h71 ObjectFile *getObjectFileFromBinary(Binary *Bin, const std::string &ArchName);
/freebsd-10-stable/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp636 OwningPtr<Binary> Bin; local
637 if (error(object::createBinary(Buffer.take(), Bin), Filename))
641 cast<object::MachOUniversalBinary>(Bin.get());
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h503 case BO_##NAME: DISPATCH_WALK(Bin##NAME, BinaryOperator, S);
510 DISPATCH_WALK(Bin##NAME##Assign, CompoundAssignOperator, S);
556 case BO_##NAME: DISPATCH(Bin##NAME, BinaryOperator, S);
564 DISPATCH(Bin##NAME##Assign, CompoundAssignOperator, S);
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp337 const MCBinaryExpr *Bin = static_cast<const MCBinaryExpr*>(Expr); local
338 if (HasSecRelSymbolRef(Bin->getLHS())
339 || HasSecRelSymbolRef(Bin->getRHS())) {
/freebsd-10-stable/lib/libfetch/
H A Dhttp.c1125 CvtHex(IN HASH Bin, OUT HASHHEX Hex) argument
1131 j = (Bin[i] >> 4) & 0xf;
1133 j = Bin[i] & 0xf;
/freebsd-10-stable/contrib/tcsh/
H A Dsh.h779 EXTERN struct Bin { struct
H A Dsh.c142 struct Bin B;

Completed in 105 milliseconds