Searched refs:anchor (Results 1 - 25 of 442) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86ModRMFilters.cpp13 void ModRMFilter::anchor() { } function in class:ModRMFilter
15 void DumbFilter::anchor() { } function in class:DumbFilter
17 void ModFilter::anchor() { } function in class:ModFilter
19 void ExtendedFilter::anchor() { } function in class:ExtendedFilter
21 void ExtendedRMFilter::anchor() { } function in class:ExtendedRMFilter
23 void ExactFilter::anchor() { } function in class:ExactFilter
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DDominators.cpp14 void CFGDominatorTreeImpl</*IsPostDom=*/true>::anchor() {} function in class:clang::CFGDominatorTreeImpl
17 void CFGDominatorTreeImpl</*IsPostDom=*/false>::anchor() {} function in class:clang::CFGDominatorTreeImpl
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedDiagnosticConsumer.cpp13 void ChainedDiagnosticConsumer::anchor() { } function in class:ChainedDiagnosticConsumer
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConsumer.cpp13 void SemaConsumer::anchor() { } function in class:SemaConsumer
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.cpp19 void AMDGPUMCCodeEmitter::anchor() {} function in class:AMDGPUMCCodeEmitter
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCMachineFunctionInfo.cpp13 void ARCFunctionInfo::anchor() {} function in class:ARCFunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.cpp14 void HexagonMachineFunctionInfo::anchor() {} function in class:HexagonMachineFunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.cpp13 void MSP430MachineFunctionInfo::anchor() { } function in class:MSP430MachineFunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.cpp13 void SparcMachineFunctionInfo::anchor() { } function in class:SparcMachineFunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.cpp15 void SystemZMachineFunctionInfo::anchor() {} function in class:SystemZMachineFunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMachineFunction.cpp20 void M68kMachineFunctionInfo::anchor() {} function in class:M68kMachineFunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.cpp13 void VEMachineFunctionInfo::anchor() {} function in class:VEMachineFunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiMachineFunctionInfo.cpp13 void LanaiMachineFunctionInfo::anchor() {} function in class:LanaiMachineFunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/
H A DHWEventListener.cpp10 /// This file defines a vtable anchor for class HWEventListener.
20 void HWEventListener::anchor() {} function in class:llvm::mca::HWEventListener
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DView.cpp10 /// This file defines the virtual anchor method in View.h to pin the vtable.
21 void View::anchor() {} function in class:llvm::mca::View
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMRegisterInfo.cpp16 void ARMRegisterInfo::anchor() { } function in class:ARMRegisterInfo
H A DARMRegisterInfo.h23 virtual void anchor();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DExtensibleRTTI.cpp12 void llvm::RTTIRoot::anchor() {} function in class:llvm::RTTIRoot
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmInfoWasm.cpp17 void MCAsmInfoWasm::anchor() {} function in class:MCAsmInfoWasm
H A DMCAsmInfoCOFF.cpp19 void MCAsmInfoCOFF::anchor() {} function in class:MCAsmInfoCOFF
52 void MCAsmInfoMicrosoft::anchor() {} function in class:MCAsmInfoMicrosoft
56 void MCAsmInfoGNUCOFF::anchor() {} function in class:MCAsmInfoGNUCOFF
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCAsmInfo.cpp19 void CSKYMCAsmInfo::anchor() {} function in class:CSKYMCAsmInfo
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfoCOFF.h17 virtual void anchor();
24 void anchor() override;
31 void anchor() override;
H A DMCAsmInfoWasm.h16 virtual void anchor();
/netbsd-current/sys/dist/pf/net/
H A Dpf_ruleset.c173 struct pf_anchor *anchor; local
179 anchor = pf_find_anchor(path);
180 if (anchor == NULL)
183 return (&anchor->ruleset);
191 struct pf_anchor *anchor = NULL /* XXX gcc */; local
207 parent = ruleset->anchor;
229 anchor = (struct pf_anchor *)rs_malloc(sizeof(*anchor));
230 if (anchor == NULL) {
234 memset(anchor,
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.h24 virtual void anchor();
31 void anchor() override;
40 void anchor() override;
47 void anchor() override;

Completed in 207 milliseconds

1234567891011>>