Home
last modified time | relevance | path

Searched defs:locs (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h34 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in PPCCCState()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp163 json::Array locs; in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h101 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h48 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in SystemZCCState()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h106 Vector<ReportLocation*> locs; global() variable
/freebsd/sys/dev/hid/
H A Dhmt.c184 struct hid_location locs[MAX_MT_SLOTS][HMT_N_USAGES]; member
/freebsd/sys/dev/usb/input/
H A Dwmt.c207 struct hid_location locs[MAX_MT_SLOTS][WMT_N_USAGES]; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp394 StructuredData::ArraySP locs = ConvertToStructuredArray( in RetrieveReportData() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp571 std::vector<Loc> locs; member
H A DSyntheticSections.cpp2847 DWARFDebugNames::DWARFDebugNamesOffsets locs = ni.getOffsets(); in parseDebugNames() local
3186 const DWARFDebugNames::DWARFDebugNamesOffsets &locs) { in DebugNamesSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1696 : Record(StringInit::get(records, N), locs, records, Kind) {} in Record() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp128 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C, in HexagonCCState()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5153 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer() local