Home
last modified time | relevance | path

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

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