Home
last modified time | relevance | path

Searched defs:Functions (Results 1 – 25 of 49) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/docs/
DCommandLine.rst1309 .. _cl::getRegisteredOptions:
1311 The ``cl::getRegisteredOptions`` function
1361 The ``cl::ParseCommandLineOptions`` function
1372 The ``cl::SetVersionPrinter`` function
1389 The ``cl::opt`` class
1420 The ``cl::list`` class
1441 The ``cl::bits`` class
1461 The ``cl::alias`` class
1479 The ``cl::extrahelp`` class
1506 The ``cl::OptionCategory`` class
DCodingStandards.rst844 .. _early exits:
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DSVEIntrinsicOpts.cpp245 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls()
404 SmallSetVector<Function *, 4> &Functions) { in optimizeInstructions()
432 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions()
443 SmallSetVector<Function *, 4> Functions; in runOnModule() local
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp64 struct Functions { struct
65 sys::Mutex Lock;
66 std::map<const Function *, ExFunc> ExportedFunctions;
67 std::map<std::string, ExFunc> FuncNames;
69 std::map<const Function *, RawFunc> RawFunctions;
/openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl09.rst237 Functions chapter
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp239 MethodAddressVector Functions; in notifyObjectLoaded() local
362 MethodAddressVector &Functions = OI->second; in notifyFreeingObject() local
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
Dxray_interface_internal.h72 size_t Functions; member
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp557 FunctionMap Functions; member in __anonb44834250211::StackSafetyDataFlowAnalysis
579 StackSafetyDataFlowAnalysis(uint32_t PointerBitWidth, FunctionMap Functions) in StackSafetyDataFlowAnalysis()
806 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions, in createGlobalStackSafetyInfo()
878 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions; in getInfo() local
1119 std::map<const FunctionSummary *, FunctionInfo<FunctionSummary>> Functions; in generateParamAccessSummary() local
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerDataFlowTrace.h111 std::unordered_map<size_t, CoverageVector> Functions; variable
/openbsd/src/gnu/llvm/llvm/tools/llvm-cov/
DCoverageReport.cpp95 ArrayRef<StringRef> Functions) { in adjustColumnWidths()
314 auto Functions = Coverage.getCoveredFunctions(Filename); in renderFunctionReports() local
DCoverageExporterLcov.cpp57 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
DCoverageExporterJson.cpp259 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp75 CVPLatticeVal(std::vector<Function *> &&Functions) in CVPLatticeVal()
108 std::vector<Function *> Functions; member in __anon7bb39e470111::CVPLatticeVal
DBlockExtractor.cpp132 SmallVector<Function *, 4> Functions; in runOnModule() local
DFunctionAttrs.cpp1702 static SCCNodesResult createSCCNodeSet(ArrayRef<Function *> Functions) { in createSCCNodeSet()
1734 deriveAttrsInPostOrder(ArrayRef<Function *> Functions, AARGetterT &&AARGetter) { in deriveAttrsInPostOrder()
1786 SmallVector<Function *, 8> Functions; in run() local
1860 SmallVector<Function *, 8> Functions; in runImpl() local
DLowerTypeTests.cpp1262 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Functions) { in buildBitSetsFromFunctions()
1356 selectJumpTableArmEncoding(ArrayRef<GlobalTypeMember *> Functions, in selectJumpTableArmEncoding()
1378 Function *F, ArrayRef<GlobalTypeMember *> Functions) { in createJumpTable()
1445 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Functions) { in buildBitSetsFromFunctionsNative()
1613 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Functions) { in buildBitSetsFromFunctionsWASM()
DAttributor.cpp3530 SetVector<Function *> &Functions, in runAttributorOnFunctions()
3646 SetVector<Function *> Functions; in run() local
3669 SetVector<Function *> Functions; in run() local
3751 SetVector<Function *> Functions; in runOnModule() local
3780 SetVector<Function *> Functions; in runOnSCC() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DDebugify.cpp82 Module &M, iterator_range<Module::iterator> Functions, StringRef Banner, in applyDebugifyMetadata()
296 iterator_range<Module::iterator> Functions, in collectDebugInfoMetadata()
539 iterator_range<Module::iterator> Functions, in checkDebugInfoMetadata()
707 iterator_range<Module::iterator> Functions, in checkDebugifyMetadata()
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.h70 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp351 SimpleBindingMMFunctions Functions; member in __anon1c44a01d0111::SimpleBindingMemoryManager
356 const SimpleBindingMMFunctions& Functions, in SimpleBindingMemoryManager()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCCodeView.h261 std::vector<MCCVFunctionInfo> Functions; variable
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DSymbolFile.h67 Functions = (1u << 2), enumerator
/openbsd/src/gnu/llvm/llvm/lib/MC/
DWasmObjectWriter.cpp893 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
1051 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
1462 SmallVector<WasmFunction, 4> Functions; in writeOneObject() local
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DWasm.h284 std::vector<wasm::WasmFunction> Functions; variable
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp810 auto Functions = getShaderFunctions(); in getShaderFunction() local

12