Home
last modified time | relevance | path

Searched defs:Binary (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp218 ProfiledBinary *Binary = BI.first; in generateProfile() local
263 ProfiledBinary *Binary) { in populateFunctionBodySamples()
302 const BranchSample &BranchCounters, ProfiledBinary *Binary) { in populateFunctionBoundarySamples()
438 ProfiledBinary *Binary) { in extractPrefixContextStack()
449 ProfiledBinary *Binary = BI.first; in generateProfile() local
470 ProfiledBinary *Binary) { in extractProbesFromRange()
509 SmallVectorImpl<std::string> &ContextStrStack, ProfiledBinary *Binary) { in populateBodySamplesWithProbes()
576 SmallVectorImpl<std::string> &ContextStrStack, ProfiledBinary *Binary) { in populateBoundarySamplesWithProbes()
628 ProfiledBinary *Binary) { in getFunctionProfileForLeafProbe()
H A DPerfReader.cpp262 for (auto &Binary : BinaryFilenames) { in validateCommandLine() local
315 ProfiledBinary &Binary = I->second; in updateBinaryAddress() local
350 const ProfiledBinary *Binary) { in getContextKeyStr()
369 const ProfiledBinary *Binary) { in printRangeCounter()
379 const ProfiledBinary *Binary) { in printBranchCounter()
390 const ProfiledBinary *Binary = I.first; in printUnwinderOutput() local
412 ProfiledBinary *Binary) { in extractLBRStack()
483 ProfiledBinary *Binary = nullptr; in extractCallstack() local
H A DPerfReader.h135 ProfiledBinary *Binary; member
203 const ProfiledBinary *Binary; member
385 const ProfiledBinary *Binary; member
401 const ProfiledBinary *Binary; member
490 const ProfiledBinary *Binary; variable
H A DProfiledBinary.h49 ProfiledBinary *Binary; member
72 ProfiledBinary *Binary; member
H A DProfiledBinary.cpp90 Binary &Binary = *OBinary.getBinary(); in load() local
451 InstructionPointer::InstructionPointer(ProfiledBinary *Binary, uint64_t Address, in InstructionPointer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DError.h25 class Binary; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1019 uint32_t Binary = Imm12 & 0xfff; in getAddrModeImm12OpValue() local
1050 uint32_t Binary = Imm & ((1U << Bits) - 1); in getT2ScaledImmOpValue() local
1141 uint32_t Binary = (Imm8 >> 2) & 0xff; in getT2AddrModeImm8s4OpValue() local
1168 uint32_t Binary = (Imm7 >> 2) & 0xff; in getT2AddrModeImm7s4OpValue() local
1272 uint32_t Binary = Rm; in getLdStSORegOpValue() local
1293 uint32_t Binary = ARM_AM::getAM2Offset(Imm); in getAddrMode2OffsetOpValue() local
1446 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5OpValue() local
1486 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5FP16OpValue() local
1514 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getSORegRegOpValue() local
1559 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getSORegImmOpValue() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DBinary.cpp37 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() function in Binary
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp128 uint32_t Binary; in expandFunctionCall() local
186 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandAddTPRel() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp53 Binary &Binary = *BinOrErr->get(); in dumpInput() local
H A Dmacho2yaml.cpp639 Error macho2yaml(raw_ostream &Out, const object::Binary &Binary) { in macho2yaml()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp64 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h56 Binary, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp404 uint64_t Binary; in EncodeSingleInstruction() local
610 MCBinaryExpr const *Binary = cast<MCBinaryExpr>(ME); in getExprOpValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp81 object::OwningBinary<object::Binary> Binary = std::move(BinaryOrErr.get()); in Create() local
114 FileAnalysis::FileAnalysis(object::OwningBinary<object::Binary> Binary) in FileAnalysis()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp383 static void printBinaryArchs(const Binary *Binary, raw_ostream &OS) { in printBinaryArchs()
447 const Binary *Binary = IB.getBinary(); in printInfo() local
455 const Binary *Binary = IB.getBinary(); in printInfo() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp886 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() argument
888 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp183 std::unique_ptr<WindowsResource> Binary = error( in main() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp741 CompilerInstance::createDefaultOutputFile(bool Binary, StringRef InFile, in createDefaultOutputFile()
768 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile()
782 CompilerInstance::createOutputFileImpl(StringRef OutputPath, bool Binary, in createOutputFileImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp265 bool Binary = false; in GetOutputStream() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h38 Binary, ///< Binary expressions. enumerator
513 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp183 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in encodeInstruction() local
582 unsigned Binary = (MO.getImm() >> 2) & 0x0000ffff; in getSImm9AddiuspValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp107 bool Binary = UE.getSubExpr()->getKind() == MCExpr::Binary; in print() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp319 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { in getOutputStream()

12