Home
last modified time | relevance | path

Searched defs:IsAuthenticated (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp39 bool IsAuthenticated; member
/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp438 bool IsAuthenticated() override { in IsAuthenticated() function in InstructionLLVMC
1426 bool DisassemblerLLVMC::MCDisasmInstance::IsAuthenticated( IsAuthenticated() function in DisassemblerLLVMC::MCDisasmInstance
/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1168 bool PseudoInstruction::IsAuthenticated() { return false; } IsAuthenticated() function in PseudoInstruction