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

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DBinary.cpp37 Binary::Binary(unsigned int Type, MemoryBufferRef Source) function in class:Binary
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp64 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h56 Binary, member in class:llvm::msgpack::Type
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp183 std::unique_ptr<WindowsResource> Binary = error( local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DBinary.h32 class Binary { class in namespace:llvm::object
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp128 uint32_t Binary; local
186 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp289 yaml::BinaryRef Binary; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp618 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp404 uint64_t Binary; local
610 MCBinaryExpr const *Binary local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp265 bool Binary = false; local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h197 object::OwningBinary<object::Binary> Binary; member in class:llvm::cfi_verify::FileAnalysis
H A DFileAnalysis.cpp114 FileAnalysis::FileAnalysis(object::OwningBinary<object::Binary> Binary) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp107 bool Binary = UE.getSubExpr()->getKind() == MCExpr::Binary; local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp639 Error macho2yaml(raw_ostream &Out, const object::Binary &Binary) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp90 Binary &Binary = *OBinary.getBinary(); local
451 InstructionPointer::InstructionPointer(ProfiledBinary *Binary, uint64_t Address, argument
[all...]
H A DProfiledBinary.h49 ProfiledBinary *Binary; member in struct:llvm::sampleprof::InstructionPointer
72 ProfiledBinary *Binary; member in struct:llvm::sampleprof::PrologEpilogTracker
H A DPerfReader.cpp349 getContextKeyStr(ContextKey *K, const ProfiledBinary *Binary) argument
368 printRangeCounter(ContextSampleCounterMap &Counter, const ProfiledBinary *Binary) argument
378 printBranchCounter(ContextSampleCounterMap &Counter, const ProfiledBinary *Binary) argument
390 const ProfiledBinary *Binary = I.first; local
410 extractLBRStack(TraceStream &TraceIt, SmallVectorImpl<LBREntry> &LBRStack, ProfiledBinary *Binary) argument
483 ProfiledBinary *Binary = nullptr; local
[all...]
H A DProfileGenerator.cpp218 ProfiledBinary *Binary = BI.first; local
261 populateFunctionBodySamples( FunctionSamples &FunctionProfile, const RangeSample &RangeCounter, ProfiledBinary *Binary) argument
300 populateFunctionBoundarySamples( StringRef ContextId, FunctionSamples &FunctionProfile, const BranchSample &BranchCounters, ProfiledBinary *Binary) argument
436 extractPrefixContextStack(SmallVectorImpl<std::string> &ContextStrStack, const SmallVectorImpl<const PseudoProbe *> &Probes, ProfiledBinary *Binary) argument
449 ProfiledBinary *Binary = BI.first; local
468 extractProbesFromRange( const RangeSample &RangeCounter, ProbeCounterMap &ProbeCounter, ProfiledBinary *Binary) argument
507 populateBodySamplesWithProbes( const RangeSample &RangeCounter, SmallVectorImpl<std::string> &ContextStrStack, ProfiledBinary *Binary) argument
574 populateBoundarySamplesWithProbes( const BranchSample &BranchCounter, SmallVectorImpl<std::string> &ContextStrStack, ProfiledBinary *Binary) argument
626 getFunctionProfileForLeafProbe( SmallVectorImpl<std::string> &ContextStrStack, const PseudoProbe *LeafProbe, ProfiledBinary *Binary) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A Ddsymutil.cpp403 Binary &Binary = *BinOrErr.get().getBinary(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1019 uint32_t Binary = Imm12 & 0xfff; local
1050 uint32_t Binary = Imm & ((1U << Bits) - 1); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp319 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { argument
/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp383 static void printBinaryArchs(const Binary *Binary, raw_ostream &OS) { argument
447 const Binary *Binary = IB.getBinary(); local
455 const Binary *Binary = IB.getBinary(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp310 BinaryRef Binary; member in struct:llvm::yaml::MappingContextTraits::NormalizedBinary
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dpsrm.cpp797 const int Binary = 0; local

Completed in 415 milliseconds

12