| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonExceptionState.cpp | 66 Discard(); in Restore() 69 void PythonExceptionState::Discard() { in Discard() function in PythonExceptionState 79 Discard(); in Reset()
|
| H A D | PythonExceptionState.h | 28 void Discard();
|
| /freebsd-12.1/libexec/rtld-elf/i386/ |
| H A D | rtld_start.S | 84 addl $8,%esp # Discard binder arguments 90 leal 4(%esp),%esp # Discard reloff, do not change eflags
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Reproducer.h | 60 virtual void Discard(){}; in Discard() function 106 void Discard();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Reproducer.cpp | 160 void Generator::Discard() { in Discard() function in Generator 165 provider.second->Discard(); in Discard()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 332 void LLVMContext::setDiscardValueNames(bool Discard) { in setDiscardValueNames() argument 333 pImpl->DiscardValueNames = Discard; in setDiscardValueNames()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 163 void setDiscardValueNames(bool Discard);
|
| /freebsd-12.1/stand/i386/btx/lib/ |
| H A D | btxv86.s | 56 addl $0x4,%esp # Discard pointer
|
| /freebsd-12.1/libexec/rtld-elf/amd64/ |
| H A D | rtld_start.S | 154 leaq 16(%rsp),%rsp # Discard spare, obj, do not change rflags
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 546 bool Discard = false; in handleDebugValue() local 553 Discard = true; in handleDebugValue() 565 Discard = true; in handleDebugValue() 580 if (!Discard) in handleDebugValue()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Config.h | 208 DiscardPolicy Discard; member
|
| H A D | Writer.cpp | 466 if (Config->Discard != DiscardPolicy::All) in run() 547 if (Config->Discard == DiscardPolicy::None) in shouldKeepInSymtab() 563 if (Config->Discard == DiscardPolicy::Locals) in shouldKeepInSymtab()
|
| H A D | Driver.cpp | 776 Config->Discard = getDiscard(Args); in readConfigs()
|
| /freebsd-12.1/contrib/elftoolchain/ |
| H A D | README.rst | 35 strip Discard information from ELF objects.
|
| /freebsd-12.1/stand/i386/btx/btx/ |
| H A D | btx.S | 376 leal 0x18(%esp,1),%esp # Discard frame 387 except.3: leal 0x8(%esp,1),%esp # Discard err, int no 690 addl $4,%esp # Discard int no
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | OptimizerDriver.cpp | 157 DiscardTemp Discard{*Temp}; in runPasses() local
|
| H A D | ExecutionDriver.cpp | 281 DiscardTemp Discard{*Temp}; in compileProgram() local
|
| H A D | ExtractFunction.cpp | 383 DiscardTemp Discard{*Temp}; in extractMappedBlocksFromModule() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 279 BoundNodesTreeBuilder Discard(*Builder); in NotUnaryOperator() local 280 return !InnerMatchers[0].matches(DynNode, Finder, &Discard); in NotUnaryOperator()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86.td | 1236 // Discard comments in assembly strings. 1249 // Discard comments in assembly strings.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 53 CODEGENOPT(DiscardValueNames , 1, 0) ///< Discard Value Names from the IR (LLVMContext flag)
|
| /freebsd-12.1/contrib/binutils/ld/po/ |
| H A D | ld.pot | 1376 msgid "Discard all local symbols" 1380 msgid "Discard temporary local symbols (default)"
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c.opt | 776 Discard unused virtual functions
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | Core.h | 538 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard);
|
| /freebsd-12.1/contrib/binutils/binutils/doc/ |
| H A D | binutils.texi | 22 * strip: (binutils)strip. Discard symbols 134 Discard symbols 170 * strip:: Discard symbols 571 Discard the contents of the current archive, canceling the effect of 2289 @c man title strip Discard symbols from object files.
|