Searched defs:Binary (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp37 Binary::Binary(unsigned int Type, MemoryBufferRef Source) function in class:Binary
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp64 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h55 Binary, member in class:llvm::msgpack::Type
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp410 uint64_t Binary; local
616 MCBinaryExpr const *Binary local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp266 yaml::BinaryRef Binary; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp613 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h32 class Binary { class in namespace:llvm::object
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp115 uint32_t Binary; local
172 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp231 bool Binary = false; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp607 Binary &Binary = *BinaryOrErr.get().getBinary(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp83 bool Binary = UE.getSubExpr()->getKind() == MCExpr::Binary; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1021 uint32_t Binary = Imm12 & 0xfff; local
1052 uint32_t Binary = Imm & ((1U << Bits) - 1); local
[all...]
H A DARMAsmBackend.cpp681 uint32_t Binary = (Value - 4) >> 1; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp183 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); local
582 unsigned Binary = (MO.getImm() >> 2) & 0x0000ffff; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp312 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h38 Binary, ///< Binary expressions. enumerator in enum:llvm::MCExpr::ExprKind
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dpsrm.cpp795 const int Binary = 0; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp533 Binary &Binary = *BinaryOrErr.get().getBinary(); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h34 Binary, member in class:llvm::objcopy::FileFormat
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp671 CompilerInstance::createDefaultOutputFile(bool Binary, StringRef InFile, argument
683 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, argument
706 createOutputFile( StringRef OutputPath, std::error_code &Error, bool Binary, bool RemoveFileOnSignal, StringRef InFile, StringRef Extension, bool UseTemporary, bool CreateMissingDirectories, std::string *ResultPathName, std::string *TempPathName) argument

Completed in 192 milliseconds