Searched defs:cfstring (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2446 // a reference to an Objective-C class, selector, message ref or cfstring.
2452 bool &cfstring) {
2456 cfstring = false;
2493 cfstring = true;
2632 // The cfstring object in a 64-bit Mach-O file.
3268 // pointer to a cfstring and returns its name or nullptr.
6140 bool classref, selref, msgref, cfstring; local
6142 selref, msgref, cfstring);
6170 if (cfstring) {
2449 GuessPointerPointer(uint64_t ReferenceValue, struct DisassembleInfo *info, bool &classref, bool &selref, bool &msgref, bool &cfstring) argument

Completed in 77 milliseconds