/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.cpp | 22 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print() 28 void Matcher::printOne(raw_ostream &OS) const { printImpl(OS, 0); } in printOne() 52 bool Matcher::canMoveBefore(const Matcher *Other) const { in canMoveBefore() argument 66 bool Matcher::canMoveBeforeNode(const Matcher *Other) const { in canMoveBeforeNode() argument 107 unsigned CheckPredicateMatcher::getOperandNo(unsigned i) const { in getOperandNo() 114 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 124 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 128 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 132 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 137 unsigned indent) const { in printImpl() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 36 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { in Profile() 51 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { in Profile() 62 void DIEAbbrev::Emit(const AsmPrinter *AP) const { in Emit() argument 101 void DIEAbbrev::print(raw_ostream &O) const { in print() 160 void DIEAbbrevSet::Emit(const AsmPrinter *AP, MCSection *Section) const { in Emit() 210 DIEValue DIE::findAttribute(dwarf::Attribute Attribute) const { in findAttribute() 236 void DIE::print(raw_ostream &O, unsigned IndentCount) const { in print() 315 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() argument 327 unsigned DIEValue::sizeOf(const dwarf::FormParams &FormParams) const { in sizeOf() argument 340 void DIEValue::print(raw_ostream &O) const { in print() [all …]
|
H A D | AsmPrinterDwarf.cpp | 90 void AsmPrinter::emitEncodingByte(unsigned Val, const char *Desc) const { in emitEncodingByte() argument 103 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const { in GetSizeOfEncodedValue() 133 bool ForceOffset) const { in emitDwarfSymbolReference() 155 void AsmPrinter::emitDwarfStringOffset(DwarfStringPoolEntry S) const { in emitDwarfStringOffset() 166 void AsmPrinter::emitDwarfOffset(const MCSymbol *Label, uint64_t Offset) const { in emitDwarfOffset() 170 void AsmPrinter::emitDwarfLengthOrOffset(uint64_t Value) const { in emitDwarfLengthOrOffset() 176 const Twine &Comment) const { in emitDwarfUnitLength() argument 181 const Twine &Comment) const { in emitDwarfUnitLength() argument 186 unsigned Encoding) const { in emitCallSiteOffset() 194 void AsmPrinter::emitCallSiteValue(uint64_t Value, unsigned Encoding) const { in emitCallSiteValue() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 120 std::string Node::toString(OutputFlags Flags) const { in toString() 129 void PrimitiveTypeNode::outputPre(OutputBuffer &OB, OutputFlags Flags) const { in outputPre() 156 void NodeArrayNode::output(OutputBuffer &OB, OutputFlags Flags) const { in output() 161 std::string_view Separator) const { in output() 173 OutputFlags Flags) const { in output() 193 void IntegerLiteralNode::output(OutputBuffer &OB, OutputFlags Flags) const { in output() 200 OutputFlags Flags) const { in output() 222 OutputFlags Flags) const { in outputTemplateParameters() 231 OutputFlags Flags) const { in output() 248 void NamedIdentifierNode::output(OutputBuffer &OB, OutputFlags Flags) const { in output() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 232 TargetTransformInfo::adjustInliningThreshold(const CallBase *CB) const { in adjustInliningThreshold() argument 237 const AllocaInst *AI) const { in getCallerAllocaCost() argument 247 Type *AccessType, TTI::TargetCostKind CostKind) const { in getGEPCost() 254 TTI::TargetCostKind CostKind) const { in getPointersChainCost() 262 BlockFrequencyInfo *BFI) const { in getEstimatedNumberOfCaseClusters() 269 enum TargetCostKind CostKind) const { in getInstructionCost() 286 bool TargetTransformInfo::hasBranchDivergence(const Function *F) const { in hasBranchDivergence() argument 290 bool TargetTransformInfo::isSourceOfDivergence(const Value *V) const { in isSourceOfDivergence() argument 294 bool llvm::TargetTransformInfo::isAlwaysUniform(const Value *V) const { in isAlwaysUniform() argument 299 unsigned ToAS) const { in isValidAddrSpaceCast() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIFunctionClassifier.cpp | 203 bool MPIFunctionClassifier::isMPIType(const IdentifierInfo *IdentInfo) const { in isMPIType() argument 208 const IdentifierInfo *IdentInfo) const { in isNonBlockingType() argument 214 const IdentifierInfo *IdentInfo) const { in isPointToPointType() argument 220 const IdentifierInfo *IdentInfo) const { in isCollectiveType() argument 225 const IdentifierInfo *IdentInfo) const { in isCollToColl() argument 230 const IdentifierInfo *IdentInfo) const { in isScatterType() argument 236 const IdentifierInfo *IdentInfo) const { in isGatherType() argument 244 const IdentifierInfo *IdentInfo) const { in isAllgatherType() argument 250 const IdentifierInfo *IdentInfo) const { in isAlltoallType() argument 255 bool MPIFunctionClassifier::isBcastType(const IdentifierInfo *IdentInfo) const { in isBcastType() argument [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalysisOrderChecker.cpp | 44 StringRef CallbackName) const { in isCallbackEnabled() 49 bool isCallbackEnabled(CheckerContext &C, StringRef CallbackName) const { in isCallbackEnabled() 54 bool isCallbackEnabled(ProgramStateRef State, StringRef CallbackName) const { in isCallbackEnabled() 61 void checkPreStmt(const CastExpr *CE, CheckerContext &C) const { in checkPreStmt() 67 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { in checkPostStmt() 74 CheckerContext &C) const { in checkPreStmt() 80 CheckerContext &C) const { in checkPostStmt() 85 void checkPreStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPreStmt() 90 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt() 95 void checkPreStmt(const CXXDeleteExpr *NE, CheckerContext &C) const { in checkPreStmt() [all …]
|
H A D | CheckerDocumentation.cpp | 78 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {} in checkPreStmt() 97 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {} in checkPreObjCMessage() 103 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {} in checkPostObjCMessage() 112 void checkObjCMessageNil(const ObjCMethodCall &M, CheckerContext &C) const {} in checkObjCMessageNil() 124 void checkPreCall(const CallEvent &Call, CheckerContext &C) const {} in checkPreCall() 130 void checkPostCall(const CallEvent &Call, CheckerContext &C) const {} in checkPostCall() 133 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() 146 void checkNewAllocator(const CXXAllocatorCall &, CheckerContext &) const {} in checkNewAllocator() 158 CheckerContext &) const {} in checkLocation() 167 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 156 bool HexagonInstrInfo::isAsCheapAsAMove(const MachineInstr &MI) const { in isAsCheapAsAMove() argument 187 bool HexagonInstrInfo::shouldSink(const MachineInstr &MI) const { in shouldSink() argument 201 SmallPtrSet<MachineBasicBlock *, 8> &Visited) const { in findLoopInstr() 291 int &FrameIndex) const { in isLoadFromStackSlot() 339 int &FrameIndex) const { in isStoreToStackSlot() 390 SmallVectorImpl<const MachineMemOperand *> &Accesses) const { in hasLoadFromStackSlot() 408 SmallVectorImpl<const MachineMemOperand *> &Accesses) const { in hasStoreToStackSlot() 440 bool AllowModify) const { in analyzeBranch() 607 int *BytesRemoved) const { in removeBranch() 634 int *BytesAdded) const { in insertBranch() [all …]
|
/freebsd/contrib/kyua/utils/fs/ |
H A D | path.cpp | 100 fs::path::c_str(void) const in c_str() 110 fs::path::str(void) const in str() 122 fs::path::branch_path(void) const in branch_path() 138 fs::path::leaf_name(void) const in leaf_name() 155 fs::path::to_absolute(void) const in to_absolute() 164 fs::path::is_absolute(void) const in is_absolute() 176 fs::path::is_parent_of(path p) const in is_parent_of() 191 fs::path::ncomponents(void) const in ncomponents() 216 fs::path::operator<(const fs::path& p) const in operator <() argument 233 fs::path::operator==(const fs::path& p) const in operator ==() argument [all …]
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | fs.cpp | 136 const in c_str() 143 const in c_path() 150 const in str() 157 const in is_absolute() 164 const in is_root() 171 const in branch_path() 187 const in leaf_name() 203 const in to_absolute() 233 impl::path::operator==(const path& p) in operator ==() 240 impl::path::operator!=(const path& p) in operator !=() [all …]
|
/freebsd/contrib/kyua/utils/ |
H A D | datetime.cpp | 110 datetime::delta::to_microseconds(void) const in to_microseconds() 122 datetime::delta::operator==(const datetime::delta& other) const in operator ==() argument 134 datetime::delta::operator!=(const datetime::delta& other) const in operator !=() argument 146 datetime::delta::operator<(const datetime::delta& other) const in operator <() argument 160 datetime::delta::operator<=(const datetime::delta& other) const in operator <=() argument 172 datetime::delta::operator>(const datetime::delta& other) const in operator >() argument 186 datetime::delta::operator>=(const datetime::delta& other) const in operator >=() argument 198 datetime::delta::operator+(const datetime::delta& other) const in operator +() argument 224 datetime::delta::operator*(const std::size_t factor) const in operator *() argument 384 datetime::timestamp::strftime(const std::string& format) const in strftime() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 52 void MipsDAGToDAGISelLegacy::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 80 SDValue &Offset) const { in selectAddrRegImm() 86 SDValue &Offset) const { in selectAddrDefault() 92 SDValue &Offset) const { in selectIntAddr() 98 SDValue &Offset) const { in selectIntAddr11MM() 104 SDValue &Offset) const { in selectIntAddr12MM() 110 SDValue &Offset) const { in selectIntAddr16MM() 116 SDValue &Offset) const { in selectIntAddrLSL2MM() 122 SDValue &Offset) const { in selectIntAddrSImm10() 128 SDValue &Offset) const { in selectIntAddrSImm10Lsl1() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 53 unsigned &RegToUseForCFI) const { in regNeedsCFI() 71 AArch64RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() argument 149 AArch64RegisterInfo::getDarwinCalleeSavedRegs(const MachineFunction *MF) const { in getDarwinCalleeSavedRegs() argument 204 const MachineFunction *MF) const { in getCalleeSavedRegsViaCopy() argument 213 MachineFunction &MF) const { in UpdateCustomCalleeSavedRegs() 231 unsigned Idx) const { in getSubClassWithSubReg() 244 CallingConv::ID CC) const { in getDarwinCallPreservedMask() 280 CallingConv::ID CC) const { in getCallPreservedMask() 332 const MachineFunction &MF) const { in getCustomEHPadPreservedMask() argument 348 const uint32_t **Mask) const { in UpdateCustomCallPreservedMask() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.cpp | 28 bool SPIRVInstrInfo::isConstantInstr(const MachineInstr &MI) const { in isConstantInstr() argument 50 bool SPIRVInstrInfo::isInlineAsmDefInstr(const MachineInstr &MI) const { in isInlineAsmDefInstr() argument 60 bool SPIRVInstrInfo::isTypeDeclInstr(const MachineInstr &MI) const { in isTypeDeclInstr() argument 70 bool SPIRVInstrInfo::isDecorationInstr(const MachineInstr &MI) const { in isDecorationInstr() argument 83 bool SPIRVInstrInfo::isHeaderInstr(const MachineInstr &MI) const { in isHeaderInstr() argument 105 bool SPIRVInstrInfo::canUseFastMathFlags(const MachineInstr &MI) const { in canUseFastMathFlags() argument 124 bool SPIRVInstrInfo::canUseNSW(const MachineInstr &MI) const { in canUseNSW() argument 141 bool SPIRVInstrInfo::canUseNUW(const MachineInstr &MI) const { in canUseNUW() argument 186 bool AllowModify) const { in analyzeBranch() 215 int *BytesRemoved) const { in removeBranch() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 196 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported() 202 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionReturnSupported() 227 const char *TargetInfo::getTypeConstantSuffix(IntType T) const { in getTypeConstantSuffix() 270 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() 287 unsigned BitWidth, bool IsSigned) const { in getIntTypeByWidth() 302 bool IsSigned) const { in getLeastIntTypeByWidth() 317 FloatModeKind ExplicitType) const { in getRealTypeByWidth() 352 unsigned TargetInfo::getTypeAlign(IntType T) const { in getTypeAlign() 534 const std::vector<std::string> &FeatureVec) const { in initFeatureMap() argument 548 ParsedTargetAttr TargetInfo::parseTargetAttr(StringRef Features) const { in parseTargetAttr() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 19 Error *E) const { in prepareRead() argument 41 T DataExtractor::getU(uint64_t *offset_ptr, Error *Err) const { in getU() argument 61 Error *Err) const { in getUs() argument 80 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8() argument 85 uint32_t count) const { in getU8() argument 89 uint8_t *DataExtractor::getU8(Cursor &C, uint8_t *Dst, uint32_t Count) const { in getU8() argument 93 uint16_t DataExtractor::getU16(uint64_t *offset_ptr, llvm::Error *Err) const { in getU16() argument 98 uint32_t count) const { in getU16() argument 102 uint32_t DataExtractor::getU24(uint64_t *OffsetPtr, Error *Err) const { in getU24() argument 108 uint32_t DataExtractor::getU32(uint64_t *offset_ptr, llvm::Error *Err) const { in getU32() argument 113 getU32(uint64_t * offset_ptr,uint32_t * dst,uint32_t count) const getU32() argument 117 getU64(uint64_t * offset_ptr,llvm::Error * Err) const getU64() argument 122 getU64(uint64_t * offset_ptr,uint64_t * dst,uint32_t count) const getU64() argument 127 getUnsigned(uint64_t * offset_ptr,uint32_t byte_size,llvm::Error * Err) const getUnsigned() argument 142 getSigned(uint64_t * offset_ptr,uint32_t byte_size) const getSigned() argument 156 getCStrRef(uint64_t * OffsetPtr,Error * Err) const getCStrRef() argument 176 getFixedLengthString(uint64_t * OffsetPtr,uint64_t Length,StringRef TrimChars) const getFixedLengthString() argument 182 getBytes(uint64_t * OffsetPtr,uint64_t Length,Error * Err) const getBytes() argument 221 getULEB128(uint64_t * offset_ptr,Error * Err) const getULEB128() argument 225 getSLEB128(uint64_t * offset_ptr,Error * Err) const getSLEB128() argument 229 skip(Cursor & C,uint64_t Length) const skip() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | ArgList.cpp | 57 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange() argument 72 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() argument 79 bool Default) const { in hasFlagNoClaim() argument 86 bool Default) const { in hasFlag() argument 92 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const { in getLastArgValue() argument 98 std::vector<std::string> ArgList::getAllArgValues(OptSpecifier Id) const { in getAllArgValues() argument 105 OptSpecifier Neg) const { in addOptInFlag() argument 113 AddAllArgsExcept(ArgStringList & Output,ArrayRef<OptSpecifier> Ids,ArrayRef<OptSpecifier> ExcludeIds) const AddAllArgsExcept() argument 136 AddAllArgs(ArgStringList & Output,ArrayRef<OptSpecifier> Ids) const AddAllArgs() argument 144 AddAllArgs(ArgStringList & Output,OptSpecifier Id0,OptSpecifier Id1,OptSpecifier Id2) const AddAllArgs() argument 152 AddAllArgValues(ArgStringList & Output,OptSpecifier Id0,OptSpecifier Id1,OptSpecifier Id2) const AddAllArgValues() argument 162 AddAllArgsTranslated(ArgStringList & Output,OptSpecifier Id0,const char * Translation,bool Joined) const AddAllArgsTranslated() argument 176 ClaimAllArgs(OptSpecifier Id0) const ClaimAllArgs() argument 189 GetOrMakeJoinedArgString(unsigned Index,StringRef LHS,StringRef RHS) const GetOrMakeJoinedArgString() argument 198 print(raw_ostream & O) const print() argument 221 MakeIndex(StringRef String0) const MakeIndex() argument 232 MakeIndex(StringRef String0,StringRef String1) const MakeIndex() argument 240 MakeArgStringRef(StringRef Str) const MakeArgStringRef() argument 247 MakeArgStringRef(StringRef Str) const MakeArgStringRef() argument 255 MakeFlagArg(const Arg * BaseArg,const Option Opt) const MakeFlagArg() argument 263 MakePositionalArg(const Arg * BaseArg,const Option Opt,StringRef Value) const MakePositionalArg() argument 272 MakeSeparateArg(const Arg * BaseArg,const Option Opt,StringRef Value) const MakeSeparateArg() argument 281 MakeJoinedArg(const Arg * BaseArg,const Option Opt,StringRef Value) const MakeJoinedArg() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | AArch64.cpp | 215 bool AArch64TargetInfo::validateTarget(DiagnosticsEngine &Diags) const { in validateTarget() 232 StringRef RegName, unsigned RegSize, bool &HasSizeMismatch) const { in validateGlobalRegisterVariable() 245 StringRef &Err) const { in validateBranchProtection() 267 bool AArch64TargetInfo::isValidCPUName(StringRef Name) const { in isValidCPUName() 276 SmallVectorImpl<StringRef> &Values) const { in fillValidCPUList() 281 MacroBuilder &Builder) const { in getTargetDefinesARMV81A() 286 MacroBuilder &Builder) const { in getTargetDefinesARMV82A() 292 MacroBuilder &Builder) const { in getTargetDefinesARMV83A() 300 MacroBuilder &Builder) const { in getTargetDefinesARMV84A() 306 MacroBuilder &Builder) const { in getTargetDefinesARMV85A() [all …]
|
H A D | SPIR.cpp | 22 MacroBuilder &Builder) const { in getTargetDefines() 27 MacroBuilder &Builder) const { in getTargetDefines() 33 MacroBuilder &Builder) const { in getTargetDefines() 39 MacroBuilder &Builder) const { in getTargetDefines() 44 MacroBuilder &Builder) const { in getTargetDefines() 49 MacroBuilder &Builder) const { in getTargetDefines() 55 MacroBuilder &Builder) const { in getTargetDefines() 68 const std::vector<std::string> &FeatureVec) const { in initFeatureMap() argument 75 const char *&Name, TargetInfo::ConstraintInfo &Info) const { in validateAsmConstraint() 80 SPIRV64AMDGCNTargetInfo::convertConstraint(const char *&Constraint) const { in convertConstraint() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 36 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() argument 43 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg() 76 MachineBasicBlock::iterator MBBI) const { in isLegalToSplitMBBAt() 86 bool R600InstrInfo::isMov(unsigned Opcode) const { in isMov() 97 bool R600InstrInfo::isReductionOp(unsigned Opcode) const { in isReductionOp() 101 bool R600InstrInfo::isCubeOp(unsigned Opcode) const { in isCubeOp() 112 bool R600InstrInfo::isALUInstr(unsigned Opcode) const { in isALUInstr() 118 bool R600InstrInfo::hasInstrModifiers(unsigned Opcode) const { in hasInstrModifiers() 126 bool R600InstrInfo::isLDSInstr(unsigned Opcode) const { in isLDSInstr() 134 bool R600InstrInfo::isLDSRetInstr(unsigned Opcode) const { in isLDSRetInstr() [all …]
|
/freebsd/contrib/lutok/ |
H A D | debug.cpp | 93 lutok::debug::event(void) const in event() 103 lutok::debug::name(void) const in name() 114 lutok::debug::name_what(void) const in name_what() 125 lutok::debug::what(void) const in what() 136 lutok::debug::source(void) const in source() 147 lutok::debug::current_line(void) const in current_line() 157 lutok::debug::n_ups(void) const in n_ups() 167 lutok::debug::line_defined(void) const in line_defined() 178 lutok::debug::last_line_defined(void) const in last_line_defined() 188 lutok::debug::short_src(void) const in short_src()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetFrameLoweringImpl.cpp | 32 bool TargetFrameLowering::enableCalleeSaveSkip(const MachineFunction &MF) const { in enableCalleeSaveSkip() argument 39 bool TargetFrameLowering::enableCFIFixup(MachineFunction &MF) const { in enableCFIFixup() 50 Register &FrameReg) const { in getFrameIndexReference() 71 int FI) const { in getFrameIndexReferenceFromSP() 79 const MachineFunction &MF) const { in needsFrameIndexResolution() argument 84 BitVector &CalleeSaves) const { in getCalleeSaves() 98 RegScavenger *RS) const { in determineCalleeSaves() 148 const MachineFunction &MF) const { in allocateScavengingFrameIndexesNearIncomingSP() argument 169 int TargetFrameLowering::getInitialCFAOffset(const MachineFunction &MF) const { in getInitialCFAOffset() argument 174 TargetFrameLowering::getInitialCFARegister(const MachineFunction &MF) const { in getInitialCFARegister() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 101 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const { in toSymb() 118 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() 135 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const { in moveSymbolNext() 150 Expected<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const { in getSymbolName() 154 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl() 158 uint32_t COFFObjectFile::getSymbolAlignment(DataRefImpl Ref) const { in getSymbolAlignment() 165 Expected<uint64_t> COFFObjectFile::getSymbolAddress(DataRefImpl Ref) const { in getSymbolAddress() 186 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType() 209 Expected<uint32_t> COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const { in getSymbolFlags() 240 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl() [all …]
|
/freebsd/contrib/kyua/model/ |
H A D | metadata.cpp | 77 deep_copy(void) const in deep_copy() 86 push_lua(lutok::state& /* state */) const in push_lua() 107 deep_copy(void) const in deep_copy() 137 to_string(void) const in to_string() 144 push_lua(lutok::state& /* state */) const in push_lua() 167 deep_copy(void) const in deep_copy() 180 validate(const value_type& user) const in validate() argument 198 deep_copy(void) const in deep_copy() 213 parse_one(const std::string& raw_value) const in parse_one() argument 228 validate(const value_type& paths) const in validate() argument [all …]
|