reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/AsmWriter.cpp
 2229   if (V->hasName()) {
 2230     PrintLLVMName(Out, V);
 2234   const Constant *CV = dyn_cast<Constant>(V);
 2241   if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
 2258   if (auto *MD = dyn_cast<MetadataAsValue>(V)) {
 2268     if (const GlobalValue *GV = dyn_cast<GlobalValue>(V)) {
 2272       Slot = Machine->getLocalSlot(V);
 2278         if ((Machine = createSlotTracker(V))) {
 2279           Slot = Machine->getLocalSlot(V);
 2283   } else if ((Machine = createSlotTracker(V))) {
 2285     if (const GlobalValue *GV = dyn_cast<GlobalValue>(V)) {
 2289       Slot = Machine->getLocalSlot(V);