/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | ProfileGenerator.cpp | 218 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 D | PerfReader.cpp | 262 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 D | PerfReader.h | 135 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 D | ProfiledBinary.h | 49 ProfiledBinary *Binary; member 72 ProfiledBinary *Binary; member
|
H A D | ProfiledBinary.cpp | 90 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 D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | Error.h | 25 class Binary; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 1019 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 D | Binary.cpp | 37 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 D | RISCVMCCodeEmitter.cpp | 128 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 D | obj2yaml.cpp | 53 Binary &Binary = *BinOrErr->get(); in dumpInput() local
|
H A D | macho2yaml.cpp | 639 Error macho2yaml(raw_ostream &Out, const object::Binary &Binary) { in macho2yaml()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyMCCodeEmitter.cpp | 64 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 56 Binary, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.cpp | 404 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 D | FileAnalysis.cpp | 81 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 D | llvm-lipo.cpp | 383 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 D | ParseTentative.cpp | 886 #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 D | llvm-cvtres.cpp | 183 std::unique_ptr<WindowsResource> Binary = error( in main() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 741 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 D | llc.cpp | 265 bool Binary = false; in GetOutputStream() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 38 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 D | MipsMCCodeEmitter.cpp | 183 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 D | MCExpr.cpp | 107 bool Binary = UE.getSubExpr()->getKind() == MCExpr::Binary; in print() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
H A D | cc1as_main.cpp | 319 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { in getOutputStream()
|